OSDN Git Service

radeonsi: only flush the right set of caches for CP DMA operations
[android-x86/external-mesa.git] / src / gallium / drivers / radeonsi / si_blit.c
2015-01-07 Marek Olšákradeonsi: only flush the right set of caches for CP...
2014-09-24 Marek Olšákradeonsi: move DB registers from draw_vbo into new...
2014-09-12 Marek Olšákr600g,radeonsi: add debug option which forces DMA for...
2014-09-01 Marek Olšákradeonsi: implement EXPCLEAR optimization for depth
2014-09-01 Marek Olšákradeonsi: implement fast depth clear
2014-09-01 Marek Olšákradeonsi: move DB_RENDER_CONTROL into draw_vbo
2014-08-19 Marek Olšákradeonsi: use r600_draw_rectangle from r600g
2014-08-19 Marek Olšákradeonsi: save scissor state and sample mask for u_blitter
2014-07-28 Marek Olšákr600g,radeonsi: switch all occurences of array_size...
2014-07-17 Marek Olšákradeonsi: add support for fine-grained sampler view...
2014-07-17 Marek Olšákradeonsi: move sampler descriptors from IB to memory
2014-07-11 Marek Olšákradeonsi: rename definitions of shader limits
2014-07-03 Michel DänzerRevert "radeonsi: Use dma_copy when possible for si_blit."
2014-07-01 Axel Davyradeonsi: Use dma_copy when possible for si_blit.
2014-06-18 Grigori Goronzyradeonsi: add sampling of 4:2:2 subsampled textures
2014-06-03 Marek Olšákr600g,radeonsi: don't use hardware MSAA resolve if...
2014-06-03 Marek Olšákradeonsi: BlitFramebuffer should follow render condition
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákradeonsi: move framebuffer-related state to a new struc...
2014-02-25 Marek Olšákr600g,radeonsi: consolidate create_surface and surface_...
2014-02-25 Marek Olšákradeonsi: inline util_blitter_copy_texture
2014-02-25 Marek Olšákradeonsi: remove useless psbox variable from resource_c...
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákradeonsi: use queries from r600g
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.