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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove old cache flushing code
Marek Olšák
2014-09-24
4
-66
/
+1
*
radeonsi/compute: do CS partial flush with si_emit_cache_flush
Marek Olšák
2014-09-24
2
-6
/
+8
*
radeonsi/compute: flush caches with si_emit_cache_flush
Marek Olšák
2014-09-24
2
-23
/
+29
*
radeonsi/compute: directly emit CONTEXT_CONTROL
Marek Olšák
2014-09-24
1
-1
/
+5
*
radeonsi: properly destroy the GS copy shader and scratch_bo for compute
Marek Olšák
2014-09-24
2
-3
/
+8
*
radeonsi: release GS rings at context destruction
Marek Olšák
2014-09-24
1
-0
/
+2
*
radeonsi: don't use pipe_constant_buffer for GS rings
Marek Olšák
2014-09-24
4
-26
/
+22
*
radeonsi: don't pass the context to the shader translator
Marek Olšák
2014-09-24
4
-22
/
+18
*
radeonsi: don't snoop currently-bound GS shader when compiling ES
Marek Olšák
2014-09-24
3
-16
/
+101
*
radeonsi: shorten si_pipe_* prefixes to si_*
Marek Olšák
2014-09-24
8
-58
/
+57
*
radeonsi: merge si_pipe_shader into si_shader
Marek Olšák
2014-09-24
5
-92
/
+90
*
radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabled
Marek Olšák
2014-09-24
1
-3
/
+18
*
radeonsi: only update MSAA-specific framebuffer state if nr_samples is changed
Marek Olšák
2014-09-24
1
-23
/
+27
*
radeonsi: move DB_SHADER_CONTROL into db_render_state
Marek Olšák
2014-09-24
4
-13
/
+18
*
radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flag
Marek Olšák
2014-09-24
3
-5
/
+5
*
radeonsi: remove shader.ps_conservative_z, set db_shader_control instead
Marek Olšák
2014-09-24
3
-8
/
+4
*
radeonsi: move DB registers from draw_vbo into new db_render_state
Marek Olšák
2014-09-24
5
-66
/
+82
*
radeonsi: remove unused variable si_pipe_shader::sprite_coord_enable
Marek Olšák
2014-09-24
2
-2
/
+0
*
radeonsi: document what si_descriptors.c does
Marek Olšák
2014-09-24
1
-0
/
+11
*
gallium/r300,r600,radeonsi: add automake target 'templates'
Emil Velikov
2014-09-24
1
-0
/
+16
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
4
-9
/
+24
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
radeonsi: Simplify si_dma_copy_tile function
Michel Dänzer
2014-09-11
1
-62
/
+41
*
gallium/radeonsi: ship all files in the tarball
Emil Velikov
2014-09-05
2
-0
/
+8
*
radeonsi: Compile dummy pixel shader on demand
Michel Dänzer
2014-09-02
2
-8
/
+10
*
radeonsi: implement EXPCLEAR optimization for depth
Marek Olšák
2014-09-01
4
-2
/
+22
*
radeonsi: implement fast depth clear
Marek Olšák
2014-09-01
4
-2
/
+21
*
radeonsi: move DB_RENDER_CONTROL into draw_vbo
Marek Olšák
2014-09-01
5
-58
/
+46
*
radeonsi: disable occlusion queries if they are not needed
Marek Olšák
2014-09-01
1
-0
/
+8
*
r600g,radeonsi: force fast stencil and HTILE stencil off, fixing a Hyper-Z hang
Marek Olšák
2014-09-01
1
-8
/
+10
*
radeonsi: set DB_DEPTH_SIZE.HEIGHT_TILE_MAX, inline other fields
Marek Olšák
2014-09-01
1
-9
/
+8
*
gallium/radeon: cleanup header inclusion
Emil Velikov
2014-08-28
10
-12
/
+11
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+3
*
radeonsi: handle PIPE_BIND_BLENDABLE
Marek Olšák
2014-08-25
1
-1
/
+5
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+1
*
radeonsi: bump PRIMGROUP_SIZE for some cases
Marek Olšák
2014-08-19
1
-1
/
+4
*
radeonsi: set PARTIAL_VS_WAVE(0) when appropriate
Marek Olšák
2014-08-19
1
-1
/
+6
*
radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)
Marek Olšák
2014-08-19
2
-46
/
+50
*
radeonsi: simplify si_num_banks function
Marek Olšák
2014-08-19
3
-15
/
+13
*
radeonsi: use r600_draw_rectangle from r600g
Marek Olšák
2014-08-19
3
-5
/
+5
*
radeonsi: save scissor state and sample mask for u_blitter
Marek Olšák
2014-08-19
3
-8
/
+29
*
radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputs
Marek Olšák
2014-08-19
1
-4
/
+0
*
gallium/r300/r600/radeonsi: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+11
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
radeonsi: implement BPTC texture support
Grigori Goronzy
2014-08-14
1
-0
/
+20
*
radeonsi: fix buffer invalidation of unbound texture buffer objects
Marek Olšák
2014-08-14
3
-7
/
+17
*
radeonsi/compute: Stop leaking the input buffer
Tom Stellard
2014-08-13
1
-7
/
+14
*
radeonsi/compute: Whitespace fixes
Tom Stellard
2014-08-13
1
-2
/
+1
*
radeonsi/compute: Call si_pm4_free_state() after emitting compute state
Tom Stellard
2014-08-13
1
-1
/
+1
*
radeonsi/compute: Update reference counts for buffers in si_set_global_binding()
Tom Stellard
2014-08-13
1
-2
/
+2
[next]