summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix incorrect opcode in save_BlendFunci()Brian Paul2015-10-201-1/+1
* mesa: add more cases to print_list() in dlist.cBrian Paul2015-10-201-0/+46
* mesa: remove Driver.EndCallListMarek Olšák2015-10-031-2/+1
* mesa: remove Driver.BeginCallListMarek Olšák2015-10-031-2/+1
* mesa: remove Driver.EndListMarek Olšák2015-10-031-1/+1
* mesa: remove Driver.NewListMarek Olšák2015-10-031-1/+1
* mesa: remove Driver.NotifySaveBeginMarek Olšák2015-10-031-1/+1
* mesa: remove Driver.SaveFlushVerticesMarek Olšák2015-10-031-3/+2
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-7/+7
* mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick2015-05-151-29/+1
* mesa: replace FLOORF with floorfBrian Paul2015-02-241-1/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-9/+9
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-0/+25
* mesa: remove some dead display list codeBrian Paul2015-01-301-80/+11
* mesa: remove stale comment in dlist.c codeBrian Paul2015-01-301-1/+1
* mesa: s/union gl_dlist_node/Node/ in dlist.c codeBrian Paul2015-01-301-3/+3
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-301-6/+67
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()Eduardo Lima Mitev2015-01-121-10/+4
* mesa: some improvements for print_list()Brian Paul2014-12-011-68/+83
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-241-0/+26
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-46/+0
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-021-45/+0
* sso: Add display list support for ARB_separate_shader_objects new functionsIan Romanick2014-05-021-0/+911
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-2/+2
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-2/+3
* mesa: Increment the list pointer while freeing instruction dataIan Romanick2014-01-241-0/+1
* mesa: reduce memory used for short display listsBrian Paul2013-12-041-0/+35
* mesa: update/remove display list commentsBrian Paul2013-12-041-16/+5
* mesa: remove gl_dlist_node::next pointer to reduce dlist memory useBrian Paul2013-12-041-8/+10
* mesa: begin reducing memory used by display listsBrian Paul2013-12-041-172/+252
* mesa: fix mem leak of glPixelMap data in display listBrian Paul2013-11-291-13/+16
* mesa: added memory-related comment in save_error()Brian Paul2013-11-291-0/+4
* mesa: fix flags assignment in save_WaitSync()Brian Paul2013-11-291-1/+1
* mesa: remove old colortable, histogram, etc. code from dlist.cBrian Paul2013-11-291-551/+0
* mesa: free object labels when deletingTimothy Arceri2013-09-041-0/+1
* mesa: make _mesa_lookup_list() non-staticTimothy Arceri2013-09-041-6/+6
* dlist: fix save_SamplerParameteriChris Forbes2013-06-091-1/+1
* mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee2013-06-081-1/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee2013-06-031-1/+4
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-021-2/+0
* mesa: remove GLvertexformat::Rectf()Brian Paul2013-05-021-3/+2
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-021-28/+17
* mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2013-05-021-1/+8
* mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2013-05-021-1/+1
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-021-1/+2
* mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2013-05-021-4/+2
* mesa: comments, formatting fixes in dlist codeBrian Paul2013-05-021-3/+10
* mesa: add missing error check in _mesa_EndList()Brian Paul2013-05-021-0/+6