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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Remove ir_function_signature::_is_intrinsic field
Ian Romanick
2016-10-04
6
-17
/
+5
*
glsl: Add ir_function_signature::is_intrinsic() method
Ian Romanick
2016-10-04
7
-16
/
+22
*
glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings
Ian Romanick
2016-10-04
3
-103
/
+105
*
glsl: Track a unique intrinsic ID with each intrinsic function
Ian Romanick
2016-10-04
7
-73
/
+280
*
glsl: Don't emit ir_binop_carry during ir_binop_imul_high lowering
Ian Romanick
2016-10-04
1
-5
/
+17
*
glsl: add missing headers to blob.h
Timothy Arceri
2016-10-02
1
-0
/
+2
*
glsl: remove remaining tabs from ast_type.cpp
Timothy Arceri
2016-09-29
1
-23
/
+16
*
glsl: remove remaining tabs from ast_to_hir.cpp
Timothy Arceri
2016-09-29
1
-40
/
+38
*
glsl: remove remaining tabs from ast_array_index.cpp
Timothy Arceri
2016-09-29
1
-37
/
+36
*
glsl: remove tabs from ast_expr.cpp
Timothy Arceri
2016-09-29
1
-1
/
+1
*
glsl: remove tabs from linker.{cpp,h}
Timothy Arceri
2016-09-29
2
-408
/
+407
*
glsl: Add initial functions to implement an on-disk cache
Timothy Arceri
2016-09-28
4
-0
/
+1299
*
glsl: Fix cut-and-paste bug in hierarchical visitor ir_expression::accept
Ian Romanick
2016-09-27
1
-1
/
+1
*
glsl: Add bit_xor builder
Ian Romanick
2016-09-27
2
-0
/
+7
*
glsl/standalone: Enable GLSL 4.00 through 4.50
Ian Romanick
2016-09-27
1
-0
/
+12
*
glsl/standalone: Use API_OPENGL_CORE if the GLSL version is >= 1.40
Ian Romanick
2016-09-27
1
-1
/
+5
*
glsl: Update function parameter documentation for do_common_optimization
Ian Romanick
2016-09-27
1
-3
/
+4
*
glsl: remove remaining tabs in glsl_parser_extras.h
Timothy Arceri
2016-09-27
1
-30
/
+30
*
glsl: move some uniform linking code to new link_assign_uniform_storage()
Timothy Arceri
2016-09-27
1
-63
/
+69
*
glsl: move some uniform linking code to new link_setup_uniform_remap_tables()
Timothy Arceri
2016-09-27
3
-162
/
+177
*
glsl: use reproducible name for lowered const arrays
Timothy Arceri
2016-09-27
3
-6
/
+19
*
glsl: Prepare standalone compiler to be able to use parameter lists
Carl Worth
2016-09-27
2
-0
/
+20
*
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
[next]