index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: fix display list corner case assertion
Brian Paul
2019-02-26
1
-0
/
+2
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
1
-1
/
+1
*
mesa: add outstanding ARB_vertex_attrib_64bit dlist support
Timothy Arceri
2018-06-30
1
-0
/
+178
*
mesa: generate GL_INVALID_OPERATION using draw indirect in dlist
Timothy Arceri
2018-06-30
1
-0
/
+47
*
mesa: add missing display list support for ARB_compute_shader
Timothy Arceri
2018-06-30
1
-0
/
+39
*
mesa: add ARB_viewport_array display list support
Timothy Arceri
2018-06-30
1
-0
/
+211
*
mesa: add glUniformSubroutinesuiv() display list support
Timothy Arceri
2018-06-30
1
-0
/
+34
*
mesa: add ProgramUniform*d display list support
Timothy Arceri
2018-06-30
1
-0
/
+514
*
mesa: add Uniform*d support to display lists
Timothy Arceri
2018-06-30
1
-0
/
+493
*
mesa: add display list support for glPatchParameter{i,fv}()
Timothy Arceri
2018-05-30
1
-0
/
+78
*
mesa: drop GL_EXT_polygon_offset support
Timothy Arceri
2018-05-18
1
-11
/
+0
*
mesa: add glUniform*ui{v} support to display lists
Timothy Arceri
2018-05-17
1
-33
/
+17
*
mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
1
-0
/
+86
*
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
1
-1
/
+1
*
mesa: simplify _mesa_delete_list() a bit, add some assertions
Brian Paul
2018-01-25
1
-28
/
+11
*
mesa: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
1
-1
/
+1
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
*
mesa: finish implementing glPrimitiveRestartNV() for display lists
Brian Paul
2017-07-07
1
-1
/
+21
*
vbo: simplify vbo_save_NotifyBegin()
Brian Paul
2017-07-07
1
-17
/
+1
*
mesa: Create pointers for multithread marshalling dispatch table.
Paul Berry
2017-03-16
1
-8
/
+20
*
mesa: Silence numerous "unused parameter" warnings in dlist.c
Ian Romanick
2016-12-19
1
-33
/
+33
*
mesa: Fix all the whitespace errors in dlist.c
Ian Romanick
2016-12-19
1
-187
/
+186
*
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
[next]