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
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: don't emit tes samplers/views when tes isn't active
Roland Scheidegger
2018-01-10
2
-0
/
+19
*
r600: increase number of UBOs to 15
Roland Scheidegger
2018-01-10
3
-22
/
+37
*
r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up consts
Roland Scheidegger
2018-01-10
4
-58
/
+50
*
r600: increase number of ubos by one to 14
Roland Scheidegger
2018-01-10
4
-4
/
+9
*
r600: set up constants needed for txq for buffers and cube maps with tes
Roland Scheidegger
2018-01-10
1
-0
/
+16
*
r600: don't emit reloc for ring buffer out into the blue
Roland Scheidegger
2018-01-10
2
-8
/
+6
*
r600: hack up num_render_backends on Juniper to 8
Roland Scheidegger
2018-01-10
1
-2
/
+19
*
r600: fix enabled_rb_mask on eg/cm
Roland Scheidegger
2018-01-10
1
-2
/
+9
*
r600: fix sampler indexing with texture buffers sampling
Roland Scheidegger
2018-01-10
2
-2
/
+4
*
r600: don't use vtx offset for load_sample_position
Roland Scheidegger
2018-01-10
1
-1
/
+1
*
r600: drop l2 related queries
Dave Airlie
2018-01-10
3
-18
/
+0
*
r600/shader: only read back the necessary tess factor components.
Dave Airlie
2018-01-10
1
-4
/
+4
*
meson: set opencl flags for r600
Dylan Baker
2018-01-08
1
-2
/
+5
*
r600: fix textureSize queries with tbos
Roland Scheidegger
2017-12-30
2
-24
/
+33
*
r600: kill off native_integer shader ctx flag
Roland Scheidegger
2017-12-30
1
-18
/
+0
*
r600: fix atomic counter index mode getting emitted on pre-cayman
Dave Airlie
2017-12-27
1
-1
/
+1
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
1
-4
/
+4
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
r600: clear compressed flags in image state on unbind.
Dave Airlie
2017-12-19
1
-0
/
+2
*
r600: only reported tgsi ir compute support on evergreen+
Dave Airlie
2017-12-18
1
-1
/
+3
*
r600: export robust buffer access
Dave Airlie
2017-12-18
1
-1
/
+1
*
r600: export GLSL 430
Dave Airlie
2017-12-18
1
-1
/
+1
*
r600/cs: add compute support to caps
Dave Airlie
2017-12-18
1
-2
/
+2
*
r600: always flush between gfx and compute
Dave Airlie
2017-12-18
5
-0
/
+21
*
r600: fix unused variable warning
Dave Airlie
2017-12-18
1
-1
/
+0
*
r600/sb: do not convert if-blocks that contain indirect array access
Gert Wollny
2017-12-07
3
-2
/
+5
*
r600: add support for compute grid/block sizes. (v2)
Dave Airlie
2017-12-06
4
-3
/
+100
*
r600: handle image/buffer sizes correctly.
Dave Airlie
2017-12-06
3
-4
/
+21
*
r600/compute: add support for emitting compute image/buffer atoms
Dave Airlie
2017-12-06
1
-1
/
+9
*
r600/compute: handle atomic counters in compute state.
Dave Airlie
2017-12-06
1
-0
/
+9
*
r600/compute: add support for TGSI compute shaders. (v1.1)
Dave Airlie
2017-12-06
2
-28
/
+103
*
r600/shader: add compute support to shader assembler
Dave Airlie
2017-12-06
1
-0
/
+14
*
r600/texture: drop lowering 1d/2d images to linear.
Dave Airlie
2017-12-06
1
-8
/
+0
*
r600: refactor and export some shader selector code for compute
Dave Airlie
2017-12-05
2
-7
/
+27
*
r600: add compute support to compressed resource handling.
Dave Airlie
2017-12-05
2
-6
/
+26
*
r600: update max threads per block for evergreen compute
Dave Airlie
2017-12-05
1
-0
/
+4
*
r600/shader: add local memory support to shader assembler.
Dave Airlie
2017-12-05
1
-0
/
+165
*
r600/cs: add support for compute to image/buffers/atomics state
Dave Airlie
2017-12-05
4
-19
/
+79
*
r600: handle compute null key shader state
Dave Airlie
2017-12-05
1
-0
/
+2
*
r600: add some missing cayman register defines
Dave Airlie
2017-12-05
1
-0
/
+4
*
r600: don't set EOP on pop or loop end
Dave Airlie
2017-12-05
1
-1
/
+1
*
r600/ssbo: refactor out buffer coord calcs and use for atomic path.
Dave Airlie
2017-12-05
1
-34
/
+37
*
r600/ssbo: fix multi-dword buffer loads.
Dave Airlie
2017-12-05
1
-5
/
+7
*
r600/ssbo: use r32ui format for ssbo resources.
Dave Airlie
2017-12-05
1
-3
/
+3
*
r600: refactor out the immediate setup code.
Dave Airlie
2017-12-05
1
-38
/
+28
*
r600/shader: fix ssbo atomic operations formats.
Dave Airlie
2017-12-05
1
-4
/
+12
*
r600/shader: fix thread id loading.
Dave Airlie
2017-12-05
1
-9
/
+18
*
gallium/u_upload_mgr: allow drivers to specify pipe_resource::flags
Marek Olšák
2017-12-05
1
-2
/
+2
*
gallium/radeon: move setting VRAM|GTT into winsyses
Marek Olšák
2017-12-05
1
-14
/
+0
*
r600/atomic: add cayman version of atomic save/restore from GDS (v2)
Dave Airlie
2017-12-05
2
-24
/
+126
[next]