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 shader cache for packed param list
Timothy Arceri
2019-02-28
1
-11
/
+4
*
glsl: Fix function return typechecking
Oscar Blumberg
2019-02-25
1
-1
/
+2
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro PiƱeiro
2019-02-21
5
-18
/
+14
*
compiler: Make is_64bit(GL_*) helper more broadly available
Kenneth Graunke
2019-02-19
1
-26
/
+2
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
1
-0
/
+24
*
glsl: Don't look at sampler uniform storage for internal vars
Kenneth Graunke
2019-02-11
1
-3
/
+5
*
glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
Kenneth Graunke
2019-02-11
1
-3
/
+11
*
glsl: glsl to nir fix uninit class member.
Dave Airlie
2019-02-11
1
-0
/
+1
*
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2019-02-05
1
-0
/
+12
*
nir: Record info->fs.pixel_center_integer in lower_system_values
Kenneth Graunke
2019-02-05
1
-5
/
+0
*
glsl: use remap location when serialising uniform program resource data
Timothy Arceri
2019-01-29
1
-7
/
+26
*
glsl: fix block member alignment validation for vec3
Niklas Haas
2019-01-27
1
-4
/
+4
*
glsl/lower_output_reads: set invariant and precise flags on temporaries
Karol Herbst
2019-01-21
1
-0
/
+4
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
2
-2
/
+2
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-5
/
+5
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
2
-6
/
+10
*
Revert "glsl: be much more aggressive when skipping shader compilation"
Timothy Arceri
2019-01-19
2
-10
/
+6
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
2
-6
/
+10
*
glsl: don't skip GLSL IR opts on first-time compiles
Timothy Arceri
2019-01-19
2
-32
/
+1
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
20
-59
/
+28
*
glsl: Fix copying function's out to temp if dereferenced by array
Danylo Piliaiev
2019-01-14
1
-24
/
+22
*
glsl/nir: keep bool types when native_integers=false
Jonathan Marek
2019-01-11
1
-98
/
+63
*
glsl/nir: ftrunc for native_integers=false float to int cast
Jonathan Marek
2019-01-11
1
-0
/
+4
*
glsl/nir: int constants as float for native_integers=false
Jonathan Marek
2019-01-11
1
-4
/
+12
*
nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref
Kenneth Graunke
2019-01-11
1
-19
/
+21
*
glsl: Make invariant outputs in ES fragment shader not to cause error
Danylo Piliaiev
2019-01-11
1
-1
/
+1
*
glsl/linker: specify proper direction in location aliasing error
Andres Gomez
2019-01-10
1
-5
/
+10
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
1
-0
/
+2
*
glsl: Add "built-in" functions to do fp32_to_int64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+31
*
glsl: Add "built-in" functions to do fp32_to_uint64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add "built-in" functions to do fp64_to_int64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add utility function to round and pack int64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+36
*
glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+27
*
glsl: Add utility function to round and pack uint64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+32
*
glsl: Add "built-in" functions to do int64_to_fp32(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do int64_to_fp64(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to convert bool to double
Matt Turner
2019-01-09
1
-0
/
+12
*
glsl: Add "built-in" functions to do ffract(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" function to do ffloor(fp64)
Matt Turner
2019-01-09
1
-0
/
+13
*
glsl: Add "built-in" functions to do fmin/fmax(fp64)
Matt Turner
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do ffma(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" functions to do round(fp64)
Elie Tournier
2019-01-09
1
-0
/
+42
*
glsl: Add "built-in" functions to do trunc(fp64)
Elie Tournier
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do sqrt(fp64)
Elie Tournier
2019-01-09
1
-0
/
+272
*
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
Elie Tournier
2019-01-09
1
-0
/
+38
[next]