summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mesa: fix a recursive display list problemBrian Paul1-1/+1
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+46
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+1
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2009-01-31mesa: more display list cleanupsBrian1-20/+15
2009-01-31mesa: display list clean-upsBrian1-17/+21
2008-12-01mesa: fix conditional in save_Lightfv(), bug 18838Brian1-1/+1
2008-10-10mesa: remove unneeded includesBrian Paul1-1/+0
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-09-21mesa: fix errors in prev commitBrian Paul1-2/+2
2008-09-21mesa: revamp glBlendFunc loopbackBrian Paul1-1/+8
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-0/+1
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell1-2/+5
2008-05-06Add support for ATI_separate_stencil in display lists.Michal Wajdeczko1-0/+33
2008-05-01fix conversion of GLfloat display list IDsBrian Paul1-21/+24
2008-03-25implement glGet/BindAttribLocationARB() for display listsBrian1-0/+26
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger1-129/+76
2007-08-24remove CallDepth++/-- accidentally removed in prev commitBrian1-0/+4
2007-08-23remove unneeded CallStack arrayBrian1-4/+0
2007-07-30remove old comment, minor formatting fixesBrian1-8/+5
2007-07-30Fix an error related to glPolygonStipple.Xiang, Haihao1-5/+12
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-9/+9
2007-05-21remove some whitespaceBrian1-5/+0
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian1-1/+1
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell1-46/+3
2007-01-23fixes for C++ warnings/errorsBrian1-2/+2
2007-01-16Don't special-case index, edgeflag.Keith Whitwell1-46/+3
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul1-2/+2
2006-10-11Fix bug #4681.Ian Romanick1-17/+1
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick1-12/+12
2006-08-17change #ifdef to #ifBrian Paul1-1/+1
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick1-0/+70
2006-06-30Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul1-24/+40
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+7
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-7/+0
2006-04-21pass color index as float, not intBrian Paul1-2/+2
2006-04-11More GLSL code:Michal Krol1-24/+24
2006-03-01No need for _mesa_save_error() to be public.Brian Paul1-32/+37
2006-03-01added BlitFramebuffer() supportBrian Paul1-2/+43
2006-02-26re-formated with indent.Brian Paul1-2320/+2657
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul1-210/+33
2006-02-26display list clean-upsBrian Paul1-69/+76
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-93/+0
2005-11-11Make _mesa_is_proxy_texture() non-static and use in a few more places.Brian Paul1-6/+3
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-915/+917
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-10/+3
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell1-17/+43
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul1-1/+79