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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: implement GLSL.std.450 NMax, NMIn and NClamp operations
Juan A. Suarez Romero
2017-06-27
1
-0
/
+3
*
nir: add support for 64-bit in SmoothStep function
Juan A. Suarez Romero
2017-06-27
1
-3
/
+5
*
nir: sge operation is defined for floating-point types
Juan A. Suarez Romero
2017-06-27
1
-1
/
+1
*
glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders
Juan A. Suarez Romero
2017-06-26
1
-2
/
+5
*
glsl: tidy up int declaration
Timothy Arceri
2017-06-22
1
-2
/
+1
*
glsl: fix typo in comment
Timothy Arceri
2017-06-22
1
-1
/
+1
*
glsl: Track whether uniforms are active per stage
Kenneth Graunke
2017-06-22
3
-0
/
+9
*
spirv: Work around the Doom shader bug
Jason Ekstrand
2017-06-20
2
-0
/
+28
*
glsl: Update build instructions for int64.glsl
Ian Romanick
2017-06-20
1
-2
/
+2
*
glsl: Fix indent in dump code
Elie Tournier
2017-06-20
1
-7
/
+7
*
glsl: gl_Max{Vertex,Fragment}UniformComponents exist in all desktop GL versions
Iago Toral Quiroga
2017-06-19
1
-7
/
+9
*
glsl: add ir_variable::contains_bindless()
Samuel Pitoiset
2017-06-14
1
-0
/
+11
*
glsl: set the explicit binding value for bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-6
/
+29
*
glsl: pass the ir_variable object to set_opaque_binding()
Samuel Pitoiset
2017-06-14
1
-3
/
+4
*
glsl: process uniform images declared bindless
Samuel Pitoiset
2017-06-14
2
-9
/
+85
*
glsl: process uniform samplers declared bindless
Samuel Pitoiset
2017-06-14
2
-11
/
+95
*
mesa: add support for glUniformHandleui64*ARB()
Samuel Pitoiset
2017-06-14
3
-0
/
+9
*
glsl: simplify an assertion in lower_ubo_reference
Nicolai Hähnle
2017-06-13
1
-1
/
+1
*
glsl: simplify validate_intrastage_arrays
Nicolai Hähnle
2017-06-13
1
-8
/
+0
*
glsl: simplify varying matching
Nicolai Hähnle
2017-06-13
1
-32
/
+9
*
glsl: remove redundant record_compare check when linking globals
Nicolai Hähnle
2017-06-13
1
-22
/
+17
*
glsl: stop considering unnamed and named structures equal
Nicolai Hähnle
2017-06-13
1
-6
/
+2
*
glsl: give all unnamed structs the same name
Nicolai Hähnle
2017-06-13
1
-9
/
+7
*
glsl: do not add unnamed struct types to the symbol table
Nicolai Hähnle
2017-06-13
1
-1
/
+1
*
glsl: do not lookup struct types by typename
Nicolai Hähnle
2017-06-13
3
-6
/
+10
*
glsl: fix a race condition when inserting new types
Nicolai Hähnle
2017-06-13
2
-40
/
+32
*
glsl/lower_distance: only set max_array_access for 1D clip dist arrays
Dave Airlie
2017-06-12
1
-1
/
+1
*
nir: make various getters take const pointers
Grazvydas Ignotas
2017-06-10
2
-13
/
+14
*
glsl: Fix gl_shader_stage enum unsigned comparison
Rob Herring
2017-06-08
4
-4
/
+14
*
Fix glcpp test expectations
Iago Toral Quiroga
2017-06-08
2
-3
/
+6
*
glsl: fix bounds check in blob_overwrite_bytes
Rob Herring
2017-06-07
1
-1
/
+1
*
nir: Delete nir_array.h
Thomas Helland
2017-06-07
2
-100
/
+0
*
nir: Port to u_dynarray
Thomas Helland
2017-06-07
2
-5
/
+5
*
nir: Remove unused include
Thomas Helland
2017-06-07
1
-1
/
+0
*
glcpp: fix #undef to match latest spec update and GLSLang implementation
Iago Toral Quiroga
2017-06-07
1
-14
/
+31
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
glsl: fix a crash in ir_print_visitor() for bindless samplers/images
Samuel Pitoiset
2017-06-01
1
-1
/
+5
*
glsl: teach opt_array_splitting about bindless images
Samuel Pitoiset
2017-06-01
1
-2
/
+13
*
glsl: teach opt_structure_splitting about images in structures
Samuel Pitoiset
2017-06-01
1
-2
/
+21
*
glsl: fix broken indentation in do_structure_splitting()
Samuel Pitoiset
2017-06-01
1
-16
/
+13
*
glsl: handle format layout qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-1
/
+2
*
glsl: handle memory qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-3
/
+4
*
glsl/lower_int64: only set progress when something is lowered.
Dave Airlie
2017-06-01
1
-4
/
+1
*
glsl: Fix g++ initializer order warning
Brian Paul
2017-05-25
1
-1
/
+1
*
nir/lower-atomics-to-ssbo: remove atomic_uint arrays too
Rob Clark
2017-05-23
1
-1
/
+9
*
nir/lower-atomics-to-ssbo: fix num_components
Rob Clark
2017-05-23
1
-0
/
+5
*
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-05-23
1
-10
/
+10
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
glsl: set mask via initialisation list rather than in constructor body
Timothy Arceri
2017-05-22
1
-3
/
+1
*
glcpp: Skip unnecessary line continuations removal
Vladislav Egorov
2017-05-22
1
-2
/
+8
[next]