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
/
radeon
/
r600_pipe_common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
1
-2
/
+2
*
gallium/radeon: set VPORT_ZMIN/MAX registers correctly
Marek Olšák
2016-09-05
1
-1
/
+4
*
radeonsi: add HUD queries for counting VS/PS/CS partial flushes
Marek Olšák
2016-09-05
1
-0
/
+3
*
radeonsi: fix texture format reinterpretation with DCC
Marek Olšák
2016-09-05
1
-0
/
+6
*
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
2016-09-05
1
-4
/
+9
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium/radeon: increase the size of the renderer string
Marek Olšák
2016-08-10
1
-1
/
+1
*
Revert "gallium/radeon: count contexts"
Marek Olšák
2016-08-06
1
-1
/
+0
*
gallium/radeon: count contexts
Marek Olšák
2016-08-06
1
-0
/
+1
*
gallium/radeon: count gfx IB flushes
Marek Olšák
2016-08-06
1
-0
/
+1
*
gallium/radeon: add r600_resource::vram_usage and gart_usage
Marek Olšák
2016-08-06
1
-0
/
+3
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
1
-0
/
+1
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
1
-1
/
+6
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
1
-1
/
+1
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
1
-0
/
+9
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
1
-0
/
+1
*
gallium/radeon: assume X11 DRI3 can use at most 5 back buffers
Marek Olšák
2016-06-29
1
-1
/
+5
*
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Marek Olšák
2016-06-29
1
-0
/
+1
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
1
-0
/
+6
*
gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC
Marek Olšák
2016-06-29
1
-0
/
+1
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
1
-2
/
+43
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
1
-0
/
+8
*
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-5
/
+5
*
radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
Axel Davy
2016-06-25
1
-1
/
+0
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
1
-1
/
+2
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
1
-0
/
+4
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
1
-0
/
+12
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
1
-0
/
+1
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
1
-0
/
+3
*
radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clear
Marek Olšák
2016-06-14
1
-0
/
+1
*
gallium/radeon: move DCC clearing into a separate function
Marek Olšák
2016-06-08
1
-0
/
+3
*
radeonsi: don't allocate DCC for the temporary MSAA resolve surface
Marek Olšák
2016-06-08
1
-0
/
+1
*
radeonsi: compute DCC register parameters in si_emit_framebuffer_state
Marek Olšák
2016-06-08
1
-1
/
+0
*
gallium/radeon: add support for sharing textures with DCC between processes
Marek Olšák
2016-06-07
1
-0
/
+4
*
gallium/radeon: don't discard DCC if an external user can write to it
Marek Olšák
2016-06-07
1
-1
/
+1
*
gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory
Marek Olšák
2016-06-04
1
-1
/
+1
*
gallium/radeon: lower memory usage during texture transfers
Marek Olšák
2016-06-01
1
-0
/
+1
*
gallium/radeon: degrade tiled textures mapped often to linear
Marek Olšák
2016-06-01
1
-0
/
+1
*
radeonsi: set some colorbuffer register fields at emit time
Marek Olšák
2016-06-01
1
-0
/
+1
*
radeonsi: implement global resetting of texture descriptors
Marek Olšák
2016-06-01
1
-0
/
+7
*
radeonsi: Add counter to check if a texture is bound to a framebuffer.
Bas Nieuwenhuizen
2016-05-31
1
-0
/
+5
*
gallium/radeon: flush if DMA IB memory usage is too high
Marek Olšák
2016-05-10
1
-1
/
+2
*
gallium/radeon: fix (S)DMA read-after-write hazards
Marek Olšák
2016-05-10
1
-0
/
+1
*
gallium/radeon: implement randomized SDMA texture copy testing (v2)
Marek Olšák
2016-05-10
1
-0
/
+6
*
gallium/radeon: use a common function for DMA blit preparation
Marek Olšák
2016-05-10
1
-0
/
+7
*
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
2016-05-07
1
-4
/
+4
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
1
-2
/
+8
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
1
-2
/
+1
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
1
-1
/
+1
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+1
[next]