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
/
shader
/
shader_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: allow setting arrays of samplers in set_program_uniform()
Brian Paul
2009-02-11
1
-10
/
+19
*
glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)
Brian Paul
2009-02-11
1
-0
/
+10
*
glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...
Brian Paul
2009-02-11
1
-44
/
+59
*
glsl: fix glUniform() array bounds error checking
Brian Paul
2009-02-11
1
-9
/
+21
*
glsl: fix incorrect size returned by glGetActiveUniform() for array elements.
Brian Paul
2009-02-11
1
-8
/
+25
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-9
/
+16
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-11
1
-7
/
+13
|
|
\
|
*
\
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-06
1
-4
/
+16
|
|
\
\
|
|
*
|
mesa: update the shader programs->TexturesUsed array at link time
Brian Paul
2008-11-06
1
-4
/
+16
|
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-7
/
+14
|
|
\
|
|
|
|
*
|
mesa: add Initialized field to gl_uniform struct, for debugging purposes only
Brian Paul
2008-11-05
1
-7
/
+14
|
*
|
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-18
/
+15
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-1
/
+9
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-5
/
+5
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
mesa: rework GLSL vertex attribute binding
Brian Paul
2008-09-16
1
-29
/
+33
|
*
|
|
|
|
mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rows
Brian Paul
2008-09-16
1
-6
/
+13
|
*
|
|
|
|
mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079
Brian Paul
2008-08-11
1
-2
/
+13
|
*
|
|
|
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-08-07
1
-2
/
+2
|
*
|
|
|
|
mesa: glsl: fix a number of glUniform issues
Brian Paul
2008-08-06
1
-31
/
+199
|
*
|
|
|
|
mesa: glsl: fix glGetUniform for matrix queries
Brian Paul
2008-08-06
1
-50
/
+79
|
*
|
|
|
|
mesa: glsl: fix error check in get_uniformfv()
Brian Paul
2008-08-06
1
-4
/
+9
|
*
|
|
|
|
mesa: fix issues causing warnings on Windows
Brian Paul
2008-07-25
1
-5
/
+2
|
*
|
|
|
|
mesa: Mark as XXX unresolved warnings on windows.
Michal Krol
2008-07-25
1
-0
/
+4
|
*
|
|
|
|
mesa: glsl: only try to link shaders defining main()
Brian Paul
2008-07-24
1
-5
/
+1
|
*
|
|
|
|
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-4
/
+4
|
*
|
|
|
|
mesa: remove stray debug assertion
Brian Paul
2008-07-22
1
-1
/
+0
|
*
|
|
|
|
mesa: fix glUniform error checking for samplers
Brian
2008-07-21
1
-0
/
+24
|
*
|
|
|
|
mesa: fix some issues in _mesa_validate_program()
Brian Paul
2008-07-21
1
-5
/
+11
|
*
|
|
|
|
mesa: assorted glsl uniform/attribute fixes
Brian Paul
2008-07-21
1
-12
/
+140
|
*
|
|
|
|
mesa: fix set_program_uniform_matrix(): need to loop over matrix count
Brian Paul
2008-07-18
1
-18
/
+24
|
*
|
|
|
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-3
/
+3
|
*
|
|
|
|
mesa: implement glGetUniformiv() with new ctx->Driver function
Brian Paul
2008-07-08
1
-4
/
+41
|
*
|
|
|
|
mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra...
Brian Paul
2008-07-04
1
-0
/
+5
|
*
|
|
|
|
mesa: fix various error codes
Brian Paul
2008-07-03
1
-94
/
+144
|
*
|
|
|
|
mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source()
Brian Paul
2008-07-02
1
-2
/
+12
|
*
|
|
|
|
s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()
Brian Paul
2008-06-28
1
-4
/
+6
|
*
|
|
|
|
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-06-24
1
-2
/
+2
|
*
|
|
|
|
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-3
/
+3
|
*
|
|
|
|
bring in fixes/changes from master
Brian Paul
2008-05-16
1
-5
/
+14
|
*
|
|
|
|
Fix a program refcounting error, don't share program parameter lists.
Brian Paul
2008-05-16
1
-19
/
+10
|
*
|
|
|
|
mesa: fix InfoLog memleak, misc sync with master
Brian Paul
2008-05-14
1
-4
/
+8
|
*
|
|
|
|
mesa: glUniform(location==-1) is not an error
Brian Paul
2008-05-14
1
-0
/
+9
|
*
|
|
|
|
fix some additional program refcounting bugs
Brian Paul
2008-05-14
1
-4
/
+2
|
*
|
|
|
|
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-05-06
1
-4
/
+2
|
*
|
|
|
|
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
2008-04-04
1
-127
/
+181
|
*
|
|
|
|
use ctx->Driver.DeleteProgram() in a few more places
Brian
2008-03-22
1
-3
/
+3
|
*
|
|
|
|
Move _mesa_init_glsl_driver_functions() into shader_api.c
Brian
2007-12-07
1
-58
/
+95
|
*
|
|
|
|
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-41
/
+72
|
*
|
|
|
|
Naive implementation of IF/ELSE/ENDIF.
michal
2007-08-07
1
-1
/
+1
*
|
|
|
|
|
glsl: new MESA_GLSL env var for GLSL debugging features
Brian Paul
2009-02-06
1
-0
/
+62
[next]