summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Close fp on error path.Matt Turner2016-06-301-6/+4
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin2016-06-181-1/+37
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-201-4/+4
* mesa: fclose() filename on error.Matt Turner2016-05-181-1/+5
* mesa: Remove NV_fragment_program remnants from dlist.c.Matt Turner2016-03-011-14/+7
* mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-171-0/+385
* mesa: fix trivial comment typo in dlist.cBrian Paul2016-02-091-1/+1
* mesa: rewrite save_CallLists() codeBrian Paul2016-02-091-26/+35
* mesa: add missing error check in _mesa_CallLists()Brian Paul2016-02-091-0/+8
* mesa: Fix some function prototype mismatchingJeremy Huddleston Sequoia2016-01-211-3/+2
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-261-55/+0
* 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