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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add all system variables to the input resource list.
Kenneth Graunke
2016-04-01
1
-10
/
+0
*
glsl: Delete hack for VS system values.
Kenneth Graunke
2016-04-01
1
-4
/
+0
*
glsl: Make add_interface_variables only consider the appropriate stage.
Kenneth Graunke
2016-04-01
1
-1
/
+1
*
glsl: Clarify "mask" variable in add_interface_variables().
Kenneth Graunke
2016-04-01
1
-5
/
+5
*
glsl: Pass stage to add_interface_variables().
Kenneth Graunke
2016-04-01
1
-5
/
+5
*
glsl: Make vertex ID lowering declare gl_BaseVertex as hidden.
Kenneth Graunke
2016-04-01
1
-1
/
+1
*
glsl: Exclude ir_var_hidden variables from the program resource list.
Kenneth Graunke
2016-04-01
1
-1
/
+1
*
glsl: Don't require matching centroid qualifiers
Jordan Justen
2016-04-01
1
-1
/
+10
*
glsl: remove tabs and fix some other style issues in glcpp-parse.y
Timothy Arceri
2016-04-02
1
-1424
/
+1352
*
nir: Add an opcode for stomping a 32-bit value to 16-bit precision
Jason Ekstrand
2016-04-01
1
-0
/
+1
*
compiler: random comment fixup
Rob Clark
2016-04-01
1
-1
/
+1
*
glsl: do not raise unitialized variable warnings on builtins/reserved GL vari...
Alejandro PiƱeiro
2016-04-01
1
-1
/
+2
*
nir: Simplify a bcsel to logical-or
Ian Romanick
2016-03-31
1
-0
/
+1
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
5
-7
/
+14
*
glsl: add GL_OES_sample_variables support
Ilia Mirkin
2016-03-30
4
-4
/
+16
*
glsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
Ilia Mirkin
2016-03-30
3
-0
/
+9
*
nir: Fix typo from commit 6702f1acde9.
Matt Turner
2016-03-30
1
-1
/
+1
*
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
2016-03-31
1
-0
/
+1
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
2
-2
/
+15
*
mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Timothy Arceri
2016-03-31
2
-8
/
+11
*
mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING
Timothy Arceri
2016-03-31
1
-0
/
+1
*
glsl: always enable transform feedback mode when xfb_stride defined
Timothy Arceri
2016-03-31
1
-0
/
+10
*
glsl: handle varyings that are not written to but have an xfb_offset
Timothy Arceri
2016-03-31
2
-10
/
+32
*
glsl: when lowering named interface set assigned flag
Timothy Arceri
2016-03-31
1
-0
/
+11
*
glsl: reset current stream tracker
Timothy Arceri
2016-03-31
1
-0
/
+6
*
glsl: generate link error when implicit stride is to large
Timothy Arceri
2016-03-31
1
-15
/
+22
*
glsl: add xfb_stride link time validation
Timothy Arceri
2016-03-31
2
-8
/
+39
*
glsl: validate global out xfb_stride qualifiers and set stride on empty buffers
Timothy Arceri
2016-03-31
3
-0
/
+87
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
1
-5
/
+6
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
1
-2
/
+9
*
glsl: sort xfb varyings in offset/buffer order
Timothy Arceri
2016-03-31
1
-0
/
+19
*
glsl: basic linking support for xfb qualifiers
Timothy Arceri
2016-03-31
3
-13
/
+52
*
glsl: add xfb helpers and fields to the tfeedback_decl class
Timothy Arceri
2016-03-31
2
-2
/
+30
*
glsl: add helper to process xfb qualifiers during linking
Timothy Arceri
2016-03-31
2
-0
/
+71
*
glsl: add helper to generate xfb varying names
Timothy Arceri
2016-03-31
1
-0
/
+43
*
glsl: add helper for counting varyings
Timothy Arceri
2016-03-31
2
-0
/
+38
*
glsl: add xfb qualifier lowering support for named blocks
Timothy Arceri
2016-03-31
1
-0
/
+7
*
glsl: add xfb qualifiers to has_layout helper
Timothy Arceri
2016-03-31
1
-1
/
+4
*
glsl: apply xfb_stride to implicit offsets for ifc block members
Timothy Arceri
2016-03-31
1
-2
/
+4
*
glsl: add xfb_stride compile time rules
Timothy Arceri
2016-03-31
1
-0
/
+27
*
glsl: add xfb_offset compile time rules
Timothy Arceri
2016-03-31
1
-2
/
+123
*
glsl: add xfb_buffer compile time rules
Timothy Arceri
2016-03-31
1
-0
/
+66
*
glsl: add field to track if xfb_buffer is an explicit or implicit value
Timothy Arceri
2016-03-31
4
-0
/
+17
*
glsl: add xfb_* qualifiers to glsl_struct_field
Timothy Arceri
2016-03-31
3
-2
/
+26
*
glsl: add IR fields for transform feedback layout qualifiers
Timothy Arceri
2016-03-31
1
-1
/
+26
*
glsl: add validation for out layout qualifiers
Timothy Arceri
2016-03-31
1
-2
/
+31
*
glsl: relax stage restrictions on layout defaults for outputs
Timothy Arceri
2016-03-31
2
-7
/
+7
*
glsl: parse new transform feedback layout qualifiers
Timothy Arceri
2016-03-31
4
-3
/
+95
*
glsl: move process_qualifier_constant() to ast_type.cpp
Timothy Arceri
2016-03-31
3
-41
/
+47
*
glsl: add transform feedback built-in constants
Timothy Arceri
2016-03-31
3
-0
/
+15
[next]