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: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-2
/
+2
*
mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.
Paul Berry
2014-01-08
1
-4
/
+4
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-7
/
+7
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
1
-3
/
+3
*
mesa: fix a typo in glDetachShader error message
Tapani Pälli
2013-12-12
1
-1
/
+1
*
mesa: for GLSL_DUMP_ON_ERROR, also dump the info log
Brian Paul
2013-11-06
1
-0
/
+2
*
mesa: Drop unused return value from use_shader_program
Gregory Hainaut
2013-10-30
1
-5
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+6
*
mesa: Fix geometry shader program queries.
Paul Berry
2013-10-24
1
-60
/
+40
*
glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.
Paul Berry
2013-10-24
1
-5
/
+3
*
mesa: Remove warning that geometry shader support is experimental.
Paul Berry
2013-10-12
1
-6
/
+0
*
mesa: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
2013-09-12
1
-7
/
+8
*
glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
2013-09-11
1
-0
/
+1
*
glsl: Refactor handling of gl_ClipDistance/gl_ClipVertex linkage rules for GS.
Paul Berry
2013-08-23
1
-0
/
+1
*
main: Warn that geometry shader support is experimental.
Paul Berry
2013-08-01
1
-0
/
+6
*
mesa/shaderapi: Allow 0 GEOMETRY_VERTICES_OUT.
Fabian Bieler
2013-08-01
1
-1
/
+1
*
mesa: Copy linked program data for GS.
Paul Berry
2013-08-01
1
-0
/
+8
*
mesa: Refactor copying of linked program data.
Paul Berry
2013-08-01
1
-0
/
+21
*
main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.
Paul Berry
2013-08-01
1
-3
/
+2
*
main: Fix geometry shader error messages (missing right paren)
Paul Berry
2013-08-01
1
-3
/
+3
*
mesa: add MESA_GLSL debug flag to dump shaders on compile error
Marek Olšák
2013-07-30
1
-5
/
+14
*
mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
2013-06-21
1
-1
/
+2
*
mesa: Move shader compiler API code to shaderapi.c
Eric Anholt
2013-06-21
1
-4
/
+38
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
1
-15
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
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
[next]