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
*
nir: Move GS data to nir_shader_info
Jason Ekstrand
2015-10-02
4
-14
/
+11
*
nir: Add a a nir_shader_info struct
Jason Ekstrand
2015-10-02
3
-0
/
+53
*
nir/glsl: Take a gl_shader_program and a stage rather than a gl_shader
Jason Ekstrand
2015-10-02
2
-3
/
+8
*
glsl/types: Make subroutine types have a single matrix column
Jason Ekstrand
2015-10-02
1
-2
/
+1
*
glsl: avoid leaking hiddenUniforms map when there are no uniforms
Ilia Mirkin
2015-10-02
1
-4
/
+4
*
nir: Fix uninitialized 'progress' variable in nir_lower_system_values.
Chris Wilson
2015-10-02
1
-1
/
+1
*
nir/remove_phis: handle trivial back-edges
Connor Abbott
2015-10-02
1
-0
/
+19
*
glsl: validate binding qualifier on block members
Tapani Pälli
2015-10-02
1
-0
/
+4
*
glsl: emit row_major matrix's SSBO stores only for components in writemask
Samuel Iglesias Gonsalvez
2015-10-02
1
-0
/
+6
*
glsl: error out if non-constant indexing of SSBO arrays with GLSL ES
Tapani Pälli
2015-10-02
1
-6
/
+8
*
nir: Allow nir_lower_io() to only lower one type of variable.
Kenneth Graunke
2015-10-01
2
-4
/
+18
*
glsl: assert base_alignment > 0 for records
Samuel Iglesias Gonsalvez
2015-09-30
1
-0
/
+1
*
glsl: apply shader storage block member rules when adding program resources
Samuel Iglesias Gonsalvez
2015-09-30
1
-0
/
+58
*
nir: Don't set dest in SSBO store glsl_to_nir conversion
Jordan Justen
2015-09-29
1
-1
/
+0
*
nir: Use a system value for gl_PrimitiveIDIn.
Kenneth Graunke
2015-09-29
4
-2
/
+11
*
nir: Convert SYSTEM_VALUE_NUM_WORK_GROUPS to a nir intrinsic
Jordan Justen
2015-09-29
2
-0
/
+5
*
glsl/cs: Add gl_NumWorkGroups as a system value
Jordan Justen
2015-09-29
2
-1
/
+2
*
glsl: Fix forward NULL dereference coverity warning
Iago Toral Quiroga
2015-09-29
1
-7
/
+6
*
glsl: Fix null return coverity warning
Iago Toral Quiroga
2015-09-29
1
-4
/
+6
*
glsl: Fix unused value warning reported by Coverity
Iago Toral Quiroga
2015-09-29
1
-2
/
+0
*
glsl: use correct number of uniform blocks in error message
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+1
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
4
-9
/
+9
*
glsl: revert "glsl: atomic counters can be declared as buffer-qualified varia...
Iago Toral Quiroga
2015-09-28
1
-3
/
+3
*
glsl: fix component size calculation for tessellation and geom shaders
Timothy Arceri
2015-09-28
1
-1
/
+1
*
nir: Add a function to count the number of vertices a GS emits.
Kenneth Graunke
2015-09-26
3
-0
/
+96
*
glsl: calculate component size for arrays of arrays when varying packing disa...
Timothy Arceri
2015-09-26
1
-3
/
+10
*
glsl: validate binding qualifier for AoA
Timothy Arceri
2015-09-26
1
-1
/
+1
*
glsl: add helper for calculating size of AoA
Timothy Arceri
2015-09-26
1
-0
/
+19
*
glsl: clean-up link uniform code
Timothy Arceri
2015-09-26
1
-11
/
+6
*
glsl: fix packed varyings interface type and add default case
Tapani Pälli
2015-09-25
1
-0
/
+4
*
glsl: Mark as active all elements of shared/std140 block arrays
Antia Puentes
2015-09-25
1
-0
/
+24
*
mesa: enable ARB_shader_storage_buffer_object extension for GLES 3.1
Samuel Iglesias Gonsalvez
2015-09-25
2
-2
/
+2
*
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
2015-09-25
3
-3
/
+15
*
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
[next]