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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/spirv: Handle boolean uniforms correctly
Jason Ekstrand
2015-08-31
1
-1
/
+10
*
nir/spirv: Handle control-flow with loops
Jason Ekstrand
2015-08-31
2
-21
/
+151
*
nir/spirv: Set a name on temporary variables
Jason Ekstrand
2015-08-31
1
-0
/
+1
*
nir/spirv: Use the correct length for copying string literals
Jason Ekstrand
2015-08-31
1
-1
/
+1
*
nir/spirv: Make vtn_ssa_value handle constants as well as ssa values
Jason Ekstrand
2015-08-31
1
-1
/
+20
*
nir/spirv: Add initial support for GLSL 4.50 builtins
Jason Ekstrand
2015-08-31
4
-4
/
+310
*
nir/spirv: Split the core datastructures into a header file
Jason Ekstrand
2015-08-31
2
-112
/
+146
*
nir/spirv: Use the builder for all instructions
Jason Ekstrand
2015-08-31
1
-18
/
+12
*
nir/spirv: Add support for a bunch of ALU operations
Jason Ekstrand
2015-08-31
1
-7
/
+195
*
nir/spirv: Add support for indirect array accesses
Jason Ekstrand
2015-08-31
1
-2
/
+2
*
nir/spirv: Explicitly type constants and SSA values
Jason Ekstrand
2015-08-31
1
-19
/
+21
*
nir/spirv: Handle OpBranchConditional
Jason Ekstrand
2015-08-31
1
-68
/
+189
*
nir/spirv: Add a helper for getting a value as an SSA value
Jason Ekstrand
2015-08-31
1
-0
/
+6
*
nir/spirv: Split instruction handling into preamble and body sections
Jason Ekstrand
2015-08-31
1
-45
/
+93
*
nir/spirv: Implement load/store instructiosn
Jason Ekstrand
2015-08-31
1
-6
/
+66
*
nir: Add a helper for getting the tail of a deref chain
Jason Ekstrand
2015-08-31
3
-23
/
+13
*
nir/spirv: Actaully add variables to the funciton or shader
Jason Ekstrand
2015-08-31
1
-0
/
+6
*
nir/spirv: Add a vtn_untyped_value helper
Jason Ekstrand
2015-08-31
1
-3
/
+10
*
nir/spirv: Use vtn_value in the types code and fix a off-by-one error
Jason Ekstrand
2015-08-31
1
-5
/
+7
*
nir/types: Add an is_vector_or_scalar helper
Jason Ekstrand
2015-08-31
2
-0
/
+7
*
nir/spirv: Add support for deref chains
Jason Ekstrand
2015-08-31
1
-12
/
+74
*
nir/types: Add a scalar type constructor
Jason Ekstrand
2015-08-31
2
-0
/
+7
*
nir/spirv: Add support for OpLabel
Jason Ekstrand
2015-08-31
1
-0
/
+13
*
nir/spirv: Add support for declaring functions
Jason Ekstrand
2015-08-31
1
-0
/
+67
*
nir/types: Add accessors for function parameter/return types
Jason Ekstrand
2015-08-31
2
-0
/
+18
*
nir/spirv: Add support for declaring variables
Jason Ekstrand
2015-08-31
1
-1
/
+151
*
nir/spirv: Add support for constants
Jason Ekstrand
2015-08-31
1
-1
/
+67
*
nir/spirv: Add basic support for types
Jason Ekstrand
2015-08-31
1
-4
/
+85
*
nir/types: Add more helpers for creating types
Jason Ekstrand
2015-08-31
2
-3
/
+55
*
glsl/types: Expose the function_param and struct_field structs to C
Jason Ekstrand
2015-08-31
1
-4
/
+6
*
glsl/types: Add support for function types
Jason Ekstrand
2015-08-31
2
-1
/
+124
*
glsl: Add GLSL_TYPE_FUNCTION to the base types enums
Jason Ekstrand
2015-08-31
9
-0
/
+12
*
nir/spirv: Rework the way values are added
Jason Ekstrand
2015-08-31
1
-13
/
+7
*
nir/spirv: Add stub support for extension instructions
Jason Ekstrand
2015-08-31
1
-0
/
+35
*
REVERT: Add a simple helper program for testing SPIR-V -> NIR translation
Jason Ekstrand
2015-08-31
2
-1
/
+66
*
glsl/compiler: Move the error_no_memory stub to standalone_scaffolding.cpp
Jason Ekstrand
2015-08-31
1
-0
/
+6
*
nir: Add the start of a SPIR-V to NIR translator
Jason Ekstrand
2015-08-31
3
-0
/
+495
*
nir: Import the revision 30 SPIR-V header from Khronos
Jason Ekstrand
2015-08-31
1
-0
/
+1304
*
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
2015-08-31
1
-81
/
+13
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
*
r600/sb: update last_cf for finalize if.
Dave Airlie
2015-09-01
1
-0
/
+3
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
2
-4
/
+6
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
2
-0
/
+15
*
st/mesa: move to renumbering registers in a group
Dave Airlie
2015-08-31
1
-19
/
+38
*
st/mesa: reduce time spent in calculating temp read/writes
Dave Airlie
2015-08-31
1
-74
/
+79
*
st/mesa: cache tgsi opcode info in the instruction
Dave Airlie
2015-08-31
1
-23
/
+16
*
r600: move prim convert from geom shader to function.
Dave Airlie
2015-08-31
2
-25
/
+26
*
glsl: remove specical case subroutine type counting
Timothy Arceri
2015-08-31
1
-3
/
+2
*
r600g: Use TGSI parse results instead of manually exfiltrating
Edward O'Callaghan
2015-08-30
1
-1
/
+1
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
3
-25
/
+23
[next]