summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix errors in prev commitBrian Paul2008-09-211-2/+2
* mesa: revamp glBlendFunc loopbackBrian Paul2008-09-211-1/+8
* mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-09-211-0/+1
* mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-2/+5
* Add support for ATI_separate_stencil in display lists.Michal Wajdeczko2008-05-061-0/+33
* fix conversion of GLfloat display list IDsBrian Paul2008-05-011-21/+24
* implement glGet/BindAttribLocationARB() for display listsBrian2008-03-251-0/+26
* alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-129/+76
* remove CallDepth++/-- accidentally removed in prev commitBrian2007-08-241-0/+4
* remove unneeded CallStack arrayBrian2007-08-231-4/+0
* remove old comment, minor formatting fixesBrian2007-07-301-8/+5
* Fix an error related to glPolygonStipple.Xiang, Haihao2007-07-301-5/+12
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-9/+9
* remove some whitespaceBrian2007-05-211-5/+0
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-1/+1
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-46/+3
|\
| * Don't special-case index, edgeflag.Keith Whitwell2007-01-161-46/+3
* | fixes for C++ warnings/errorsBrian2007-01-231-2/+2
|/
* Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul2006-11-021-2/+2
* Fix bug #4681.Ian Romanick2006-10-111-17/+1
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-12/+12
* change #ifdef to #ifBrian Paul2006-08-171-1/+1
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+70
* Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul2006-06-301-24/+40
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+7
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-7/+0
* pass color index as float, not intBrian Paul2006-04-211-2/+2
* More GLSL code:Michal Krol2006-04-111-24/+24
* No need for _mesa_save_error() to be public.Brian Paul2006-03-011-32/+37
* added BlitFramebuffer() supportBrian Paul2006-03-011-2/+43
* re-formated with indent.Brian Paul2006-02-261-2320/+2657
* Remove need to initialize the InstSize[] array elements by just storingBrian Paul2006-02-261-210/+33
* display list clean-upsBrian Paul2006-02-261-69/+76
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-93/+0
* Make _mesa_is_proxy_texture() non-static and use in a few more places.Brian Paul2005-11-111-6/+3
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-915/+917
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+3
* mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-111-1/+1
* Determine ahead of time whether a display list will include verticesKeith Whitwell2005-01-221-17/+43
* Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul2005-01-121-1/+79
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-1/+67
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-76/+298
* clean up code related to dispatch table initializationBrian Paul2004-11-271-3/+1
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-16/+16
* Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson2004-10-241-1/+1
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-0/+34
* remove CRDaniel Borca2004-08-301-1/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* glBegin/EndQueryARB didn't work inside display listsBrian Paul2004-06-281-2/+63
* Fix problems when sizeof(Node) != sizeof(float)Keith Whitwell2004-06-031-5/+31