aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-0/+6
|\
| * mesa: fix potential uninitialized memory readsBrian Paul2009-10-011-0/+6
* | mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-15/+49
* | mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-12/+7
* | mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-301-4/+4
* | mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-1/+2
* | Merge branch 'mesa_7_6_branch'Ian Romanick2009-09-161-0/+659
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-161-0/+659
| |\
| | * mesa: compile glUniformMatrix() functions into display listsBrian Paul2009-09-151-0/+242
| | * mesa: implement more glUniform display list functionsBrian Paul2009-09-151-1/+365
| | * mesa: compile glUniform4f() into display listsBrian Paul2009-09-151-0/+26
| | * mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul2009-09-151-0/+28
* | | mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+3
|/ /
* | mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-13/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-141-138/+164
|\|
| * mesa: fix some invalid memory readsBrian Paul2009-08-131-18/+57
| * mesa: fix warnings about locals hiding function paramsBrian Paul2009-08-131-3/+3
| * mesa: add missing PBO mapping code in unpack_image()Brian Paul2009-08-131-7/+21
| * main: fix some potential memory leaksBrian Paul2009-08-131-112/+85
* | mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-1/+1
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-33/+79
|\|
| * mesa/dlist: fixes and improvements for material cachingKeith Whitwell2009-06-301-8/+16
| * mesa/dlist: don't cache state which may not be replayed on CallListKeith Whitwell2009-06-301-1/+5
| * mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell2009-06-301-16/+24
| * mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModelKeith Whitwell2009-06-301-0/+1
| * mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell2009-06-301-19/+44
| * mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul2009-06-221-8/+8
| * mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-06-221-12/+12
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+33
|\ \
| * | mesa: exec/dlist functions for glProvokingVertexEXT()Brian Paul2009-05-281-0/+33
* | | mesa: implement GL_ARB_map_buffer_rangeBrian Paul2009-06-081-0/+6
* | | mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul2009-06-021-0/+3
|/ /
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-2/+2
* | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-221-4/+4
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-221-12/+12
* | mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul2009-05-221-8/+8
|/
* mesa: fix a recursive display list problemBrian Paul2009-04-011-1/+1
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+46
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-0/+1
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-121-1/+0
* mesa: more display list cleanupsBrian2009-01-311-20/+15
* mesa: display list clean-upsBrian2009-01-311-17/+21
* mesa: fix conditional in save_Lightfv(), bug 18838Brian2008-12-011-1/+1
* mesa: remove unneeded includesBrian Paul2008-10-101-1/+0
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-1/+1
* 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