summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2003-12-13Problem computing specular value in OPCODE_LIT - pulled in value fromKarl Rasche
2003-12-13init vars to silence warningsBrian Paul
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-12-05Fix a front/back CopyPixels glitch.Brian Paul
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-25current raster color index should be GLfloatBrian Paul
2003-11-22pass ctx to fetch_vector4_deriv()Brian Paul
2003-11-21fix some bugs in computation of DDX, DDY commandsBrian Paul
2003-11-19Initial checkin of new ARB_frag/vertex program parserKarl Rasche
2003-11-18added missing <type> error checking in read_index_pixels()Brian Paul
2003-11-12Ville Syrjala's logic op patchBrian Paul
2003-10-22More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett
2003-10-21Updates to SSE assembler support for Open WatcomKendall Bennett
2003-10-11don't use color table's format to determine texture env functionsBrian Paul
2003-10-10remove bogus _swrast_texture_table_lookup() call (Eric Plante)Brian Paul
2003-10-09Added missing #undef SPAN_VARS to swrast/s_spantemp.hKendall Bennett
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-10-02Fixed bugs in Mesa software span rendering for color index modesKendall Bennett
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul
2003-09-18Add casts to prevent double->float conversion compiler warnings.Karl Schultz
2003-09-17changed a commentBrian Paul
2003-09-17move a commentBrian Paul
2003-09-04implement SWZ and TXB. some code clean-upBrian Paul
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-08-31always assign texcoord[i][3] to silence valgrindBrian Paul
2003-08-31update parameter indexingBrian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-29s/GLuint/GLint/Brian Paul
2003-08-28Move clamping of texture LOD bias to texture application time.Brian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-27 Committing in .Jouk Jansen
2003-08-23indentation fixBrian Paul
2003-08-23glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't workBrian Paul
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-07-26VC 6 Project FileKarl Schultz
2003-07-24if texture color table is enabled, use the color table's format to evaluate t...Brian Paul
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul