summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-20mesa: fix incorrect opcode in save_BlendFunci()Brian Paul1-1/+1
2015-10-20mesa: add more cases to print_list() in dlist.cBrian Paul1-0/+46
2015-10-03mesa: remove Driver.EndCallListMarek Olšák1-2/+1
2015-10-03mesa: remove Driver.BeginCallListMarek Olšák1-2/+1
2015-10-03mesa: remove Driver.EndListMarek Olšák1-1/+1
2015-10-03mesa: remove Driver.NewListMarek Olšák1-1/+1
2015-10-03mesa: remove Driver.NotifySaveBeginMarek Olšák1-1/+1
2015-10-03mesa: remove Driver.SaveFlushVerticesMarek Olšák1-3/+2
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-7/+7
2015-05-15mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick1-29/+1
2015-02-24mesa: replace FLOORF with floorfBrian Paul1-1/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-9/+9
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-0/+25
2015-01-30mesa: remove some dead display list codeBrian Paul1-80/+11
2015-01-30mesa: remove stale comment in dlist.c codeBrian Paul1-1/+1
2015-01-30mesa: s/union gl_dlist_node/Node/ in dlist.c codeBrian Paul1-3/+3
2015-01-30mesa: fix display list 8-byte alignment issueBrian Paul1-6/+67
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2015-01-12mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()Eduardo Lima Mitev1-10/+4
2014-12-01mesa: some improvements for print_list()Brian Paul1-68/+83
2014-10-24mesa: Implement ARB_clip_control.Mathias Fröhlich1-0/+26
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-46/+0
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick1-45/+0
2014-05-02sso: Add display list support for ARB_separate_shader_objects new functionsIan Romanick1-0/+911
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-2/+2
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-2/+3
2014-01-24mesa: Increment the list pointer while freeing instruction dataIan Romanick1-0/+1
2013-12-04mesa: reduce memory used for short display listsBrian Paul1-0/+35
2013-12-04mesa: update/remove display list commentsBrian Paul1-16/+5
2013-12-04mesa: remove gl_dlist_node::next pointer to reduce dlist memory useBrian Paul1-8/+10
2013-12-04mesa: begin reducing memory used by display listsBrian Paul1-172/+252
2013-11-29mesa: fix mem leak of glPixelMap data in display listBrian Paul1-13/+16
2013-11-29mesa: added memory-related comment in save_error()Brian Paul1-0/+4
2013-11-29mesa: fix flags assignment in save_WaitSync()Brian Paul1-1/+1
2013-11-29mesa: remove old colortable, histogram, etc. code from dlist.cBrian Paul1-551/+0
2013-09-04mesa: free object labels when deletingTimothy Arceri1-0/+1
2013-09-04mesa: make _mesa_lookup_list() non-staticTimothy Arceri1-6/+6
2013-06-09dlist: fix save_SamplerParameteriChris Forbes1-1/+1
2013-06-08mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee1-1/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-06-03mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee1-1/+4
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul1-2/+0
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul1-3/+2
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-28/+17
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul1-1/+8
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul1-1/+1
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul1-1/+2
2013-05-02mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul1-4/+2
2013-05-02mesa: comments, formatting fixes in dlist codeBrian Paul1-3/+10
2013-05-02mesa: add missing error check in _mesa_EndList()Brian Paul1-0/+6