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: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa: implement display list support for new DrawTransformFeedback functions
Marek Olšák
2012-07-12
1
-0
/
+77
*
mesa: implement display list support for indexed query functions
Marek Olšák
2012-07-12
1
-2
/
+47
*
mesa: add QueryCounter display list support
Marek Olšák
2012-07-10
1
-0
/
+24
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
1
-0
/
+45
*
mesa: Make glPrimitiveRestartIndex execute immediately in display lists.
Kenneth Graunke
2012-06-11
1
-0
/
+3
*
mesa: remove needless casts in save_EdgeFlag()
Brian Paul
2012-05-08
1
-1
/
+1
*
mesa: minor clean-ups in dlist material code
Brian Paul
2012-05-08
1
-7
/
+15
*
mesa: fix error strings in dlist code
Brian Paul
2012-05-08
1
-4
/
+4
*
mesa: Set up glTexBuffer{,ARB} for display list compile.
Eric Anholt
2012-04-09
1
-0
/
+3
*
mesa: Fold error generation into _mesa_valid_prim_mode().
Eric Anholt
2012-03-19
1
-2
/
+8
*
mesa: display list dispatch for ARB_debug_output
Marek Olšák
2012-03-10
1
-0
/
+3
*
mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.
Eric Anholt
2012-02-29
1
-2
/
+16
*
mesa: Fix display list handling for GL_ARB_draw_instanced.
Eric Anholt
2012-02-29
1
-0
/
+28
*
mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
Eric Anholt
2012-01-27
1
-0
/
+3
*
mesa: Fix display list handling for EXT_framebuffer_object.
Eric Anholt
2012-01-27
1
-0
/
+18
*
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
Mathias Fröhlich
2011-12-28
1
-4
/
+0
*
Enabling display list support for glClearBuffer functions with minor fixes
Anuj Phogat
2011-12-15
1
-11
/
+11
*
mesa: make save_EndConditionalRender param list (void) to silence warning
Brian Paul
2011-11-01
1
-1
/
+1
*
mesa: display list dispatch for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: improve EXT_transform_feedback display list support
Marek Olšák
2011-10-27
1
-10
/
+9
*
mesa: handle PBO access error in display list mode
Yuanhan Liu
2011-10-20
1
-0
/
+2
*
mesa: handle the pbo case for save_Bitmap
Yuanhan Liu
2011-10-19
1
-7
/
+15
*
mesa: use format string in _mesa_error() call to silence warning
Brian Paul
2011-10-18
1
-1
/
+1
*
mesa: add a function to do the image data copy stuff for save_CompressedTex(S...
Yuanhan Liu
2011-10-17
1
-75
/
+27
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-4
/
+4
*
mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()
Brian Paul
2011-09-21
1
-2
/
+3
*
mesa: Add support for Begin/EndConditionalRender in display lists.
Eric Anholt
2011-09-19
1
-0
/
+45
*
mesa: fix format/type check in unpack_image() for bitmaps
Brian Paul
2011-09-19
1
-1
/
+1
*
mesa: fix error handling for dlist image unpacking
Brian Paul
2011-09-15
1
-1
/
+14
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+2
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: fix unused-but-set-variable warnings in dlist.c
Marek Olšák
2011-07-15
1
-6
/
+6
*
mesa: fix function remapping for dlist
Chia-I Wu
2011-06-08
1
-1
/
+0
*
mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table
Brian Paul
2011-05-26
1
-0
/
+1
*
mesa: plug in GL_ARB_vertex_array_object display list functions
Brian Paul
2011-05-26
1
-0
/
+4
*
mesa: more geometry shader display list functions
Brian Paul
2011-05-26
1
-0
/
+53
*
mesa: more transform feedback display list functions
Brian Paul
2011-05-26
1
-12
/
+98
*
mesa: simplify query object display list dispatch setup
Brian Paul
2011-05-26
1
-6
/
+2
*
mesa: plug in sync object display list functions
Brian Paul
2011-05-25
1
-0
/
+50
*
mesa: display list support for glProgramParameteriARB()
Brian Paul
2011-05-25
1
-0
/
+30
*
mesa: plug shader object functions into display list dispatch
Brian Paul
2011-05-25
1
-0
/
+2
*
mesa: plug in GL 3.0 ClearBuffer() display list functions
Brian Paul
2011-05-25
1
-5
/
+1
*
mesa: fill in missing sampler object display list functions
Brian Paul
2011-05-25
1
-0
/
+163
*
mesa: add some missing GLAPIENTRY keywords
Brian Paul
2011-05-17
1
-11
/
+11
*
mesa: Fix GetVertexAttrib* inside display lists.
José Fonseca
2011-05-12
1
-3
/
+3
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-2
/
+2
*
mesa: plug in new functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+29
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-0
/
+27
[next]