summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
2010-02-01mesa: Remove unnecessary headers.Vinson Lee
2010-01-27mesa: fix double->float assignment warningsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-18mesa: Remove unnecessary headers from dlist.c.Vinson Lee
2009-12-31mesa: remove a line of dead codeBrian Paul
2009-12-31mesa: enable ColorMaskIndexed in display listsBrian Paul
2009-12-30mesa: display list support for glClearBuffer functionsBrian Paul
2009-12-29mesa: plug in GL_EXT_draw_buffers2 functionsBrian Paul
2009-12-29mesa: add dlist support for indexed colormask and indexed enables/disablesBrian Paul
2009-10-07mesa: clean up extended opcode codeBrian Paul
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul
2009-10-07mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul
2009-10-07main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul
2009-10-07mesa: rename display list functionsBrian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-01mesa: fix potential uninitialized memory readsBrian Paul
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-09-16Merge branch 'mesa_7_6_branch'Ian Romanick
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian Paul
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-13mesa: fix some invalid memory readsBrian Paul
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul
2009-08-13main: fix some potential memory leaksBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-30mesa/dlist: fixes and improvements for material cachingKeith Whitwell
2009-06-30mesa/dlist: don't cache state which may not be replayed on CallListKeith Whitwell
2009-06-30mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell
2009-06-30mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModelKeith Whitwell
2009-06-30mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell
2009-06-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul
2009-06-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-02mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul
2009-05-28mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul
2009-05-22mesa: use Elements() for loop limitBrian Paul
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul
2009-05-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul