summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-4/+0
* fix broken two-sided stencilBrian2007-11-301-1/+3
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-2/+2
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-0/+5
* Improve the code for interpolating fragment attributes a little. More to com...Brian2007-04-231-6/+19
* Put gl_program_machine into swrast structure rather than using a local variable.Brian2007-04-191-2/+6
* Enable texture sampling for vertex programs/shaders.Brian2007-04-171-0/+3
* Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian2007-03-111-0/+4
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-0/+7
* move span-related types/tokens into s_span.hBrian2007-02-011-200/+3
* new comments, ideasBrian2007-01-251-21/+22
* varying var changesBrian2006-12-151-4/+4
* Lots of changes to support runtime renderbuffer depths.Brian Paul2006-10-121-0/+10
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-11/+12
* more changes for runtime renderbuffer depthsBrian Paul2006-09-291-1/+1
* Initial work for supporting different renderbuffer color depths at runtime.Brian Paul2006-09-251-4/+37
* remove rgb[] array from span_arrays_struct - was only used in a few placesBrian Paul2006-09-211-4/+2
* More GLSL code:Michal Krol2006-04-111-1/+6
* merge from texman branchBrian Paul2006-03-261-0/+7
* New comments, clean-up of fields related to point/line/triangle validation.Brian Paul2006-01-261-9/+18
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-0/+1
* At keithw's request, remove all traces of the "fragment program to C" andIan Romanick2005-11-081-14/+0
* replace GLdepth with GLuint and remove GLdepthBrian Paul2005-09-211-2/+2
* change some commentsBrian Paul2005-09-161-5/+4
* Rework the texture filtering functions a bit.Brian Paul2005-09-161-2/+1
* more GLuint->GLbitfield changesBrian Paul2005-09-161-4/+4
* Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul2005-09-151-5/+5
* remove obsolete CurrentBufferBitBrian Paul2005-09-051-1/+0
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+0
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+1
* Fix minor fog / fragment program state bug.Brian Paul2004-10-131-0/+1
* More updates for Doxygen.Brian Paul2004-09-101-0/+11
* Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2004-04-141-0/+14
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-1/+2
* A bit of an overhaul of the fog code.Brian Paul2004-02-171-3/+5
* added SPAN_WBrian Paul2004-02-171-8/+9
* More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett2003-10-221-5/+0
* s/_backface_sign/_BackfaceSign/Brian Paul2003-09-181-1/+1
* move a commentBrian Paul2003-09-171-24/+22
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-2/+2
* Store partial derivative values in sw_span structure.Brian Paul2003-03-161-1/+16
* minor typoBrian Paul2003-02-281-2/+2
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-15/+154
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-4/+4
* updated email addressesBrian Paul2002-10-291-3/+3
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-1/+2
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-2/+8
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-2/+8
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-1/+7