index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600g: remove a Hyper-Z workaround that's likely not needed anymore
Marek Olšák
2015-12-11
1
-19
/
+7
*
r600g: re-enable Hyper-Z for stencil on Evergreen & Cayman
Marek Olšák
2015-12-11
1
-4
/
+1
*
gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly
Marek Olšák
2015-12-11
3
-5
/
+18
*
radeonsi: don't use the CP DMA workaround on Fiji and newer
Marek Olšák
2015-12-11
1
-16
/
+20
*
radeonsi: apply the streamout workaround to Fiji as well
Marek Olšák
2015-12-11
1
-1
/
+3
*
radeonsi: also print hexadecimal values for register fields in the IB parser
Marek Olšák
2015-12-11
1
-4
/
+7
*
radeonsi: implement RB+ for Stoney (v2)
Marek Olšák
2015-12-11
5
-2
/
+170
*
radeonsi: don't call of u_prims_for_vertices for patches and rectangles
Marek Olšák
2015-12-11
1
-1
/
+13
*
radeonsi: use tgsi_shader_info::colors_written
Marek Olšák
2015-12-11
3
-11
/
+1
*
r600g: write all MRTs only if there is exactly one output (fixes a hang)
Marek Olšák
2015-12-11
1
-1
/
+2
*
tgsi/scan: add flag colors_written
Marek Olšák
2015-12-11
2
-0
/
+4
*
Revert "radeonsi: disable DCC on Stoney"
Marek Olšák
2015-12-11
1
-4
/
+0
*
nir: silence uninitialized warning
Timothy Arceri
2015-12-11
1
-1
/
+1
*
mesa/shader: return correct attribute location for double matrix arrays
Dave Airlie
2015-12-11
1
-3
/
+8
*
draw: fix clipping with linear interpolated values and gl_ClipVertex
Roland Scheidegger
2015-12-11
1
-4
/
+4
*
r600: add missing return value check.
Dave Airlie
2015-12-11
1
-0
/
+2
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
19
-414
/
+391
*
i965/fs_nir: Refactor store_output, load_input, and load_uniform
Jason Ekstrand
2015-12-10
1
-26
/
+19
*
gallium/util: return correct number of bound vertex buffers
Patrick Rudolph
2015-12-10
1
-1
/
+7
*
blit: Don't take into account the Mesa format when checking MSRT blit
Neil Roberts
2015-12-10
1
-13
/
+15
*
i965: Check base format to determine whether to use tiled memcpy
Neil Roberts
2015-12-10
2
-6
/
+8
*
i965/gen8: Allow rendering to B8G8R8X8
Neil Roberts
2015-12-10
1
-4
/
+5
*
i965/gen9: Allow fast clear for MSRT formats matching render
Neil Roberts
2015-12-10
1
-4
/
+11
*
i965/gen9/fast-clear: Handle linear→SRGB conversion
Neil Roberts
2015-12-10
1
-0
/
+11
*
i965: Enable ARB_compute_shader extension on supported hardware
Jordan Justen
2015-12-09
2
-5
/
+8
*
i965/nir: Implement shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+60
*
nir: Add nir intrinsics for shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+94
*
glsl: Disable several optimizations on shared variables
Jordan Justen
2015-12-09
3
-3
/
+6
*
glsl: Buffer atomics are supported for compute shaders
Jordan Justen
2015-12-09
1
-32
/
+38
*
glsl: Translate atomic intrinsic functions on shared variables
Jordan Justen
2015-12-09
1
-0
/
+148
*
glsl: Check for SSBO variable in check_for_ssbo_store
Jordan Justen
2015-12-09
1
-1
/
+1
*
glsl: Check for SSBO variable in SSBO atomic lowering
Jordan Justen
2015-12-09
1
-0
/
+14
*
glsl: Replace atomic_ssbo and ssbo_atomic with atomic
Jordan Justen
2015-12-09
3
-132
/
+132
*
glsl: Allow atomic functions to be used with shared variables
Jordan Justen
2015-12-09
1
-8
/
+10
*
i965: Lower shared variable references to intrinsic calls
Jordan Justen
2015-12-09
1
-0
/
+3
*
i965: Enable shared local memory for CS shared variables
Jordan Justen
2015-12-09
3
-0
/
+27
*
i965/fs: Handle nir shared variable store intrinsic
Jordan Justen
2015-12-09
1
-0
/
+48
*
i965/fs: Handle nir shared variable load intrinsic
Jordan Justen
2015-12-09
1
-0
/
+28
*
i965: Disable vector splitting on shared variables
Jordan Justen
2015-12-09
1
-0
/
+1
*
nir: Translate glsl shared var store intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-1
/
+35
*
nir: Translate glsl shared var load intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-0
/
+30
*
glsl: Add lowering pass for shared variable references
Jordan Justen
2015-12-09
5
-0
/
+361
*
glsl: Don't assert on shared variable matrices with 'inherited' layout
Iago Toral Quiroga
2015-12-09
1
-2
/
+9
*
glsl: Don't lower_variable_index_to_cond_assign for shared variables
Jordan Justen
2015-12-09
1
-0
/
+3
*
glsl: Remove mem_ctx as member variable in lower_ubo_reference_visitor
Jordan Justen
2015-12-09
1
-32
/
+36
*
glsl ubo/ssbo: Move common code into lower_buffer_access::setup_buffer_access
Jordan Justen
2015-12-09
3
-157
/
+185
*
glsl ubo/ssbo: Move is_dereferenced_thing_row_major into lower_buffer_access
Jordan Justen
2015-12-09
3
-90
/
+92
*
glsl ubo/ssbo: Add lower_buffer_access class
Jordan Justen
2015-12-09
4
-183
/
+286
*
glsl ubo/ssbo: Split buffer access to insert_buffer_access
Jordan Justen
2015-12-09
1
-35
/
+43
*
glsl ubo/ssbo: Use enum to track current buffer access type
Jordan Justen
2015-12-09
1
-5
/
+21
[prev]
[next]