index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
dlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Close fp on error path.
Matt Turner
2016-06-30
1
-6
/
+4
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
Ilia Mirkin
2016-06-18
1
-1
/
+37
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
1
-4
/
+4
*
mesa: fclose() filename on error.
Matt Turner
2016-05-18
1
-1
/
+5
*
mesa: Remove NV_fragment_program remnants from dlist.c.
Matt Turner
2016-03-01
1
-14
/
+7
*
mesa: implement a display list / glBitmap texture atlas
Brian Paul
2016-02-17
1
-0
/
+385
*
mesa: fix trivial comment typo in dlist.c
Brian Paul
2016-02-09
1
-1
/
+1
*
mesa: rewrite save_CallLists() code
Brian Paul
2016-02-09
1
-26
/
+35
*
mesa: add missing error check in _mesa_CallLists()
Brian Paul
2016-02-09
1
-0
/
+8
*
mesa: Fix some function prototype mismatching
Jeremy Huddleston Sequoia
2016-01-21
1
-3
/
+2
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-55
/
+0
*
mesa: fix incorrect opcode in save_BlendFunci()
Brian Paul
2015-10-20
1
-1
/
+1
*
mesa: add more cases to print_list() in dlist.c
Brian Paul
2015-10-20
1
-0
/
+46
*
mesa: remove Driver.EndCallList
Marek Olšák
2015-10-03
1
-2
/
+1
*
mesa: remove Driver.BeginCallList
Marek Olšák
2015-10-03
1
-2
/
+1
*
mesa: remove Driver.EndList
Marek Olšák
2015-10-03
1
-1
/
+1
*
mesa: remove Driver.NewList
Marek Olšák
2015-10-03
1
-1
/
+1
*
mesa: remove Driver.NotifySaveBegin
Marek Olšák
2015-10-03
1
-1
/
+1
*
mesa: remove Driver.SaveFlushVertices
Marek Olšák
2015-10-03
1
-3
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-7
/
+7
*
mesa: Remove all vestiges of glFramebufferTextureFaceARB
Ian Romanick
2015-05-15
1
-29
/
+1
*
mesa: replace FLOORF with floorf
Brian Paul
2015-02-24
1
-1
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-9
/
+9
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+25
*
mesa: remove some dead display list code
Brian Paul
2015-01-30
1
-80
/
+11
*
mesa: remove stale comment in dlist.c code
Brian Paul
2015-01-30
1
-1
/
+1
*
mesa: s/union gl_dlist_node/Node/ in dlist.c code
Brian Paul
2015-01-30
1
-3
/
+3
*
mesa: fix display list 8-byte alignment issue
Brian Paul
2015-01-30
1
-6
/
+67
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()
Eduardo Lima Mitev
2015-01-12
1
-10
/
+4
*
mesa: some improvements for print_list()
Brian Paul
2014-12-01
1
-68
/
+83
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
1
-0
/
+26
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-46
/
+0
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
1
-45
/
+0
*
sso: Add display list support for ARB_separate_shader_objects new functions
Ian Romanick
2014-05-02
1
-0
/
+911
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-2
/
+2
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-2
/
+3
*
mesa: Increment the list pointer while freeing instruction data
Ian Romanick
2014-01-24
1
-0
/
+1
*
mesa: reduce memory used for short display lists
Brian Paul
2013-12-04
1
-0
/
+35
*
mesa: update/remove display list comments
Brian Paul
2013-12-04
1
-16
/
+5
*
mesa: remove gl_dlist_node::next pointer to reduce dlist memory use
Brian Paul
2013-12-04
1
-8
/
+10
*
mesa: begin reducing memory used by display lists
Brian Paul
2013-12-04
1
-172
/
+252
*
mesa: fix mem leak of glPixelMap data in display list
Brian Paul
2013-11-29
1
-13
/
+16
*
mesa: added memory-related comment in save_error()
Brian Paul
2013-11-29
1
-0
/
+4
*
mesa: fix flags assignment in save_WaitSync()
Brian Paul
2013-11-29
1
-1
/
+1
*
mesa: remove old colortable, histogram, etc. code from dlist.c
Brian Paul
2013-11-29
1
-551
/
+0
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: make _mesa_lookup_list() non-static
Timothy Arceri
2013-09-04
1
-6
/
+6
*
dlist: fix save_SamplerParameteri
Chris Forbes
2013-06-09
1
-1
/
+1
[next]