summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16mesa: Create pointers for multithread marshalling dispatch table.Paul Berry1-8/+20
2016-12-19mesa: Silence numerous "unused parameter" warnings in dlist.cIan Romanick1-33/+33
2016-12-19mesa: Fix all the whitespace errors in dlist.cIan Romanick1-187/+186
2016-06-30mesa: Close fp on error path.Matt Turner1-6/+4
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-06-18mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin1-1/+37
2016-05-20mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner1-4/+4
2016-05-18mesa: fclose() filename on error.Matt Turner1-1/+5
2016-03-01mesa: Remove NV_fragment_program remnants from dlist.c.Matt Turner1-14/+7
2016-02-17mesa: implement a display list / glBitmap texture atlasBrian Paul1-0/+385
2016-02-09mesa: fix trivial comment typo in dlist.cBrian Paul1-1/+1
2016-02-09mesa: rewrite save_CallLists() codeBrian Paul1-26/+35
2016-02-09mesa: add missing error check in _mesa_CallLists()Brian Paul1-0/+8
2016-01-21mesa: Fix some function prototype mismatchingJeremy Huddleston Sequoia1-3/+2
2015-11-26mesa: remove ARB_geometry_shader4Marta Lofstedt1-55/+0
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