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
*
glsl: replace 'x + (-x)' with constant 0
Pierre-Eric Pelloux-Prayer
2019-08-29
1
-0
/
+12
*
compiler/glsl: Fix warning about unused function
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
4
-12
/
+32
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
7
-67
/
+31
*
glsl/tests: take refs on glsl types
Lionel Landwerlin
2019-08-21
9
-18
/
+64
*
glsl/standalone: init shader stage in init_gl_program()
Vasily Khoruzhick
2019-08-17
1
-2
/
+4
*
win32: unify strcasecmp definitions
Erik Faye-Lund
2019-08-15
1
-0
/
+1
*
glsl: fixup u64-warning
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
glsl: Optimize the SoftFP64 shader when first creating it.
Kenneth Graunke
2019-08-12
1
-0
/
+13
*
nir: add atomic_inc_wrap/atomic_dec_wrap image intrinsics
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-1
/
+9
*
glsl: add EXT_shader_image_load_store new image functions
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+14
*
glsl: add EXT_shader_image_load_store keywords to lexer
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-36
/
+36
*
glsl: add size qualifiers from EXT_shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-39
/
+93
*
glsl: handle differences between ARB/EXT versions of shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
4
-3
/
+21
*
glcpp: use pre-expansion line number for __LINE__
Jonathan Marek
2019-08-06
1
-4
/
+7
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
2
-3
/
+3
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-7
/
+2
*
autotools: delete leftover script wrapper
Eric Engestrom
2019-07-31
1
-16
/
+0
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
3
-4
/
+4
*
compiler: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
glsl: Add builtin functions for EXT_texture_shadow_lod
Paulo Zanoni
2019-07-30
1
-0
/
+26
*
glsl: Allow _textureCubeArrayShadow function to accept ir_texture_opcode
Paulo Zanoni
2019-07-30
1
-4
/
+19
*
mesa: extension boilerplate for EXT_texture_shadow_lod
Paulo Zanoni
2019-07-30
2
-0
/
+3
*
glsl: Treat gl_FragCoord as a varying even when it's a system value
Jason Ekstrand
2019-07-29
1
-1
/
+3
*
glsl: report no function instead of empty candidate list
Erik Faye-Lund
2019-07-25
1
-2
/
+17
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
5
-20
/
+19
*
glsl: Optionally declare gl_PointCoord as a system value
Andreas Baierl
2019-07-18
1
-2
/
+6
*
glsl/shader_cache: handle SPIR-V shaders
Alejandro Piñeiro
2019-07-12
1
-5
/
+5
*
nir/linker: Initialize UniformDataDefaults when using SPIR-V
Arcady Goldmints-Orlov
2019-07-12
2
-0
/
+7
*
glsl/serialize: Update write_program_resource_data() to handle NULL input and...
Arcady Goldmints-Orlov
2019-07-12
1
-1
/
+5
*
glsl/serialize: Handle NULL uniform name in write_uniforms()
Arcady Goldmints-Orlov
2019-07-12
1
-1
/
+5
*
nir/linker: Fill TOP_LEVEL_ARRAY_SIZE and STRIDE
Antia Puentes
2019-07-12
1
-3
/
+25
*
nir/linker: Compute the offset for non-trivial uniform types.
Antia Puentes
2019-07-12
1
-10
/
+23
*
nir/linker: Add atomic counters to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+7
*
nir/linker: Add XFB resources to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+27
*
nir/linker: Add BUFFER_VARIABLEs to the prog resource list
Antia Puentes
2019-07-12
1
-1
/
+31
*
nir/linker: Add inputs/outputs to the program resource list
Antia Puentes
2019-07-12
1
-0
/
+108
*
nir/linker: add ubo/ssbo to the program resource list
Alejandro Piñeiro
2019-07-12
1
-0
/
+14
*
nir/linker: Fill the uniform's BLOCK_INDEX
Antia Puentes
2019-07-12
1
-1
/
+22
*
glsl/link_varyings: Fix hash table leak
Yevhenii Kolesnikov
2019-07-12
1
-9
/
+8
*
glsl/builtin types: Set the precision on the depth range params
Neil Roberts
2019-07-11
1
-3
/
+3
*
glsl/builtin_variables: Add a precision to the builtins
Neil Roberts
2019-07-11
1
-80
/
+170
*
glsl/standalone: meson test for --dump-builder
Yevhenii Kolesnikov
2019-07-03
2
-0
/
+23
*
glsl/standalone: exit on unsupported texture functions
Sergii Romantsov
2019-07-03
1
-1
/
+14
*
glsl/nir: Lower buffers using Binding instead of Names
Caio Marcelo de Oliveira Filho
2019-06-30
1
-5
/
+28
*
nir/linker: update already processed uniforms search for UBOs/SSBOs
Alejandro Piñeiro
2019-06-30
1
-10
/
+71
*
nir/linker: fill up uniform_storage with explicit data
Alejandro Piñeiro
2019-06-30
1
-5
/
+47
*
nir/linker: use only the array element type for array of ssbo/ubo
Alejandro Piñeiro
2019-06-30
1
-2
/
+42
*
nir/linker: fill is_shader_storage for uniforms
Alejandro Piñeiro
2019-06-30
1
-1
/
+2
[next]