summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2003-10-03Removed bogus OS/2 floating point->integer conversion routineKendall Bennett1-12/+2
2003-10-03Fixed incorrect Watcom assembler macrosKendall Bennett1-2/+2
2003-10-02Fixed bugs in Mesa software span rendering for color index modesKendall Bennett1-1/+3
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett3-8/+9
2003-09-23Add extra cases and enums for _mesa_fetch_state(), and set the length ofKarl Rasche2-6/+88
2003-09-19castsBrian Paul1-9/+9
2003-09-19Assorted casts to silence g++ warnings.Brian Paul5-16/+19
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-604/+604
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul1-0/+26
2003-09-18tweak an error messageBrian Paul1-1/+1
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul2-85/+63
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul2-95/+104
2003-09-18remove MESA_TRACE stuffBrian Paul2-21/+3
2003-09-18version tweaksBrian Paul2-2/+2
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul2-4/+0
2003-09-18Remove FLT_MIN definition to imports.hBrian Paul2-48/+45
2003-09-18Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz2-6/+6
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul1-1/+0
2003-09-17Fixed/added some error checks.Brian Paul1-27/+31
2003-09-17unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul1-1/+26
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul1-0/+8
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated o...Jose Fonseca1-3/+3
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul3-4/+19
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul8-128/+217
2003-09-17move some functions, add some commentsBrian Paul1-32/+40
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul1-1/+4
2003-09-17fix up FEATURE_* definesBrian Paul1-21/+14
2003-09-15minor simplificationBrian Paul1-4/+4
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul6-101/+98
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett4-65/+73
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul4-11/+21
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul1-11/+148
2003-09-09plug in vertex buffer object functionsBrian Paul1-0/+18
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul2-37/+69
2003-09-09Added most of the infrastructure required to supportIan Romanick4-80/+583
2003-09-05fix typoBrian Paul1-1/+1
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul4-215/+239
2003-09-05 Committing in .Jouk Jansen1-0/+1
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul2-5/+4
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul1-21/+27
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul1-2/+0
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick3-52/+37
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul1-1/+3
2003-09-02fix fog.End errorBrian Paul1-1/+1
2003-08-31added minor assertionBrian Paul1-1/+2
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul18-596/+1216
2003-08-30Generate browse info for Debug version.Karl Schultz1-1/+1
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz13-43/+54
2003-08-29fix minor warnings with castsBrian Paul2-8/+15
2003-08-29add arbfragparse.c to project.Karl Schultz1-2/+10