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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Do not allow reads from write-only buffer variables
Iago Toral Quiroga
2015-09-25
1
-0
/
+56
*
glsl: Do not allow assignments to read-only buffer variables
Iago Toral Quiroga
2015-09-25
1
-1
/
+10
*
glsl: Allow memory qualifiers on shader storage buffer blocks
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+14
*
glsl: Apply memory qualifiers to buffer variables
Iago Toral Quiroga
2015-09-25
3
-3
/
+91
*
glsl: Allow use of memory qualifiers with ARB_shader_storage_buffer_object.
Iago Toral Quiroga
2015-09-25
1
-5
/
+5
*
glsl: First argument to atomic functions must be a buffer variable
Iago Toral Quiroga
2015-09-25
1
-0
/
+42
*
nir: Implement lowered SSBO atomic intrinsics
Iago Toral Quiroga
2015-09-25
2
-0
/
+82
*
glsl: lower SSBO atomic intrinsics
Iago Toral Quiroga
2015-09-25
1
-0
/
+159
*
glsl: use ir_rvalue instead of ir_dereference in auxiliary functions
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+4
*
glsl: Add atomic functions from ARB_shader_storage_buffer_object
Iago Toral Quiroga
2015-09-25
1
-0
/
+185
*
glsl: Rename atomic counter functions
Iago Toral Quiroga
2015-09-25
1
-15
/
+15
*
glsl: atomic counters can be declared as buffer-qualified variables
Samuel Iglesias Gonsalvez
2015-09-25
1
-3
/
+3
*
nir/glsl_to_nir: ignore an instruction's dest if it hasn't any
Iago Toral Quiroga
2015-09-25
1
-1
/
+2
*
nir: Implement __intrinsic_load_ssbo
Iago Toral Quiroga
2015-09-25
3
-1
/
+70
*
nir: modify the instruction insertion in nir_visitor::visit(ir_call *ir)
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+10
*
nir: Implement __intrinsic_store_ssbo
Iago Toral Quiroga
2015-09-25
2
-8
/
+48
*
glsl: shader storage blocks use different max block size values than uniforms
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+11
*
glsl: ignore buffer variables when counting uniform components
Samuel Iglesias Gonsalvez
2015-09-25
1
-5
/
+11
*
glsl: number of active shader storage blocks must be within allowed limits
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+39
*
glsl: a shader storage buffer must be smaller than the maximum size allowed
Samuel Iglesias Gonsalvez
2015-09-25
3
-1
/
+21
*
glsl: add std430 interface packing support to ssbo related operations
Samuel Iglesias Gonsalvez
2015-09-25
1
-30
/
+81
*
glsl: Add std430 support to program_resource_visitor's member functions
Samuel Iglesias Gonsalvez
2015-09-25
3
-39
/
+84
*
glsl: Add parser/compiler support for std430 interface packing qualifier
Samuel Iglesias Gonsalvez
2015-09-25
6
-8
/
+36
*
glsl: Add std430 related member functions to glsl_type class
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+226
*
glsl: allow default qualifiers for shader storage block definitions
Samuel Iglesias Gonsalvez
2015-09-25
3
-3
/
+70
*
glsl: Move interface block processing to glsl_parser_extras.cpp
Samuel Iglesias Gonsalvez
2015-09-25
3
-126
/
+128
*
glsl: ignore default qualifier declarations when checking for duplicate layou...
Samuel Iglesias Gonsalvez
2015-09-25
3
-1
/
+8
*
glsl: layout qualifier can appear more than once since OpenGL 4.20
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+8
*
nir: Implement ir_unop_get_buffer_size
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+17
*
glsl: implement unsized array length
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+182
*
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
2015-09-25
5
-7
/
+53
*
glsl: Add unsized array support to glsl_type::std140_size()
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+6
*
glsl: fix indention in glsl_types.cpp
Samuel Iglesias Gonsalvez
2015-09-25
1
-70
/
+70
*
glsl: add support for unsized arrays in shader storage blocks
Samuel Iglesias Gonsalvez
2015-09-25
5
-49
/
+150
*
glsl: return error if unsized arrays are found in OpenGL ES
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+16
*
glsl: add packed varyings to program resource list
Tapani Pälli
2015-09-25
1
-4
/
+76
*
mesa: add packed_varyings list to gl_shader
Tapani Pälli
2015-09-25
1
-4
/
+12
*
glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
Matt Turner
2015-09-24
1
-8
/
+4
*
glsl: correctly detect inactive UBO arrays
Timothy Arceri
2015-09-24
2
-9
/
+4
*
nir: Add new GS intrinsics that maintain a count of emitted vertices.
Kenneth Graunke
2015-09-23
4
-0
/
+242
*
nir: Add unit tests for control flow graphs.
Kenneth Graunke
2015-09-23
2
-0
/
+169
*
nir/cf: Fix dominance metadata in the dead control flow pass.
Kenneth Graunke
2015-09-23
2
-3
/
+7
*
nir/cf: Fix unlink_block_successors to actually unlink the second one.
Kenneth Graunke
2015-09-23
1
-2
/
+2
*
nir/cf: Alter block successors before adding a fake link.
Kenneth Graunke
2015-09-23
1
-16
/
+28
*
nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();
Kenneth Graunke
2015-09-23
1
-6
/
+6
*
nir/cf: Don't break outer-block successors in split_block_beginning().
Kenneth Graunke
2015-09-23
1
-3
/
+18
*
nir/cf: Make a helper function for removing a predecessor.
Kenneth Graunke
2015-09-23
1
-5
/
+11
*
nir: Validate that a block doesn't have two identical successors.
Kenneth Graunke
2015-09-23
1
-0
/
+1
*
nir/lower_vec_to_movs: Don't emit unneeded movs
Jason Ekstrand
2015-09-23
1
-1
/
+19
*
nir/lower_vec_to_movs: Properly handle source modifiers on vecN ops
Jason Ekstrand
2015-09-23
1
-1
/
+5
[next]