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
...
*
compiler/glsl: close fd's in glcpp_test.py
Dylan Baker
2018-04-23
1
-2
/
+4
*
meson: enable glcpp test
Dylan Baker
2018-04-18
1
-1
/
+17
*
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
2018-04-18
3
-267
/
+223
*
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
2018-04-18
1
-58
/
+0
*
meson: enable optimization-test
Dylan Baker
2018-04-18
1
-0
/
+5
*
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
2018-04-18
4
-238
/
+215
*
meson: run glsl compiler warnings test
Dylan Baker
2018-04-18
1
-1
/
+9
*
glsl/tests: reimplement warnings-test in python
Dylan Baker
2018-04-18
2
-56
/
+75
*
glsl: fix gcc 8 parenthesis warning
Marc Dietrich
2018-04-17
1
-2
/
+2
*
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
2018-04-16
1
-1
/
+1
*
glsl: #undef THIS macro to fix MSVC build
Brian Paul
2018-04-13
1
-0
/
+5
*
glsl: rename 'interface' var to 'iface' to fix MSVC build
Brian Paul
2018-04-13
1
-7
/
+7
*
Fix make check
Marek Olšák
2018-04-12
1
-0
/
+1
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
47
-24
/
+55
*
glsl: fix compat shaders in GLSL 1.40
Timothy Arceri
2018-04-12
1
-0
/
+2
*
glsl: remove unreachable assert()
Emil Velikov
2018-04-10
1
-2
/
+0
*
glsl: always call do_lower_jumps() after loop unrolling
Timothy Arceri
2018-04-04
1
-0
/
+18
*
nir: s/uint/unsigned/ to fix MSVC/MinGW build
Brian Paul
2018-03-30
1
-1
/
+1
*
nir: add bindless to nir data
Timothy Arceri
2018-03-28
1
-0
/
+1
*
glsl: fix infinite loop caused by bug in loop unrolling pass
Timothy Arceri
2018-03-27
1
-1
/
+1
*
compiler: glsl: silence valgrind warning on write cache
Lionel Landwerlin
2018-03-23
1
-2
/
+2
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-27
/
+27
*
nir: add frexp_exp and frexp_sig opcodes
Timothy Arceri
2018-03-22
1
-0
/
+2
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
1
-3
/
+11
*
glsl/serialize: Save shader program metadata sha1
Jordan Justen
2018-03-19
1
-0
/
+4
*
glsl: Remove api_enabled tracking for transform feedback
Jordan Justen
2018-03-19
1
-2
/
+0
*
glsl/shader_cache: Allow shader cache usage with transform feedback
Jordan Justen
2018-03-19
2
-10
/
+7
*
glsl: Use hash table cloning in copy propagation
Thomas Helland
2018-03-14
2
-31
/
+15
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
3
-0
/
+6
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
1
-2
/
+3
*
glsl/linker: fix bug when checking precision qualifier
Samuel Iglesias Gonsálvez
2018-02-28
1
-8
/
+3
*
util/bitset: Make C++ wrapper trivially constructible.
Francisco Jerez
2018-02-27
2
-3
/
+0
*
glsl: Silence warnings when reading from a framebuffer fetch output.
Francisco Jerez
2018-02-24
1
-0
/
+1
*
glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...
Francisco Jerez
2018-02-24
2
-2
/
+3
*
glsl: Add support for the framebuffer fetch layout(noncoherent) qualifier.
Francisco Jerez
2018-02-24
5
-2
/
+61
*
glsl: Allow layout token for EXT_shader_framebuffer_fetch_non_coherent.
Francisco Jerez
2018-02-24
1
-1
/
+2
*
glsl: Initialize ir_variable_data::fb_fetch_output earlier for GL(ES) 2.
Francisco Jerez
2018-02-24
1
-2
/
+7
*
glsl: Replace MESA_shader_framebuffer_fetch extension flags with EXT ones.
Francisco Jerez
2018-02-24
2
-6
/
+4
*
glsl: Switch ast_type_qualifier to a 128-bit bitset.
Francisco Jerez
2018-02-24
3
-4
/
+9
*
mesa: implement ARB_compatibility
Marek Olšák
2018-02-23
5
-3
/
+6
*
glsl: Parse 'layout' as a token with advanced blending or bindless
Kenneth Graunke
2018-02-21
1
-0
/
+2
*
glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.
Eric Anholt
2018-02-20
1
-1
/
+1
*
glsl: Silence warnings in the uniform initializer test about 16-bit types
Eric Anholt
2018-02-20
1
-0
/
+9
*
glsl/nir: add pixel_center_integer to shader info
Timothy Arceri
2018-02-19
1
-0
/
+5
*
glsl: fix sizeof(pointer) bug
Eric Engestrom
2018-02-16
1
-1
/
+1
*
mesa: move STATE_LENGTH to shader_enums.h and use it everywhere
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
4
-6
/
+6
*
mesa: reduce the size of gl_program
Marek Olšák
2018-02-13
1
-5
/
+4
*
glsl/tests: Fix strict aliasing warning about int64/double.
Eric Anholt
2018-02-12
1
-3
/
+19
[prev]
[next]