summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-25/+25
* main: remove duplicated includesNicolas Kaiser2010-09-301-1/+0
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-2/+0
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-141-2/+2
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-091-4/+4
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-091-4/+4
* mesa: Fix printf-like warnings.Vinson Lee2010-09-021-3/+3
* mesa: Fix GetUniformLocation while compiling display lists.Nick Bowler2010-08-201-1/+9
* mesa: move nvprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-1/+1
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-3/+3
* mesa: display list support for uint uniformsBrian Paul2010-05-251-1/+199
* mesa: Include api_exec.h in dlist.c.Vinson Lee2010-05-021-0/+1
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-021-2/+10
|\
| * mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg2010-04-221-2/+10
* | mesa: s/sprintf/_mesa_snprintf/Vinson Lee2010-05-021-1/+1
|/
* mesa: remove unused varBrian Paul2010-04-051-2/+1
* mesa: display list support for GL_EXT_transform_feedbackBrian Paul2010-04-021-1/+48
* APPLE_object_purgeable: coreChris Wilson2010-03-051-0/+6
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-65/+65
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-50/+50
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-1/+1
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-7/+7
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-5/+5
* mesa: Remove unnecessary headers.Vinson Lee2010-02-011-2/+0
* mesa: fix double->float assignment warningsBrian Paul2010-01-271-3/+3
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-21/+0
|\
| * mesa: Remove unnecessary headers from dlist.c.Vinson Lee2010-01-181-21/+0
* | mesa: remove a line of dead codeBrian Paul2009-12-311-1/+0
* | mesa: enable ColorMaskIndexed in display listsBrian Paul2009-12-311-3/+1
* | mesa: display list support for glClearBuffer functionsBrian Paul2009-12-301-0/+154
* | mesa: plug in GL_EXT_draw_buffers2 functionsBrian Paul2009-12-291-8/+6
* | mesa: add dlist support for indexed colormask and indexed enables/disablesBrian Paul2009-12-291-0/+77
|/
* mesa: clean up extended opcode codeBrian Paul2009-10-071-18/+53
* mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul2009-10-071-18/+50
* mesa: added _mesa_free_display_list_data()Brian Paul2009-10-071-0/+7
* mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul2009-10-071-13/+34
* main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul2009-10-071-199/+202
* mesa: rename display list functionsBrian Paul2009-10-071-7/+7
* 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