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
/
shaderapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix uniforms calculation in glGetProgramiv
Tapani Pälli
2015-11-02
1
-2
/
+12
*
mesa: replace UsesClipDistance with ClipDistanceArraySize
Marek Olšák
2015-10-20
1
-3
/
+3
*
main: GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH is about UBOS, not SSBOs
Iago Toral Quiroga
2015-10-19
1
-2
/
+2
*
main: Use NumUniformBlocks to count UBOs
Iago Toral Quiroga
2015-10-19
1
-5
/
+1
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-2
/
+2
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-1
/
+1
*
mesa: remove Driver.NewShaderProgram
Marek Olšák
2015-10-03
1
-1
/
+1
*
mesa: clean up #includes in shaderapi.c
Brian Paul
2015-09-29
1
-5
/
+5
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-2
/
+2
*
main: fix ACTIVE_UNIFORM_BLOCKS value
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+5
*
glsl: bail out early in _mesa_ShaderSource if no shaderobj
Tapani Pälli
2015-09-23
1
-11
/
+9
*
mesa: return initial value for PROGRAM_SEPARABLE when not linked
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: change 'SHADER_SUBST' facility to work with env variables
Tapani Pälli
2015-09-04
1
-38
/
+101
*
mesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-1
/
+1
*
mesa: undo split out of create shader code
Timothy Arceri
2015-08-19
1
-59
/
+50
*
mesa: Raise INVALID_VALUE from glCreateShaderProgramv if count < 0
Marta Lofstedt
2015-08-17
1
-0
/
+9
*
mesa: NULL check InfoLog
Marta Lofstedt
2015-08-07
1
-2
/
+2
*
mesa: Fix errors values returned by glShaderBinary()
Eduardo Lima Mitev
2015-08-05
1
-3
/
+14
*
mesa: fix and simplify resource query for arrays
Timothy Arceri
2015-07-30
1
-1
/
+1
*
mesa: minor clean-ups in shaderapi.c
Brian Paul
2015-07-23
1
-7
/
+10
*
mesa: fix _mesa_error() compiler warnings in shaderapi.c
Brian Paul
2015-07-23
1
-33
/
+33
*
mesa: initialize variables to silence compiler warnings
Brian Paul
2015-07-23
1
-1
/
+1
*
mesa: fill out the ARB_shader_subroutine APIs
Dave Airlie
2015-07-23
1
-3
/
+448
*
mesa: Add stubs for ARB_shader_subroutine entrypoints
Chris Forbes
2015-07-23
1
-0
/
+61
*
glsl: analyze TES usage of gl_ClipDistance
Chris Forbes
2015-07-23
1
-0
/
+1
*
mesa: handle tessellation shaders in use_shader_program
Marek Olšák
2015-07-23
1
-4
/
+2
*
mesa: add misc tessellation shader stuff
Fabian Bieler
2015-07-23
1
-0
/
+26
*
mesa: add tessellation shader getters (v3)
Fabian Bieler
2015-07-23
1
-0
/
+84
*
mesa: allow setting of patch parameters.
Marek Olšák
2015-07-23
1
-2
/
+42
*
mesa: add tessellation shader state and limits
Chris Forbes
2015-07-23
1
-0
/
+7
*
mapi: add ARB_tessellation_shader
Fabian Bieler
2015-07-23
1
-0
/
+18
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa: use _mesa_has_geometry_shader in get_programiv
Marek Olšák
2015-06-05
1
-1
/
+1
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-2
/
+2
*
mesa: remove unused options var in compile_shader()
Brian Paul
2015-04-28
1
-3
/
+0
*
mesa: remove the gl_sl_pragmas structure
Jason Ekstrand
2015-04-22
1
-6
/
+0
*
mesa: log shaders, GLSL info log with _mesa_log()
Brian Paul
2015-04-15
1
-14
/
+11
*
main: Change the type argument of use_shader_program() to gl_shader_stage.
Paul Berry
2015-03-19
1
-12
/
+11
*
main: Clean up a strange construction in use_shader_program().
Paul Berry
2015-03-19
1
-1
/
+1
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-1
/
+1
*
mesa: Correct backwards NULL check.
Matt Turner
2015-03-02
1
-1
/
+1
*
mesa: Add missing error checks to GetProgramInfoLog, GetShaderInfoLog and Get...
Eduardo Lima Mitev
2015-02-24
1
-6
/
+32
*
mesa: Returns a GL_INVALID_VALUE error on several APIs when buffer size is ne...
Eduardo Lima Mitev
2015-02-03
1
-6
/
+20
*
mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-0
/
+2
*
mesa: Ensure that length is set to zero in _mesa_GetProgramBinary
Ian Romanick
2015-01-12
1
-6
/
+20
*
mesa: Add missing error checks in _mesa_ProgramBinary
Ian Romanick
2015-01-12
1
-2
/
+25
*
mesa: simplify a conditional in detach_shader()
Brian Paul
2015-01-05
1
-3
/
+1
*
mesa: minor whitespace fixes in shaderapi.c
Brian Paul
2015-01-05
1
-12
/
+13
*
mesa: update comment on delete_shader_program()
Brian Paul
2015-01-05
1
-2
/
+3
*
mesa: rearrange error handling in glProgramParameteri()
Brian Paul
2015-01-05
1
-15
/
+11
[next]