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
/
glsl_parser_extras.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add scaffolding for EXT_gpu_shader4
Chris Forbes
2019-04-24
1
-0
/
+1
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
1
-2
/
+18
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
1
-0
/
+1
*
glsl: Parse and propagate derivative_group to shader_info
Caio Marcelo de Oliveira Filho
2019-04-08
1
-1
/
+33
*
glsl: Remove redundant conditions when asserting in_qualifier
Caio Marcelo de Oliveira Filho
2019-04-08
1
-5
/
+2
*
mesa: Extension boilerplate for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+1
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
mesa: Expose EXT_texture_query_lod and add support for its use shaders
Gert Wollny
2019-03-03
1
-0
/
+1
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
1
-0
/
+9
*
Revert "glsl: be much more aggressive when skipping shader compilation"
Timothy Arceri
2019-01-19
1
-9
/
+0
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
1
-0
/
+9
*
glsl: don't skip GLSL IR opts on first-time compiles
Timothy Arceri
2019-01-19
1
-15
/
+1
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
1
-0
/
+1
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
1
-1
/
+0
*
glsl: Add pragma to disable all warnings
Ian Romanick
2018-11-08
1
-5
/
+7
*
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
2018-11-02
1
-0
/
+1
*
glsl: add a mechanism to allow layout qualifiers on function params
Timothy Arceri
2018-08-30
1
-0
/
+2
*
mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering
Kevin Rogovin
2018-08-28
1
-0
/
+1
*
mesa: expose AMD_gpu_shader_int64
Marek Olšák
2018-08-24
1
-0
/
+1
*
mesa: add ctx->Const.MaxGeometryShaderInvocations
Marek Olšák
2018-08-23
1
-1
/
+2
*
mesa: Extension boilerplate for INTEL_shader_atomic_float_minmax
Ian Romanick
2018-08-22
1
-0
/
+1
*
mesa: Extension boilerplate for NV_shader_atomic_float
Ian Romanick
2018-08-22
1
-0
/
+1
*
Add NV_fragment_shader_interlock support.
Kevin Rogovin
2018-08-20
1
-0
/
+1
*
glsl: use only copy_propagation_elements
Caio Marcelo de Oliveira Filho
2018-07-27
1
-1
/
+0
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
1
-0
/
+13
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
glsl: fix compat shaders in GLSL 1.40
Timothy Arceri
2018-04-12
1
-0
/
+2
*
glsl: always call do_lower_jumps() after loop unrolling
Timothy Arceri
2018-04-04
1
-0
/
+18
*
glsl: Replace MESA_shader_framebuffer_fetch extension flags with EXT ones.
Francisco Jerez
2018-02-24
1
-0
/
+1
*
glsl: Switch ast_type_qualifier to a 128-bit bitset.
Francisco Jerez
2018-02-24
1
-2
/
+2
*
mesa: implement ARB_compatibility
Marek Olšák
2018-02-23
1
-0
/
+1
*
mesa: add OES_EGL_image_external_essl3 support
Ilia Mirkin
2018-02-06
1
-0
/
+1
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
1
-7
/
+7
*
glsl: Combine nop-swizzle optimization with swizzle-swizzle optimization
Ian Romanick
2017-11-08
1
-2
/
+1
*
glsl: Use the utility function to copy symbols between symbol tables
Eduardo Lima Mitev
2017-10-30
1
-18
/
+7
*
glsl_parser_extra: Add utility to copy symbols between symbol tables
Eduardo Lima Mitev
2017-10-30
1
-0
/
+43
*
glsl/parser: Move anonymous struct name handling to the parser
Ian Romanick
2017-10-30
1
-13
/
+2
*
glsl/parser: Silence unused parameter warning
Ian Romanick
2017-10-30
1
-1
/
+1
*
glsl: fix derived cs variables
Ilia Mirkin
2017-10-23
1
-2
/
+0
*
glsl: tidy up IR after loop unrolling
Timothy Arceri
2017-10-10
1
-1
/
+7
*
glsl: merge loop_controls.cpp with loop_unroll.cpp
Timothy Arceri
2017-09-21
1
-1
/
+0
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-09-19
1
-3
/
+2
*
glsl: Mark functions static
Matt Turner
2017-08-21
1
-1
/
+1
*
glsl: recognize GLSL 4.60
Samuel Pitoiset
2017-08-02
1
-2
/
+2
*
glsl: give all unnamed structs the same name
Nicolai Hähnle
2017-06-13
1
-9
/
+7
*
glsl: do not lookup struct types by typename
Nicolai Hähnle
2017-06-13
1
-0
/
+1
*
glsl: Conditionally allow redeclaration of built-in variables
John Brooks
2017-05-20
1
-0
/
+2
*
glsl: process bindless/bound layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+11
*
glsl: add ARB_bindless_texture enable
Samuel Pitoiset
2017-05-06
1
-0
/
+1
*
glsl: don't run the GLSL pre-processor when we are skipping compilation
Timothy Arceri
2017-04-15
1
-9
/
+10
[next]