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: fix and clean up NV_compute_shader_derivatives support
Marek Olšák
2019-05-02
1
-54
/
+24
*
glsl: fix typo in #warning message
Brian Paul
2019-05-02
1
-1
/
+1
*
glsl: work around MinGW 7.x compiler bug
Brian Paul
2019-05-01
1
-0
/
+15
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
5
-29
/
+0
*
glsl/linker: check for xfb_offset aliasing
Andres Gomez
2019-04-29
2
-31
/
+84
*
glsl/list: Add an exec_list_is_singular() helper.
Kenneth Graunke
2019-04-28
1
-0
/
+7
*
glsl: use empty brace initializer
Tapani Pälli
2019-04-26
1
-2
/
+2
*
glsl: fix shader_storage_blocks_write_access for SSBO block arrays (v2)
Marek Olšák
2019-04-25
1
-3
/
+19
*
glsl: handle interactions between EXT_gpu_shader4 and texture extensions
Marek Olšák
2019-04-24
3
-323
/
+412
*
glsl: allow "varying out" for fragment shader outputs with EXT_gpu_shader4
Marek Olšák
2019-04-24
3
-2
/
+19
*
glsl: add texture builtin functions for EXT_gpu_shader4
Marek Olšák
2019-04-24
1
-25
/
+667
*
glsl: add arithmetic builtin functions for EXT_gpu_shader4
Marek Olšák
2019-04-24
1
-13
/
+35
*
glsl: add builtin variables for EXT_gpu_shader4
Marek Olšák
2019-04-24
1
-3
/
+4
*
glsl: apply some 1.30 and other rules to EXT_gpu_shader4 as well
Marek Olšák
2019-04-24
3
-8
/
+12
*
glsl: enable types for EXT_gpu_shader4
Chris Forbes
2019-04-24
2
-25
/
+57
*
glsl: add `unsigned int` type for EXT_GPU_shader4
Marek Olšák
2019-04-24
2
-2
/
+11
*
glsl: enable noperspective|flat|centroid for EXT_gpu_shader4
Chris Forbes
2019-04-24
1
-3
/
+3
*
glsl: add scaffolding for EXT_gpu_shader4
Chris Forbes
2019-04-24
3
-0
/
+4
*
glsl: Silence may unused parameter warnings in glsl/ir.h
Ian Romanick
2019-04-23
1
-1
/
+1
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
1
-0
/
+1
*
Revert "glsl: Set location on structure-split sampler uniform variables"
Kenneth Graunke
2019-04-22
1
-1
/
+8
*
glsl_to_nir: Initialize debug variable
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
3
-3
/
+22
*
glsl/linker: always validate explicit locations for first and last interfaces
Andres Gomez
2019-04-15
3
-20
/
+17
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
3
-0
/
+13
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
2
-14
/
+14
*
glsl: Set location on structure-split sampler uniform variables
Kenneth Graunke
2019-04-12
1
-0
/
+1
*
glsl: allow the #extension directive within code blocks for the dri option
Marek Olšák
2019-04-12
1
-0
/
+9
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
3
-0
/
+99
*
glsl/nir: fetch the type for images from the deref instruction
Karol Herbst
2019-04-12
1
-3
/
+3
*
glsl_to_nir: handle bindless textures
Karol Herbst
2019-04-12
1
-4
/
+15
*
Revert "glsl: fix shader_storage_blocks_write_access for SSBO block arrays"
Marek Olšák
2019-04-10
1
-6
/
+2
*
glsl/standalone: add GLES3.1 and GLES3.2 compatibility
Karol Herbst
2019-04-10
1
-0
/
+5
*
glsl: fix shader_storage_blocks_write_access for SSBO block arrays
Marek Olšák
2019-04-09
1
-2
/
+6
*
glsl/linker: location aliasing requires types to have the same width
Andres Gomez
2019-04-09
1
-39
/
+76
*
glsl: Parse and propagate derivative_group to shader_info
Caio Marcelo de Oliveira Filho
2019-04-08
6
-4
/
+140
*
glsl: Enable texture builtins for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-140
/
+153
*
glsl: Enable derivative builtins for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-9
/
+25
*
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
2
-0
/
+3
*
glsl: Fix input/output structure matching across shader stages
Sergii Romantsov
2019-04-05
2
-20
/
+37
*
glsl: remember which SSBOs are not read-only and pass it to gallium
Marek Olšák
2019-04-04
2
-0
/
+13
*
glsl: Cross validate variable's invariance by explicit invariance only
Danylo Piliaiev
2019-03-21
7
-9
/
+30
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
1
-7
/
+20
*
Revert "glsl: relax input->output validation for SSO programs"
Andres Gomez
2019-03-19
1
-1
/
+1
*
glsl/linker: simplify xfb_offset vs xfb_stride overflow check
Andres Gomez
2019-03-19
1
-2
/
+1
*
glsl/linker: don't fail non static used inputs without matching outputs
Andres Gomez
2019-03-19
1
-2
/
+14
*
glsl/linker: always validate explicit location among inputs
Andres Gomez
2019-03-19
1
-3
/
+10
*
glsl: correctly validate component layout qualifier for dvec{3,4}
Andres Gomez
2019-03-19
1
-0
/
+4
*
nir/xfb: move varyings info out of nir_xfb_info
Alejandro Piñeiro
2019-03-15
1
-8
/
+9
[next]