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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
2
-4
/
+8
*
glsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
Jordan Justen
2014-12-01
1
-4
/
+4
*
glsl: Initialize static temporaries_allocate_names once per process.
Matt Turner
2014-12-01
1
-1
/
+3
*
glsl: Use | action in the lexer source to avoid duplicating the float action
Neil Roberts
2014-11-27
1
-12
/
+3
*
glsl: Disallow float literals with the 'f' suffix but no point or exponent
Neil Roberts
2014-11-27
1
-4
/
+0
*
glsl: Make lower_constant_arrays_to_uniforms require dereferences.
Kenneth Graunke
2014-11-24
1
-2
/
+7
*
glsl: Fix tautological comparison.
Matt Turner
2014-11-24
1
-1
/
+1
*
glsl: Remove unused ast copy constructors.
Matt Turner
2014-11-24
1
-29
/
+0
*
glsl: Generate unique names for each const array lowered to uniforms
cros-mesa-10.3-r29-vanilla
cros-mesa-10.3-r28-vanilla
cros-mesa-10.3-r15-vanilla
cros-mesa-10.3-r13-vanilla
chadv/cros-mesa-10.3-r29-vanilla
chadv/cros-mesa-10.3-r28-vanilla
chadv/cros-mesa-10.3-r15-vanilla
chadv/cros-mesa-10.3-r13-vanilla
Chris Forbes
2014-11-24
1
-1
/
+5
*
glsl_compiler: Add binding hash tables to avoid SIGSEVs on linking stage
Andres Gomez
2014-11-18
1
-0
/
+10
*
linker: Add carriage returns on several linker errors
Andres Gomez
2014-11-18
1
-20
/
+20
*
linker: Add a missing space in an error message
Neil Roberts
2014-11-13
1
-1
/
+1
*
glsl: Swap the order of glsl_type::name and ::length
Ian Romanick
2014-11-10
2
-8
/
+8
*
glsl: Store glsl_type::vector_elements and ::matrix_columns as uint8_t
Ian Romanick
2014-11-10
1
-2
/
+2
*
glsl/list: Revert unintentional file mode change in previous commit.
Vinson Lee
2014-11-07
1
-0
/
+0
*
glsl/list: Move declaration before code.
Vinson Lee
2014-11-07
1
-1
/
+3
*
glsl/list: Add an exec_list_validate function
Jason Ekstrand
2014-11-07
1
-0
/
+19
*
glsl: Skip loop-too-large heuristic if indexing arrays of a certain size
Kenneth Graunke
2014-11-06
1
-1
/
+12
*
glsl: Lower constant arrays to uniform arrays.
Kenneth Graunke
2014-11-06
4
-0
/
+106
*
glsl: Add infrastructure for "hidden" uniforms.
Kenneth Graunke
2014-11-06
3
-0
/
+62
*
glsl: Improve the CSE pass debugging output.
Kenneth Graunke
2014-11-03
1
-1
/
+8
*
glsl: Remove now useless dot optimization on basis vect
Matt Turner
2014-11-03
3
-92
/
+3
*
glsl: Emit mul instead of dot if only one component left.
Matt Turner
2014-11-03
1
-1
/
+4
*
glsl: protect glsl_type with a mutex
Chia-I Wu
2014-10-30
2
-10
/
+62
*
glsl: protect anonymous struct id with a mutex
Chia-I Wu
2014-10-30
1
-2
/
+8
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
6
-135
/
+9
*
glsl: Drop constant 0.0 components from dot products.
Matt Turner
2014-10-29
1
-0
/
+27
*
glsl: Standardize names and fix typos
Andres Gomez
2014-10-24
2
-7
/
+7
*
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
3
-5
/
+3
*
linker: Rely on _mesa_clear_shader_program_data to clear link information
Ian Romanick
2014-10-24
4
-14
/
+34
*
glsl: Use signed array index in update_max_array_access()
Anuj Phogat
2014-10-22
1
-3
/
+3
*
glsl: Fix crash due to negative array index
Anuj Phogat
2014-10-22
1
-1
/
+1
*
glsl: Delete unused gl_uniform_driver_format enum values.
Kenneth Graunke
2014-10-21
1
-11
/
+0
*
glsl: fix several use-after-free bugs
Brian Paul
2014-10-20
1
-3
/
+7
*
glsl: implement switch flow control using a loop
Tapani Pälli
2014-10-20
2
-37
/
+64
*
glsl: Update and fix typos in README.
Andres Gomez
2014-10-16
1
-8
/
+8
*
glsl: improve accuracy of atan()
Erik Faye-Lund
2014-10-10
1
-10
/
+55
*
glsl: Optimize min/max expression trees
Iago Toral Quiroga
2014-10-07
4
-0
/
+478
*
glsl: do not emit error for non written varyings on OpenGL ES
Tapani Pälli
2014-10-07
1
-2
/
+16
*
util: Include in Android builds
Tomasz Figa
2014-10-03
1
-1
/
+3
*
glsl: Fix memory leak in builtin_builder::_image_prototype.
Iago Toral Quiroga
2014-10-02
1
-3
/
+5
*
glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS
Ilia Mirkin
2014-10-02
2
-47
/
+3
*
glsl: Don't make a name for the function return variable
Ian Romanick
2014-09-30
1
-4
/
+7
*
glsl: Don't allocate a name for ir_var_temporary variables
Ian Romanick
2014-09-30
4
-0
/
+28
*
glsl: Use ir_var_temporary for compiler generated temporaries
Ian Romanick
2014-09-30
3
-3
/
+4
*
glsl: Add context-level controls for whether temporaries have real names
Ian Romanick
2014-09-30
1
-0
/
+1
*
glsl: Never put ir_var_temporary variables in the symbol table
Ian Romanick
2014-09-30
5
-5
/
+14
*
glsl: Add the possibility for ir_variable to have a non-ralloced name
Ian Romanick
2014-09-30
3
-2
/
+30
*
glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each
Ian Romanick
2014-09-30
1
-8
/
+16
*
glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together
Ian Romanick
2014-09-30
3
-36
/
+48
[next]