2005-02-04 |
Felix Kuehling | Added an option texture_heaps that allows selecting... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Felix Kuehling | Made subtile upload a template. This speeds up tiled... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Felix Kuehling | Use all texture heaps in a fair way when textures need... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Aapo Tahkola | Removing some trash and disabling fog fallback as it... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Aapo Tahkola | Changing vb code to handle inputs correctly. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Start beginning of pixel shader generator.. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Forgot to increase the length. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Looks like we need at least one instruction for pixel... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Get vertex programs supplied by the user work properly... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Since high bits can be used for flags, mask them out. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Remove redundant instructions from fixed pipelines... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Mark ZBIAS definitions. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | This was too optimistic sorry - all that register does... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Vladimir Dergachev | Get Polygon offset fill to work. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Ian Romanick | Added a bunch of extensions that were previously suppor... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Felix Kuehling | Check for heap == NULL before driSetTextureSwapCounterL... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Felix Kuehling | Don't try to kick textures from a NULL tex heap. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Felix Kuehling | Fixed flushing of client-side vertex buffers. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Felix Kuehling | Fixed some debug output that was unconditionally enabled. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Brian Paul | clamp viewport against ctx->Const.MaxViewportWidth... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Aapo Tahkola | Changed parts of r300_setup_routing to use WARN_ONCE. |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Ian Romanick | Small refactor. Add glXFunctionIterator, which derrive... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Aapo Tahkola | Add a missing break and a reminder. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Aapo Tahkola | Implement appropriate src checks for attribs/params. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Aapo Tahkola | Implemented bunch of ops. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Aapo Tahkola | Vertex programs work now with some restrictions. I... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | Make WARN_ONCE messages more informative. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | Reduce noiseness of the driver. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | Get alpha in textures to work properly. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | Properly set ABLEND and CBLEND registers. The older... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | Looks like we can define FIRE_VERTICES correctly. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Vladimir Dergachev | It helps to print actual values instead of random ones. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Ian Romanick | Small refactor. Move several utility functions from... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Ian Romanick | Add GlxProto::createEnumFunction and add a 'context... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Adam Jackson | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Daniel Borca | makefile update (readtex, showbuffer) |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Vladimir Dergachev | Add magic sequence to prevent ClearBuffer from locking up. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Vladimir Dergachev | Use SecondaryColorPtr, not ColorPtr[1] (the latter... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Vladimir Dergachev | My bad, the old code works fine if updated to newer... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Vladimir Dergachev | struct ati_fragment_shader was not defined anywhere... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Brian Paul | fix max viewport query |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Aapo Tahkola | Fix for compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Dave Airlie | add number of passes count to ati_fragment_shader |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Felix Kuehling | * Fixed uploading of textures of certain sizes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
hmarson | Added 0x4e54 (Thinkpad r50p) as PCI_CHIP_RV350_NP |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Aapo Tahkola | Beginings of program generation. This code havent been... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Brian Paul | remove stray span.y++ |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Brian Paul | added osmesa16 stuff |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Brian Paul | assorted fixes |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Brian Paul | fix initial viewport size bug |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Brian Paul | added missing glFinish() |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Aapo Tahkola | Cleaning up. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Ian Romanick | Refactor the code to emit multiple-inclusion protection to |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Michal Krol | move file |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Ian Romanick | Properly annotate variable-length output parameters... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Ian Romanick | Fix some get / set errors with COLOR_TABLE_*. SCALE... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Ian Romanick | Slightly modify the meaning of the 'handcode' attribute... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Ian Romanick | Add an option to emit extra debug code in the generated... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Aapo Tahkola | Fix wrong comment. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Aapo Tahkola | Forgot one comment... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Aapo Tahkola | Add basic sceleton for vertex programs + some other... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Ian Romanick | Mark a couple more function parameters as counters. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Ian Romanick | Add numerous 'get'-type functions to most of the enums... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Aapo Tahkola | Add vector distance operator for vertex programs. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Ian Romanick | The 'mode' setting of a function within an 'enum' eleme... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Ian Romanick | remove a bunch of temporary #defines, now that glext... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Roland Scheidegger | (Stephane Marchesin, me) Add support for color (framebu... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Roland Scheidegger | new version check to allow to test for a range of ddx... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Brian Paul | remove a bunch of temporary #defines, now that glext... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Roland Scheidegger | replace magic number with macro constant RADEON_ZBLOCK16 |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Brian Paul | just comments/clean-up |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Brian Paul | added mutex to-do comment |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Brian Paul | just fix a comment and update date |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Daniel Borca | RGB/LUMINANCE texelfetchers (float version) returned... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Ian Romanick | Add a glFunctionIterator class to iterate over the... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Aapo Tahkola | Fixes for clamp modes. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Brian Paul | Use the _mesa_HashNextEntry() function to walk over... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Ian Romanick | Stupid text editor...convert wayward tabs to spaces. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Ian Romanick | Add a "count" attribute to "enums" elements to set... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Correctly set the name of the generating script. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Move all the code for generating "size" related functio... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Correct some of the dependencies and clean things up... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Remove glEnum::startElement, but refactor out some... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Since only one of the places that used glXFunction... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Ian Romanick | Make sure that functions added to gl_API.xml that do... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Aapo Tahkola | border_color causes lockups with vertex buffers. Disabl... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Vladimir Dergachev | Remove lots of old code that dealed with "magic" textur... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Brian Paul | reenable some assertions |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Felix Kuehling | Converted the Savage texture management to use Ian... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Brian Paul | Added _mesa_HashNextEntry() function to allow walking... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Dave Airlie | reapply Keiths workaround for zbs emit that got dropped... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Nicolai Haehnle | Remove unused variables from r300_context |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Nicolai Haehnle | Fix more warnings and compilation issues. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Nicolai Haehnle | Synchronize r300_reg.h. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Dave Airlie | add sync debugging to the radeon driver |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Adam Jackson | HAVE_ALIAS was never defined anywhere, add some logic... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Adam Jackson | silence makedepend warnings about non-portable whitespace |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Felix Kuehling | Fixed initialization of draw destination to front buffe... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Felix Kuehling | My last attempt to fix polygon offsets with the reverse... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Keith Whitwell | Determine ahead of time whether a display list will... |
commit | commitdiff | tree | snapshot |
next |