index
:
~cwabbott0/mesa
cwabbott-lima
cwabbott-lima-2
glsl-to-nir-builder
i965-fp64
i965-fp64-v2
i965-fp64-v3
i965-payload-interference
i965-sched
i965-sched-conservative
i965-sched-conservative-v2
i965-sched-test
i965-sched-v2
i965-sched-v3
i965-use-ssa
i965-use-ssa-v2
ir3-sched
jenkins
master
nir-cf-insert-instr
nir-control-flow-mod
nir-cse-hash
nir-cse-hash-v2
nir-dead-cf-v2
nir-dead-cf-v3
nir-dead-cf-v4
nir-dead-cf-v5
nir-deref-instr
nir-divergence
nir-divergence-v2
nir-divergence-v3
nir-divergence-v4
nir-docs
nir-equality-saturation
nir-factor-phis
nir-foreach-block-rewrite
nir-foreach-block-rewrite-v2
nir-foreach-ssa-src
nir-gvn
nir-gvn-v2
nir-opcodes-cleanup
nir-opcodes-cleanup-v2
nir-opt-remove-phis
nir-reassociate-consts
nir-review-v1
nir-serialize
nir-v1.0.1
nir-value-range
nir-vec4-out-of-ssa
nir-vectorize
nir-worklist
radv-amd-shader-ballot
radv-anv-64bit-fixes
radv-doom-exts
radv-rewrite-vars
radv-shader-ballot
radv-shader-ballot-v3
radv-shader-ballot-v4
random-fp64-fixes
shader-time-hacks
test-compressed-wa
test-fp64-compressed-wa
ue4
wip/nir-vtn
Connor's silly Mesa stuff.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
fixup nir_serialize
nir-serialize
Connor Abbott
1
-3
/
+7
2017-09-22
fixup: adapt nir_serialize
Connor Abbott
1
-8
/
+11
2017-09-22
compiler/blob: make blob_reserve_bytes() more useful
Connor Abbott
3
-19
/
+26
2017-09-22
MORE FIXES
Connor Abbott
1
-0
/
+10
2017-09-22
FIXES
Connor Abbott
1
-22
/
+38
2017-09-22
nir: add test harness for serializing/deserializing
Connor Abbott
1
-0
/
+35
2017-09-22
glsl_types: encode/decode the void type
Connor Abbott
1
-2
/
+2
2017-09-22
WIP nir: add serialization and deserialization
Connor Abbott
3
-0
/
+1157
2017-09-22
glsl: move shader_cache type handling to glsl_types
Connor Abbott
3
-171
/
+185
2017-09-08
glsl: move blob up to the compiler directory
Connor Abbott
3
-2
/
+2
2017-09-08
radv: keep track of the disasm string in debug mode only
Samuel Pitoiset
2
-1
/
+9
2017-09-08
radv: add shader_variant_create() helper function
Samuel Pitoiset
1
-58
/
+56
2017-09-08
radv: drop 'dump' parameters from some shader related functions
Samuel Pitoiset
3
-22
/
+19
2017-09-08
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
11
-523
/
+642
2017-09-08
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
1
-1
/
+1
2017-09-08
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
1
-4
/
+8
2017-09-08
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
3
-18
/
+26
2017-09-08
gallium/tests: use ARRAY_SIZE macro
Eric Engestrom
3
-3
/
+9
2017-09-08
r300: use ARRAY_SIZE macro
Eric Engestrom
1
-1
/
+3
2017-09-08
glx: use ARRAY_SIZE macro
Eric Engestrom
1
-1
/
+2
2017-09-08
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
1
-0
/
+1
2017-09-08
mesa/st: Fix frontbuffer rendering regression
Thomas Hellstrom
1
-0
/
+3
2017-09-08
i965: Don't special case the batchbuffer when reference counting.
Kenneth Graunke
1
-11
/
+4
2017-09-08
ac: remove bitcast_to_float()
Connor Abbott
1
-16
/
+2
2017-09-08
ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.c
Connor Abbott
3
-162
/
+172
2017-09-08
ac: fix ac_get_type_size() for doubles
Connor Abbott
1
-0
/
+1
2017-09-08
radv/ac: use ac_get_type_size.
Dave Airlie
1
-23
/
+3
2017-09-08
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
3
-21
/
+39
2017-09-08
radeonsi: move si_emit_ballot() to ac
Connor Abbott
3
-32
/
+35
2017-09-08
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
3
-43
/
+47
2017-09-08
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
3
-34
/
+35
2017-09-08
radv/winsys: fix flags vs va_flags thinko.
Dave Airlie
1
-1
/
+1
2017-09-07
radv: use simpler indirect packet 3 if possible.
Dave Airlie
1
-14
/
+23
2017-09-07
radv/gfx9: allocate events from uncached VA space
Dave Airlie
3
-3
/
+8
2017-09-07
radv/winsys: use amdgpu_bo_va_op_raw.
Dave Airlie
1
-7
/
+24
2017-09-07
Revert "st/va: add enviromental variable to disable interlace"
Leo Liu
1
-4
/
+0
2017-09-07
st/va: move YUV content to deinterlaced buffer when reallocated for encoder
Leo Liu
1
-1
/
+10
2017-09-07
st/va: reallocate the buffer if the layout isn't supported
Leo Liu
1
-9
/
+12
2017-09-07
vl/compositor: make vl_compositor_set_yuv_layer() static
Leo Liu
2
-44
/
+28
2017-09-07
st/omx: use vl/compositor helper function for YUV deinterlacing
Leo Liu
1
-30
/
+2
2017-09-07
vl/compositor: make a helper function for YUV deinterlacing
Leo Liu
2
-0
/
+40
2017-09-07
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
11
-14
/
+18
2017-09-07
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Gert Wollny
1
-0
/
+1
2017-09-07
mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12
Gert Wollny
1
-1
/
+6
2017-09-07
mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBase
Iago Toral Quiroga
1
-0
/
+22
2017-09-07
radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPR
Marek Olšák
1
-6
/
+14
2017-09-07
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
3
-6
/
+20
2017-09-07
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2
-1
/
+11
2017-09-07
radeonsi: don't read the LS output vertex stride from an SGPR in LS
Marek Olšák
1
-4
/
+21
2017-09-07
radeonsi: don't read the number of TCS out vertices from an SGPR in TCS
Marek Olšák
1
-2
/
+15
[next]