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
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mattst88/nir-lower-pack-unpack' into vulkan
Jason Ekstrand
2016-01-25
1
-9
/
+39
|
\
|
*
glsl: fix interface block error message
Timothy Arceri
2016-01-19
1
-1
/
+1
|
*
glsl: Allow implicit int -> uint conversions for bitwise operators (&, ^, |).
Kenneth Graunke
2016-01-15
1
-8
/
+38
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-01-14
1
-0
/
+9
|
\
|
|
*
glsl: Make read_from_write_only_variable_visitor ignore .length().
Kenneth Graunke
2016-01-12
1
-0
/
+9
*
|
Merge ../mesa into vulkan
Kristian Høgsberg Kristensen
2016-01-08
1
-7
/
+8
|
\
|
|
*
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
2016-01-08
1
-1
/
+1
|
*
glsl: fix varying slot allocation for blocks and structs with explicit locations
Timothy Arceri
2016-01-07
1
-4
/
+5
|
*
glsl: tidy up struct with a single member
Timothy Arceri
2015-12-30
1
-1
/
+1
|
*
glsl: annotate ast_process_struct_or_iface_block_members() as static
Emil Velikov
2015-12-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-12-27
1
-5
/
+74
|
\
|
|
*
glsl: add support for explicit locations inside interface blocks
Timothy Arceri
2015-12-15
1
-5
/
+74
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-12-10
1
-6
/
+8
|
\
|
|
*
glsl: Use has_420pack().
Matt Turner
2015-12-08
1
-2
/
+2
|
*
glsl: Allow binding of image variables with 420pack.
Matt Turner
2015-12-08
1
-1
/
+3
|
*
glsl: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-3
/
+3
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-23
1
-444
/
+611
|
\
|
|
*
glsl: fix max binding validation for uniform blocks
Timothy Arceri
2015-11-23
1
-2
/
+2
|
*
glsl: add subroutine index qualifier support
Timothy Arceri
2015-11-21
1
-2
/
+32
|
*
glsl: add support for complie-time constant expressions
Timothy Arceri
2015-11-21
1
-36
/
+90
|
*
glsl: replace binding layout min boundary check
Timothy Arceri
2015-11-21
1
-11
/
+12
|
*
glsl: encapsulate binding validation and setting
Timothy Arceri
2015-11-21
1
-32
/
+28
|
*
glsl: move stream layout max validation
Timothy Arceri
2015-11-21
1
-2
/
+19
|
*
glsl: move stream layout qualifier validation
Timothy Arceri
2015-11-21
1
-11
/
+33
|
*
glsl: replace index layout min boundary check
Timothy Arceri
2015-11-21
1
-3
/
+6
|
*
glsl: move location layout qualifier validation
Timothy Arceri
2015-11-21
1
-8
/
+14
|
*
glsl: add process_qualifier_constant() helper
Timothy Arceri
2015-11-21
1
-0
/
+17
|
*
glsl: add support for EXT_blend_func_extended builtins
Ryan Houdek
2015-11-19
1
-0
/
+24
|
*
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 from the old gl_PerVertex inter...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+2
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-14
1
-137
/
+361
|
\
|
|
*
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
2015-11-13
1
-9
/
+28
|
*
glsl: Add precision information to ir_variable
Iago Toral Quiroga
2015-11-12
1
-23
/
+274
|
*
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: Use array deref for access to vector components
Kristian Høgsberg Kristensen
2015-11-10
1
-43
/
+0
|
*
glsl: Use shared storage variable type for shared variables
Jordan Justen
2015-11-09
1
-0
/
+2
|
*
glsl: Parse shared keyword for compute shader variables
Jordan Justen
2015-11-09
1
-0
/
+6
|
*
glsl: simplify interface block stream qualifier validation
Timothy Arceri
2015-11-10
1
-14
/
+13
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-03
1
-48
/
+22
|
\
|
|
*
glsl: remove excess location qualifier validation
Timothy Arceri
2015-10-23
1
-48
/
+22
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-10-21
1
-58
/
+62
|
\
|
[next]