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
/
compiler
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
2
-6
/
+6
*
glsl: Delete linker stuff relating to built-in functions.
Kenneth Graunke
2016-09-23
2
-58
/
+16
*
glsl: Delete ftransform support from builtin_functions.cpp.
Kenneth Graunke
2016-09-23
1
-26
/
+4
*
glsl: Immediately inline built-ins rather than generating calls.
Kenneth Graunke
2016-09-23
1
-24
/
+22
*
glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.
Kenneth Graunke
2016-09-23
2
-99
/
+19
*
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2016-09-24
2
-6
/
+6
*
mesa: add GL_OES_viewport_array to the extension string
Ilia Mirkin
2016-09-22
1
-0
/
+1
*
glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex
Ilia Mirkin
2016-09-22
2
-3
/
+8
*
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
2016-09-20
3
-2
/
+15
*
glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.
Kenneth Graunke
2016-09-19
1
-1
/
+27
*
glsl: remove interpolateAt* instructions for demoted inputs
Marek Olšák
2016-09-16
2
-0
/
+15
*
glsl: grammar fix
Eero Tamminen
2016-09-14
1
-2
/
+2
*
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
Ilia Mirkin
2016-09-13
2
-16
/
+44
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
5
-5
/
+5
*
glsl: Convert glcpp-parse to the util hash table
Thomas Helland
2016-09-12
2
-21
/
+35
*
glsl: Convert loop analysis to the util hash table
Thomas Helland
2016-09-12
2
-15
/
+18
*
glsl: Convert varying test to the util hash table
Thomas Helland
2016-09-12
1
-57
/
+29
*
glsl: Convert output read lowering to the util hash table
Thomas Helland
2016-09-12
1
-8
/
+9
*
glsl: Convert interface block lowering to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+14
*
glsl: Convert if lowering to use a set
Thomas Helland
2016-09-12
1
-23
/
+26
*
glsl: Convert linker to the util hash table
Thomas Helland
2016-09-12
1
-12
/
+17
*
glsl: Convert link_varyings to the util hash table
Thomas Helland
2016-09-12
1
-25
/
+33
*
glsl: Change link_functions to use a set
Thomas Helland
2016-09-12
1
-13
/
+15
*
glsl: Convert recursion detection to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+17
*
glsl: Convert constant_expression to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+14
*
glsl: Convert ast_to_hir to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+13
*
glsl: Convert ir_clone to the util hash table
Thomas Helland
2016-09-12
1
-16
/
+18
*
glsl: Convert function inlining to the util hash table
Thomas Helland
2016-09-12
1
-3
/
+3
*
mesa: Remove unused hash table includes
Thomas Helland
2016-09-12
3
-3
/
+0
*
glsl: use hash instead of exec_list in copy propagation
Tapani Pälli
2016-09-09
1
-51
/
+41
*
glsl: Add positional argument specifiers.
Vinson Lee
2016-09-06
1
-5
/
+5
*
glsl: Add .gitignore for make check warnings test
Jason Ekstrand
2016-09-06
1
-0
/
+1
*
glsl: Fix locations of variables in patch qualified interface blocks.
Kenneth Graunke
2016-09-05
1
-2
/
+4
*
glsl: expose max atomic counter/buffer consts for tess in ES 3.2
Ilia Mirkin
2016-09-03
1
-2
/
+2
*
glsl: Only force varyings to be flat when varying packing.
Kenneth Graunke
2016-09-01
1
-2
/
+3
*
glsl: Reject TCS/TES input arrays not sized to gl_MaxPatchVertices.
Kenneth Graunke
2016-09-01
1
-1
/
+14
*
mesa: Add some more .gitignore
Jason Ekstrand
2016-08-31
1
-0
/
+1
*
glsl: Handle patch qualifier on interface blocks.
Kenneth Graunke
2016-08-30
3
-0
/
+16
*
glsl: add gl_BoundingBox and associated varying slots
Ilia Mirkin
2016-08-30
2
-1
/
+15
*
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2016-08-30
2
-0
/
+6
*
glsl: Fix gl_program::OutputsWritten computation for dual-source blending.
Francisco Jerez
2016-08-30
1
-1
/
+1
*
glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...
Francisco Jerez
2016-08-30
1
-7
/
+2
*
glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.
Francisco Jerez
2016-08-30
1
-2
/
+7
*
glsl: Fix typo in comment
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Replace most assertions with unreachable()
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Refactor handling of horizontal operations
Ian Romanick
2016-08-30
1
-8
/
+7
*
glsl: Use constant_template_horizontal instead of constant_template_horizonta...
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Eliminate constant_template2
Ian Romanick
2016-08-30
1
-11
/
+0
*
glsl: Eliminate constant_template5
Ian Romanick
2016-08-30
1
-22
/
+1
*
glsl: Eliminate constant_template0
Ian Romanick
2016-08-30
1
-34
/
+4
[next]