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
/
r600_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-1
/
+1
*
r600g: allow copying between compatible un/compressed formats
Edward O'Callaghan
2015-12-09
1
-1
/
+2
*
r600/blit: add tcs/tes shader saves.
Dave Airlie
2015-12-07
1
-0
/
+2
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
gallium/radeon: simplify disabling render condition for u_blitter
Marek Olšák
2015-11-13
1
-7
/
+5
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-1
/
+1
*
r600g: fix clear_buffer fallback with offset != 0
Marek Olšák
2015-11-13
1
-0
/
+1
*
r600g: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
1
-5
/
+22
*
r600g: make all viewport states use single atom
Grazvydas Ignotas
2015-09-03
1
-1
/
+1
*
r600g: make all scissor states use single atom
Grazvydas Ignotas
2015-09-03
1
-1
/
+1
*
radeonsi: avoid redundant CB and DB register updates
Marek Olšák
2015-09-01
1
-1
/
+1
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-1
/
+2
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-8
/
+8
*
r600g: re-enable single-sample fast clear
Marek Olšák
2015-08-03
1
-6
/
+1
*
r600g: early exit in r600_clear if there's nothing to do
Marek Olšák
2015-07-31
1
-0
/
+2
*
r600g: disable single-sample fast color clear due to hangs
Marek Olšák
2015-07-03
1
-1
/
+6
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-1
/
+2
*
r600: Use DMA transfers in r600_copy_global_buffer
Niels Ole Salscheider
2014-10-07
1
-17
/
+42
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
1
-7
/
+11
*
r600g: fix layered clear
Marek Olšák
2014-09-01
1
-1
/
+2
*
r600g: enable fast depth clear for array textures and cubemaps
Marek Olšák
2014-09-01
1
-1
/
+2
*
radeonsi: use r600_draw_rectangle from r600g
Marek Olšák
2014-08-19
1
-1
/
+0
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
1
-2
/
+3
*
util/u_format: move utility function from r600g
Grigori Goronzy
2014-06-18
1
-11
/
+1
*
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
2014-06-03
1
-1
/
+2
*
r600g: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-5
/
+6
*
r600g: fix buffer copying on R600-R700
Marek Olšák
2014-04-25
1
-0
/
+6
*
r600g: move fast color clear code to a common place
Marek Olšák
2014-03-11
1
-80
/
+2
*
r600g,radeonsi: move CMASK register values from r600_surface to r600_texture
Marek Olšák
2014-03-11
1
-22
/
+1
*
r600g: fix blitting the last 2 mipmap levels for Evergreen
Marek Olšák
2014-03-07
1
-1
/
+5
*
r600g: add support for multiple viewports.
Dave Airlie
2014-02-11
1
-2
/
+2
*
r600g: initial support for geometry shaders on evergreen (v2)
Vadim Girlin
2014-02-05
1
-0
/
+1
*
r600g: move queries to drivers/radeon
Marek Olšák
2014-01-28
1
-6
/
+6
*
r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctly
Marek Olšák
2014-01-13
1
-38
/
+31
*
r600g: handle NULL colorbuffers correctly on Evergreen
Marek Olšák
2014-01-13
1
-4
/
+19
*
r600g: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
2013-12-14
1
-82
/
+35
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
1
-4
/
+2
*
radeon: rearrange r600_texture and related code a bit.
Andreas Hartmetz
2013-12-12
1
-3
/
+3
*
r600g,radeonsi: share flags has_cp_dma and has_streamout
Marek Olšák
2013-12-12
1
-4
/
+4
*
r600g: use common interfaces in buffer_transfer_unmap
Marek Olšák
2013-12-12
1
-2
/
+2
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
1
-1
/
+1
*
r600g/compute: Fix handling of global buffers in r600_resource_copy_region()
Tom Stellard
2013-11-18
1
-1
/
+36
*
Revert "r600g: only flush the caches that need to be flushed during CP DMA op...
Marek Olšák
2013-10-06
1
-12
/
+0
*
r600g,radeonsi: share r600_texture.c
Marek Olšák
2013-09-29
1
-7
/
+8
*
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
2013-09-29
1
-1
/
+1
*
r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
Marek Olšák
2013-09-29
1
-20
/
+10
*
r600g: get rid of r600_texture::array_mode
Marek Olšák
2013-09-29
1
-1
/
+1
*
r600g,radeonsi: consolidate transfer, cmask, and fmask structures
Marek Olšák
2013-09-29
1
-12
/
+12
*
r600g: fast color clears for single-sample buffers
Grigori Goronzy
2013-09-20
1
-10
/
+62
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+6
[next]