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: Remove exec thunks from the dlist.c module.
Eric Anholt
2013-01-21
1
-870
/
+0
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
1
-111
/
+8
*
mesa: Delay display list save dispatch setup until Exec is set up.
Eric Anholt
2013-01-21
1
-9
/
+3
*
mesa: Remove the size argument from _mesa_alloc_dispatch_table().
Eric Anholt
2013-01-21
1
-1
/
+1
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+1
*
mesa: Fix regression in dlist save primitive tracking.
Eric Anholt
2013-01-21
1
-8
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-237
/
+237
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-14
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-6
/
+6
*
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
2012-11-03
1
-3
/
+3
*
glapi: alias FramebufferTextureARB to FramebufferTexture
Jordan Justen
2012-11-03
1
-3
/
+3
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-2
/
+2
*
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
2012-10-23
1
-1
/
+0
*
mesa: Remove the NV program API functions.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Switch to the other glGetVertexAttribPointervARB implementation.
Kenneth Graunke
2012-10-16
1
-1
/
+1
*
mesa: Remove some shared NV_vp/fp functions from the dispatch table.
Kenneth Graunke
2012-10-16
1
-80
/
+0
*
mesa: Unhook NV_fragment_program API from the dispatch table.
Kenneth Graunke
2012-10-16
1
-86
/
+0
*
mesa: Fix comments for NV_vp code that's now only used by other extensions.
Eric Anholt
2012-10-15
1
-7
/
+3
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-91
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
1
-33
/
+0
*
mesa: Remove NV_vertex_program-specific parameters support.
Eric Anholt
2012-10-15
1
-26
/
+0
*
mesa: Fix NV_fragment_program's display list opcode for RequestResident.
Eric Anholt
2012-10-15
1
-1
/
+1
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
1
-27
/
+0
*
mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set loopback dispatch pointers for most things in ES2 or core
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Pass GL context to _mesa_create_save_table
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: remove FEATURE_ATI_fragment_shader define.
Oliver McFadden
2012-09-15
1
-8
/
+0
*
mesa: remove FEATURE_APPLE_object_purgeable define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
1
-7
/
+0
*
mesa: remove FEATURE_ARB_map_buffer_range define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-14
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-28
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_queryobj define.
Oliver McFadden
2012-09-15
1
-10
/
+0
*
mesa: remove FEATURE_dlist define.
Oliver McFadden
2012-09-15
1
-8
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-7
/
+7
*
mesa: Add support for glUniformBlockBinding() in display lists.
Eric Anholt
2012-08-07
1
-0
/
+27
*
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
[next]