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 |
2005-01-22 |
Vladimir Dergachev | Properly configure routing - based on advice by Keith... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Felix Kuehling | Fixed polygon offset with reversed viewport depth range. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Vladimir Dergachev | Properly input stencil info contributed by Wladimir. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Brian Paul | fix glGetString funniness |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Michal Krol | add getstring.c; remove arb*.h nv*.h stuff |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Michal Krol | add slang/traverse_wrap.h |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Michal Krol | Handy TIntermTraverser class wrapper |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Alan Hourihane | silence the 'using AGP/PCI' string unless VIA_DEBUG... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Felix Kuehling | Small cleanup: |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Felix Kuehling | * Added options for disabling the fast path (render... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Brian Paul | glext.h version 26 |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Felix Kuehling | Added support for ELTS to the _savage_render_stage... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Alan Hourihane | Enclose passed macro values in brackets to ensure corre... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Brian Paul | document new glDeleteTextures/Buffers/Programs behaviour |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Brian Paul | Update glDeletePrograms/Buffers() so that the ID is... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Brian Paul | Use a simple CSS style sheet. |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | Removed gl_texture_object's DeletePending. Changed... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | added texobjshare.c |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | test program for texture sharing, deleting, etc |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | Change behaviour of glDeleteTextures as discussed on... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | make sure the new instruction Data pointer is set to... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | fix a typo |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Brian Paul | minor formatting fix |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Keith Whitwell | Bring the texcombine fixes to the trunk. |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Keith Whitwell | Always use ARGB8888 hardware texture format when mesa... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Keith Whitwell | Remove depend on make clean |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Keith Whitwell | Depend tweaks |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Daniel Borca | make sure we avoid assertion failure wrt VB->ColorPtr... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Daniel Borca | glVertex* is the provoking "cmd" (that is, by the time... |
commit | commitdiff | tree | snapshot |
2005-01-19 |
Daniel Borca | There is no point trying to detect SSE at all, when... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Brian Paul | minor reorg of shader files, disable building for now |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Alan Hourihane | remove some debug |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Alan Hourihane | Fix tristrips (which fixes coloredTexPerf2 & coloredLit... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | remove #ifndef linux, it isnt defined on Linux, where... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | comment out _THROW calls, dont want to compile under... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | add shader/slang/slang_mesa.cpp |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | change .cc suffix to .cpp |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | add slang preprocessor C sources; add slang include... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | fix // comments |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Michal Krol | fix MAX_VERTEX_ATTRIBS_ARB query |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Keith Whitwell | Fix calculation of last_count in _tnl_wrap_buffers() |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Brian Paul | added rule for compiling C++ sources |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | add slang/ directory tree |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Brian Paul | use FABSF(fogCoord) to fix fog calculation problem... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Brian Paul | fix some weirdness accidentally checked in in the past |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | 2005-oct-19 3dlabs slang compiler, tweaked a little bit |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | slang to mesa compatibility, tested only under Windows |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | add 3dlabs_shhandle interface |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | add [.slang] to INCDIR, fix comma in OBJECTS |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Michal Krol | add src/mesa/shader/slang to INCLUDE_DIRS |
commit | commitdiff | tree | snapshot |
next |