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
/
shaderapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove #ifdef FEATURE_ES2, add some comments instead
Brian Paul
2013-04-09
1
-2
/
+9
*
ACTIVE_UNIFORM_MAX_LENGTH should include 3 extra characters for arrays.
Haixia Shi
2013-04-01
1
-2
/
+4
*
shaderapi: Fix AttachShader error
bma
2013-02-13
1
-0
/
+14
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
1
-81
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-10
/
+0
*
mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH
Ian Romanick
2013-01-11
1
-0
/
+3
*
mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT state
Ian Romanick
2013-01-11
1
-0
/
+57
*
mesa: Emit errors for geometry shader enums when ARB_gs4 is not supported
Ian Romanick
2013-01-11
1
-5
/
+15
*
mesa: Add stub implementations of glGetProgramBinary and glProgramBinary
Ian Romanick
2013-01-11
1
-0
/
+55
*
mesa: Fix the naming of _mesa_ProgramParameteriARB
Ian Romanick
2013-01-11
1
-2
/
+2
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-5
/
+3
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-3
/
+3
*
mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings
Matt Turner
2012-11-27
1
-21
/
+15
*
mesa: Fix const correctness of API implementation functions.
Paul Berry
2012-11-12
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-17
/
+17
*
mesa: disable ProgramParameteri until it is needed
Jordan Justen
2012-11-03
1
-4
/
+0
*
glapi: alias ProgramParameteriARB to ProgramParameteri
Jordan Justen
2012-11-03
1
-1
/
+1
*
mesa shaderapi: don't enable various functions for GL CORE
Jordan Justen
2012-11-03
1
-0
/
+2
*
dispatch: GLES1 fixes for _mesa_create_exec_table().
Paul Berry
2012-11-01
1
-35
/
+39
*
mesa: Don't flatten IF statements by default.
Kenneth Graunke
2012-10-16
1
-0
/
+1
*
mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-19
/
+31
*
mesa: Set dispatch pointer for glShaderBinary
Ian Romanick
2012-09-28
1
-0
/
+1
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-0
/
+4
*
mesa: remove remaining FEATURE_* defines where protected by API check.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-16
/
+0
*
mesa: remove FEATURE_ARB_fragment_shader define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_ARB_vertex_shader define.
Oliver McFadden
2012-09-15
1
-8
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-4
/
+4
*
mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-1
/
+1
*
mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-8
/
+31
*
mesa: Filter glGetProgramiv pnames based on available extensions
Ian Romanick
2012-08-24
1
-30
/
+37
*
mesa: Add support for glGetProgramiv pnames for UBOs.
Eric Anholt
2012-07-31
1
-0
/
+29
*
mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.
Kenneth Graunke
2012-07-22
1
-3
/
+5
*
mesa: add GLSL_REPORT_ERRORS debug flag
Brian Paul
2012-05-19
1
-0
/
+14
*
mesa: add some comments on shaderapi.c functions
Brian Paul
2012-05-19
1
-1
/
+14
*
mesa: Remove dead _mesa_sizeof_glsl_type().
Eric Anholt
2012-04-16
1
-60
/
+0
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-0
/
+3
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-0
/
+1
*
mesa: include uniforms.h to silence warning, remove unused var
Brian Paul
2012-01-11
1
-2
/
+1
*
mesa: Validate sampler settings using uniform storage
Ian Romanick
2012-01-11
1
-62
/
+2
*
mesa: Track fixed-function fragment shader as a shader
Ian Romanick
2012-01-11
1
-0
/
+29
*
mesa: use STATIC_ASSERT in a few more places
Brian Paul
2012-01-10
1
-1
/
+1
*
mesa: Fix typos in transform feedback error messages.
Paul Berry
2012-01-04
1
-1
/
+1
*
mesa: Disable certain error checks when transform feedback is paused
Paul Berry
2011-12-23
1
-2
/
+3
*
mesa: Implement glGetFragDataLocation
Ian Romanick
2011-11-08
1
-20
/
+0
*
mesa: Stub implementation of glBindFragDataLocation
Ian Romanick
2011-11-08
1
-18
/
+0
*
Delete code made dead by previous uniform related patches
Ian Romanick
2011-11-07
1
-1
/
+0
*
mesa: Rewrite the way uniforms are tracked and handled
Ian Romanick
2011-11-07
1
-5
/
+17
[next]