aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-1/+1
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-0/+4
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-3/+1
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-4/+4
* Fix up some fragment program texture enable issues.Brian Paul2003-03-151-30/+1
* Clean-up of parser error handling/reporting.Brian Paul2003-03-141-4/+34
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-3/+18
* Make GL_SGI_texture_color_table work per-texture unit.Brian Paul2003-01-261-2/+7
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-3/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* init swrast->CurrentBufferBrian Paul2002-10-111-1/+6
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-15/+48
* pull-in changes from DRI/Mesa-4.0.4Brian Paul2002-09-171-1/+19
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-7/+7
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-3/+6
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-5/+5
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-25/+24
* more removal of fprintf() callsBrian Paul2002-06-131-28/+30
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-12/+40
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-1/+10
* casts to fix GLint/GLuint mismatchesBrian Paul2002-04-191-3/+3
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-9/+9
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-3/+3
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-101-4/+4
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-6/+4
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-4/+5
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-4/+2
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-1/+8
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-2/+4
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-7/+3
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-27/+64
* Removed DD_Z_NEVER.Brian Paul2001-03-291-7/+7
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-1/+30
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+8
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* Template workKeith Whitwell2001-02-241-8/+1
* Fix state bitmasks for invalidating line,tri,point functions. (won't fixKeith Whitwell2001-02-161-5/+14
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-52/+48
* fixed computation of _MultiTextureEnabled (again)Brian Paul2001-01-291-3/+3
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+4
* Use correct pv in swrast lines routinesKeith Whitwell2001-01-131-8/+6
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-2/+7
* Major rework of tnl moduleKeith Whitwell2000-12-261-4/+37
* _MultiTextureEnabled was being computed incorrectlyBrian Paul2000-12-091-3/+3
* Committing in .Jouk Jansen2000-11-221-29/+29
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-9/+14
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+72
* minor changes to silence compiler warningsBrian Paul2000-11-101-3/+3
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-8/+345