summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* some code clean-upsBrian Paul2004-02-151-64/+67
* Minor clean-ups of variable scopes, initializations, etc.Brian Paul2004-02-151-29/+51
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-90/+25
* fix typoBrian Paul2004-02-043-12/+9
* fixed a bug in GL_NEAREST samplerDaniel Borca2004-02-021-6/+18
* s/BlendEquatioRGB/BlendEquationRGB/Brian Paul2004-01-281-5/+5
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-25/+93
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-276-104/+104
* Change software alpha plane pointers from void* to GLchan*, eliminate some ca...Brian Paul2004-01-231-15/+14
* Initial support for floating point and signed texture formats.Brian Paul2004-01-232-35/+36
* added blurb about NVIDIA extensionsBrian Paul2004-01-143-7/+31
* add cast to quiet compiler warningKarl Schultz2004-01-131-1/+1
* fix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)Brian Paul2003-12-151-22/+21
* Problem computing specular value in OPCODE_LIT - pulled in value fromKarl Rasche2003-12-131-1/+1
* init vars to silence warningsBrian Paul2003-12-131-1/+1
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-095-5/+14
* Fix a front/back CopyPixels glitch.Brian Paul2003-12-051-8/+28
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-042-9/+7
* current raster color index should be GLfloatBrian Paul2003-11-252-3/+3
* pass ctx to fetch_vector4_deriv()Brian Paul2003-11-221-3/+6
* fix some bugs in computation of DDX, DDY commandsBrian Paul2003-11-211-19/+22
* Initial checkin of new ARB_frag/vertex program parserKarl Rasche2003-11-191-4/+10
* added missing <type> error checking in read_index_pixels()Brian Paul2003-11-181-3/+13
* Ville Syrjala's logic op patchBrian Paul2003-11-123-5/+5
* More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett2003-10-222-6/+1
* Updates to SSE assembler support for Open WatcomKendall Bennett2003-10-211-1/+1
* don't use color table's format to determine texture env functionsBrian Paul2003-10-111-3/+0
* remove bogus _swrast_texture_table_lookup() call (Eric Plante)Brian Paul2003-10-101-5/+0
* Added missing #undef SPAN_VARS to swrast/s_spantemp.hKendall Bennett2003-10-091-0/+1
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-10/+16
* Fixed bugs in Mesa software span rendering for color index modesKendall Bennett2003-10-021-10/+16
* Assorted casts to silence g++ warnings.Brian Paul2003-09-192-1/+2
* Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz2003-09-191-0/+1
* Make binary - even though this is a text file, common practice is to store MS...Karl Schultz2003-09-191-324/+324
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-183-8/+7
* s/_backface_sign/_BackfaceSign/Brian Paul2003-09-185-5/+5
* Add casts to prevent double->float conversion compiler warnings.Karl Schultz2003-09-181-2/+2
* changed a commentBrian Paul2003-09-171-2/+1
* move a commentBrian Paul2003-09-171-24/+22
* implement SWZ and TXB. some code clean-upBrian Paul2003-09-041-46/+55
* Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul2003-09-041-0/+62
* Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick2003-09-021-4/+31
* always assign texcoord[i][3] to silence valgrindBrian Paul2003-08-311-0/+2
* update parameter indexingBrian Paul2003-08-311-4/+5
* Generate browse info for Debug version.Karl Schultz2003-08-301-2/+2
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-303-24/+46
* s/GLuint/GLint/Brian Paul2003-08-291-1/+1
* Move clamping of texture LOD bias to texture application time.Brian Paul2003-08-281-1/+4
* Added OpenGL 1.4's per-texture LOD bias.Brian Paul2003-08-281-2/+2
* Committing in .Jouk Jansen2003-08-271-1/+1