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
...
|
*
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
2015-11-18
1
-1
/
+1
|
*
nir: Store the size of the TCS output patch in nir_shader_info.
Kenneth Graunke
2015-11-18
2
-0
/
+9
|
*
glsl: rename location layout helper
Timothy Arceri
2015-11-18
1
-5
/
+5
|
*
glsl: don't validate binding when its not needed
Timothy Arceri
2015-11-18
1
-2
/
+5
|
*
glsl: remove temp variable to make code easier to read
Timothy Arceri
2015-11-18
1
-10
/
+7
|
*
glsl: cleanup and fix validate matrix function for arrays
Timothy Arceri
2015-11-18
1
-10
/
+1
|
*
glsl: use better location in struct and block error messages
Timothy Arceri
2015-11-18
1
-7
/
+3
|
*
glsl: only do type and qualifier validation once per declaration
Timothy Arceri
2015-11-18
1
-99
/
+97
|
*
glsl: rename function that processes struct and iface members
Timothy Arceri
2015-11-18
1
-30
/
+30
|
*
glsl: move block validation outside function that validates members
Timothy Arceri
2015-11-18
1
-8
/
+8
|
*
glsl: move ast layout qualifier handling code into its own function
Timothy Arceri
2015-11-18
1
-202
/
+212
|
*
glsl: copy each field's precision information in glsl_types's structure const...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
|
*
glsl: copy each field's precision information from the old gl_PerVertex inter...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+2
|
*
glsl: copy each field's precision information when generating varying variables
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
|
*
glsl: initialize data.precision value in ir_variable constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
|
*
glsl/nir: initialize precision field in glsl_struct_field constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+2
|
*
nir: reduce memory footprint of glsl_struct_field's precision
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+1
|
*
glsl: initialize precision when adding per vertex record fields
Tapani Pälli
2015-11-17
1
-0
/
+1
|
*
nir/glsl: Fix copy-n-paste mistakes from commit 213f864.
Matt Turner
2015-11-16
1
-3
/
+3
|
*
nir/glsl_to_nir: use _mesa_fls() to compute num_textures
Juan A. Suarez Romero
2015-11-16
1
-7
/
+2
|
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-16
1
-1
/
+6
*
|
nir/spirv: Rework decoration iteration
Jason Ekstrand
2015-11-20
1
-8
/
+9
*
|
nir/spirv: Handle OpNop
Jason Ekstrand
2015-11-20
1
-0
/
+5
*
|
nir/spirv: Add support for runtime arrays
Jason Ekstrand
2015-11-20
1
-2
/
+6
*
|
nir/spirv: Add support for separate samplers and textures
Jason Ekstrand
2015-11-14
2
-16
/
+87
*
|
Merge branch 'wip/i965-separate-sampler-tex' into vulkan
Jason Ekstrand
2015-11-14
5
-15
/
+63
|
\
\
|
*
|
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2015-11-14
5
-15
/
+63
|
|
/
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-14
53
-1022
/
+1210
|
\
|
|
*
nir: Silence GCC maybe-uninitialized warnings.
Vinson Lee
2015-11-13
1
-0
/
+3
|
*
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
2015-11-13
1
-9
/
+28
|
*
nir: Add helpers for getting input/output intrinsic sources.
Kenneth Graunke
2015-11-13
2
-0
/
+45
|
*
nir: Don't lower TCS outputs to temporaries.
Kenneth Graunke
2015-11-13
1
-0
/
+3
|
*
nir: Allow outputs reads and add the relevant intrinsics.
Kenneth Graunke
2015-11-13
4
-8
/
+21
|
*
nir/lower_io: Introduce nir_store_per_vertex_output intrinsics.
Kenneth Graunke
2015-11-13
3
-5
/
+26
|
*
nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES.
Kenneth Graunke
2015-11-13
1
-4
/
+8
|
*
Revert "nir/copy_propagate: do not copy-propagate MOV srcs with source modifi...
Iago Toral Quiroga
2015-11-13
1
-10
/
+7
|
*
glsl: fix 'shared' layout qualifier related regressions
Samuel Iglesias Gonsálvez
2015-11-13
1
-0
/
+5
|
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-13
1
-7
/
+10
|
*
nir/vars_to_ssa: Delete dead output set code
Jason Ekstrand
2015-11-12
1
-7
/
+0
|
*
nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store
Jason Ekstrand
2015-11-12
1
-1
/
+4
|
*
nir/validate: Allow subroutine types for the tails of derefs
Jason Ekstrand
2015-11-12
1
-2
/
+6
|
*
mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true
Nanley Chery
2015-11-12
2
-2
/
+1
|
*
glsl: add gl_HelperInvocation system value
Ilia Mirkin
2015-11-12
2
-0
/
+4
|
*
glsl: Correctly handle vector extract on function parameter
Jordan Justen
2015-11-12
1
-2
/
+2
|
*
glsl: set matrix_stride for non matrices with atomic counter buffers
Tapani Pälli
2015-11-12
1
-0
/
+2
|
*
glsl: do not lose precision information when packing varyings
Tapani Pälli
2015-11-12
1
-0
/
+1
|
*
glsl: Add precision information to ir_variable
Iago Toral Quiroga
2015-11-12
4
-24
/
+303
|
*
glsl: Move the definition of precision_qualifier_allowed
Iago Toral Quiroga
2015-11-12
1
-36
/
+35
|
*
glsl: Add user-defined default precision qualifiers to the symbol table
Iago Toral Quiroga
2015-11-12
1
-19
/
+10
|
*
glsl: Add default precision qualifiers to the symbol table
Iago Toral Quiroga
2015-11-12
1
-0
/
+12
[prev]
[next]