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: 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
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+2
*
mesa: Prevent repeated glDeleteProgram() from blowing away our refcounts.
Eric Anholt
2011-10-10
1
-3
/
+5
*
mesa: Simplify validate_shader_program after previous refactors
Ian Romanick
2011-10-07
1
-11
/
+6
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-4
/
+5
*
mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgram
Ian Romanick
2011-10-07
1
-4
/
+5
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-4
/
+5
*
mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
Ian Romanick
2011-10-04
1
-7
/
+1
*
mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.
Ian Romanick
2011-10-04
1
-1
/
+1
*
mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-42
/
+0
*
mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-52
/
+0
*
mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-41
/
+0
*
mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.
Eric Anholt
2011-09-28
1
-0
/
+1
*
mesa: In validate_program(), initialize errMsg for safety.
Kenneth Graunke
2011-08-05
1
-1
/
+1
*
mesa: Use the Elements macro for the sampler index assert in validate_sampler...
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: add some minor fixes for geometry shaders
Brian Paul
2011-06-02
1
-0
/
+6
*
mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End
Marek Olšák
2011-06-01
1
-0
/
+2
*
mesa: forbid UseProgram to be called inside Begin/End
Marek Olšák
2011-05-30
1
-0
/
+2
*
mesa: minor whitespace fixes
Brian Paul
2011-05-25
1
-4
/
+4
*
mesa: remove set-but-unused variable in bind_attrib_location
Marek Olšák
2011-05-01
1
-9
/
+1
*
mesa: TEXTURE_BUFFER fix-up
Brian Paul
2011-04-06
1
-0
/
+1
*
mesa: move location of some geometry program limits
Brian Paul
2011-03-11
1
-1
/
+1
*
mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects
Brian Paul
2011-03-11
1
-0
/
+3
*
mesa: add/update VERBOSE_API logging
Brian Paul
2011-02-08
1
-0
/
+11
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-4
/
+4
*
mesa: Connect glGetShaderPrecisionFormat into the dispatch table
Ian Romanick
2011-01-20
1
-0
/
+1
*
mesa: implement glGetShaderPrecisionFormat()
Brian Paul
2011-01-19
1
-5
/
+44
*
mesa: Add actual support for glReleaseShaderCompiler from ES2.
Eric Anholt
2011-01-14
1
-2
/
+5
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: use gl_shader_type enum
Brian Paul
2010-11-23
1
-3
/
+3
*
mesa: Fix delayed state flagging for EXT_sso-related program changes.
Eric Anholt
2010-11-06
1
-18
/
+5
*
mesa: Make metaops use program refcounts instead of names.
Eric Anholt
2010-10-29
1
-44
/
+53
[next]