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: fix nir_remove_unused_varyings()
Timothy Arceri
2019-04-25
1
-18
/
+33
*
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
*
spirv: Handle SpvOpDecorateId
Caio Marcelo de Oliveira Filho
2019-04-23
1
-0
/
+4
*
spirv: Rename vtn_decoration literals to operands
Caio Marcelo de Oliveira Filho
2019-04-23
5
-39
/
+39
*
Revert "glsl: Set location on structure-split sampler uniform variables"
Kenneth Graunke
2019-04-22
1
-1
/
+8
*
nir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref
Jason Ekstrand
2019-04-22
1
-14
/
+4
*
nir: Add helpers for getting the type of an address format
Jason Ekstrand
2019-04-19
1
-0
/
+33
*
intel,nir: Lower TXD with a bindless sampler
Jason Ekstrand
2019-04-19
2
-0
/
+8
*
nir/lower_io: Expose some explicit I/O lowering helpers
Jason Ekstrand
2019-04-19
2
-42
/
+65
*
nir_opcodes.py: Saturate to expression that doesn't overflow
Kristian H. Kristensen
2019-04-19
2
-1
/
+3
*
glsl_to_nir: Initialize debug variable
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
nir: Use the nir_builder _imm helpers in setting up deref offsets.
Eric Anholt
2019-04-19
1
-4
/
+3
*
nir: Fix deref offset calculation for structs.
Eric Anholt
2019-04-19
1
-1
/
+1
*
nir/algebraic: add lowering for fsign
Erico Nunes
2019-04-19
2
-0
/
+4
*
nir/algebraic: Strength reduce some compares of x and -x
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Fix some 1-bit Boolean weirdness
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Replace a pattern where iand with a Boolean is used as a bcsel
Ian Romanick
2019-04-18
1
-0
/
+4
*
nir/algebraic: Recognize open-coded copysign(1.0, a)
Ian Romanick
2019-04-18
1
-0
/
+6
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
4
-40
/
+15
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
3
-20
/
+14
*
nir: Drop "struct" from some nir_* declarations
Jason Ekstrand
2019-04-18
3
-11
/
+11
*
compiler/spirv: move the check for Int8 capability
Iago Toral Quiroga
2019-04-18
1
-4
/
+3
*
spirv: Tell which opcode or value is unhandled when failing
Caio Marcelo de Oliveira Filho
2019-04-16
4
-42
/
+61
*
spirv: Add more to_string helpers
Caio Marcelo de Oliveira Filho
2019-04-16
2
-3
/
+15
*
nir/algebraic: Use a cache to avoid re-emitting structs
Jason Ekstrand
2019-04-16
1
-17
/
+36
*
nir/algebraic: Move the template closer to the render function
Jason Ekstrand
2019-04-16
1
-19
/
+19
*
nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible
Marek Olšák
2019-04-16
2
-2
/
+46
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
5
-11
/
+56
*
glsl/linker: always validate explicit locations for first and last interfaces
Andres Gomez
2019-04-15
3
-20
/
+17
*
Delete autotools
Dylan Baker
2019-04-15
4
-526
/
+0
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
3
-0
/
+13
*
nir,ac/nir: fix cube_face_coord
Rhys Perry
2019-04-15
1
-6
/
+15
*
nir: fix packing components with arrays
Timothy Arceri
2019-04-15
1
-1
/
+2
*
spirv: add SpvCapabilityFloat16 support
Samuel Pitoiset
2019-04-15
2
-1
/
+5
*
nir/validate: Require unused bits of nir_const_value to be zero
Jason Ekstrand
2019-04-14
2
-20
/
+41
*
nir/load_const_to_scalar: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
spirv: Drop some unneeded bit size switch statements
Jason Ekstrand
2019-04-14
1
-62
/
+4
*
nir/constant_folding: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
27
-353
/
+401
[next]