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
/
uniform_query.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
mesa/glsl: set sampler units directly in gl_program
Timothy Arceri
2017-01-06
1
-5
/
+3
*
mesa: simplify sampler setting code
Timothy Arceri
2017-01-06
1
-22
/
+11
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-4
/
+4
*
mesa: Remove unused hash table includes
Thomas Helland
2016-09-12
1
-1
/
+0
*
mesa: Avoid aliasing violation in uniform_query.cpp.
Matt Turner
2016-07-26
1
-14
/
+31
*
main: memcpy larger chunks in _mesa_propagate_uniforms_to_driver_storage
Nils Wallménius
2016-07-25
1
-6
/
+23
*
mesa: stop copying SamplerUnits twice
Timothy Arceri
2016-07-05
1
-4
/
+0
*
mesa: fix build error
Timothy Arceri
2016-07-05
1
-1
/
+1
*
mesa: faster validation of sampler unit mapping for SSO
Gregory Hainaut
2016-07-05
1
-38
/
+31
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-2
/
+2
*
mesa: Use bitmask/ffs to iterate the active_samplers bitmask.
Mathias Fröhlich
2016-06-16
1
-3
/
+5
*
mesa: use new 64-bit checks instead of explicit double checks.
Dave Airlie
2016-06-09
1
-4
/
+4
*
mesa/main: handle double uniform matrices properly
Juan A. Suarez Romero
2016-05-04
1
-1
/
+1
*
mesa: remove initialized field from uniform storage
Timothy Arceri
2016-03-29
1
-4
/
+0
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-4
/
+4
*
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
Dave Airlie
2016-01-11
1
-1
/
+1
*
glsl: re-validate program pipeline after sampler change
Timothy Arceri
2015-12-07
1
-0
/
+4
*
mesa/uniforms: fix get_uniform for doubles (v2)
Dave Airlie
2015-10-12
1
-16
/
+37
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-4
/
+4
*
mesa: clean up #includes in uniform_query.cpp
Brian Paul
2015-10-01
1
-7
/
+6
*
mesa: Don't allow wrong type setters for matrix uniforms
Ian Romanick
2015-09-02
1
-0
/
+25
*
mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_type
Ian Romanick
2015-09-02
1
-5
/
+5
*
mesa/arb_gpu_shader_fp64: add support for glGetUniformdv
Dave Airlie
2015-08-23
1
-7
/
+14
*
mesa: Refuse to bind image uniforms using glUniform in GLES.
Francisco Jerez
2015-08-20
1
-1
/
+3
*
mesa: remove now unused _mesa_get_uniform_location
Timothy Arceri
2015-07-30
1
-75
/
+0
*
mesa: fix active sampler conflict validation
Timothy Arceri
2015-07-22
1
-7
/
+13
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-2
/
+13
*
mesa: Implement image uniform queries.
Francisco Jerez
2015-05-04
1
-1
/
+3
*
mesa: fix glGetActiveUniformsiv regression
Tapani Pälli
2015-04-24
1
-4
/
+16
*
mesa: refactor GetActiveUniform
Tapani Pälli
2015-04-16
1
-17
/
+16
*
mesa: refactor GetActiveUniformsiv, use _mesa_program_resource_prop
Tapani Pälli
2015-04-16
1
-70
/
+39
*
mesa: use more descriptive error messages for glUniform errors
Brian Paul
2015-03-19
1
-4
/
+65
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: add double uniform support. (v5)
Dave Airlie
2015-02-19
1
-11
/
+35
*
mesa: Returns a GL_INVALID_VALUE error on several APIs when buffer size is ne...
Eduardo Lima Mitev
2015-02-03
1
-6
/
+11
*
mesa: Uniform logging is very, very unlikely
Ian Romanick
2014-11-10
1
-2
/
+2
*
mesa: Don't check for API_OPENGLES in _mesa_uniform_matrix
Ian Romanick
2014-11-10
1
-4
/
+4
*
mesa: Rework array error checks in validate_uniform_parameters
Ian Romanick
2014-11-10
1
-19
/
+22
*
mesa: Get some gl_shader_program::LinkStatus checking out of the main path
Ian Romanick
2014-11-10
1
-6
/
+19
*
mesa: Rework location == -1 error checking
Ian Romanick
2014-11-10
1
-38
/
+38
*
mesa: Minor clean ups in _mesa_uniform
Ian Romanick
2014-11-10
1
-23
/
+9
*
mesa: Remove GLSL_TYPE_SAMPLER check
Ian Romanick
2014-11-10
1
-2
/
+1
*
mesa/main: Pass the data that _mesa_uniform actually wants
Ian Romanick
2014-11-10
1
-70
/
+3
*
mesa: Silence unused parameter warning in _mesa_init_shader_program
Ian Romanick
2014-10-24
1
-2
/
+1
*
glsl: Delete unused gl_uniform_driver_format enum values.
Kenneth Graunke
2014-10-21
1
-25
/
+2
*
mesa: validate sampler uniforms during gluniform calls
Tapani Pälli
2014-10-20
1
-35
/
+9
*
mesa: check that uniform exists in glUniform* functions
Tapani Pälli
2014-09-15
1
-8
/
+8
[next]