summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2013-11-11r600/llvm: Store inputs in function argumentsVincent Lejeune2-0/+120
2013-11-07r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2-0/+9
2013-11-06r600/compute: silence unused var warningFabio Pedretti1-1/+0
2013-11-06r600/llvm: Fix isampleBuffer on preEGVincent Lejeune1-1/+14
2013-11-06r600/llvm: Fix texbuf for pre EG genVincent Lejeune1-0/+29
2013-11-04r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2-2/+9
2013-11-04r600g,radeonsi: properly expose texture buffer formatsMarek Olšák2-6/+16
2013-10-29r600g/sb: fix value::is_fixed()Vadim Girlin1-2/+2
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-25r600g,radeonsi: use fences provided by the winsysMarek Olšák3-231/+3
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul3-16/+12
2013-10-20r600g/sb: Initialize shader::dce_flags.Vinson Lee1-1/+2
2013-10-17r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin4-12/+39
2013-10-16r600g/compute Improve debugging outputTom Stellard2-5/+7
2013-10-13radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy1-3/+3
2013-10-13r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin1-5/+31
2013-10-11r600g: fix crash in set_framebuffer_stateGrigori Goronzy2-12/+26
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák1-1/+2
2013-10-06Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák4-139/+28
2013-10-04r600g: texture offsets for non-TXF instructionsGrigori Goronzy1-10/+10
2013-10-04r600g: remove an assertion causing a crash at context cleanupMarek Olšák1-1/+0
2013-10-03radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2-30/+6
2013-10-03radeon: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-10-03r600g,radeonsi: create aux_context lastMarek Olšák1-0/+3
2013-10-02r600/llvm: Adds support for MSAAVincent Lejeune2-1/+53
2013-10-02r600g/llvm: Undef z and w component of 2D TXP instVincent Lejeune1-1/+2
2013-10-02r600g/llvm: fix txq for texture bufferVincent Lejeune2-2/+8
2013-10-01r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov1-1/+1
2013-09-30r600g/sb: Move variable dereference after null check.Vinson Lee1-1/+2
2013-09-30r600g,radeonsi: workaround for late shared screen initializationMarek Olšák1-1/+3
2013-09-29r600g: Fix build failure introduced with r600_texture.c consolidationLaurent Carlier1-4/+4
2013-09-29radeon: make texture logging more usefulMarek Olšák1-2/+0
2013-09-29r600g,radeonsi: share r600_texture.cMarek Olšák7-1048/+13
2013-09-29r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmapMarek Olšák1-9/+0
2013-09-29r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák9-88/+15
2013-09-29r600g,radeonsi: consolidate tiling_info initializationMarek Olšák5-135/+12
2013-09-29r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák4-66/+42
2013-09-29radeonsi: move debug options to R600_DEBUGMarek Olšák1-29/+2
2013-09-29r600g: move some debug options to drivers/radeonMarek Olšák8-52/+28
2013-09-29r600g,radeonsi: share the async dma interfaceMarek Olšák5-46/+23
2013-09-29r600g,radeonsi: remove unused codeMarek Olšák1-3/+0
2013-09-29r600g: move r600g-specific functions out of r600_texture.cMarek Olšák4-467/+461
2013-09-29r600g,radeonsi: consolidate r600_texture structuresMarek Olšák1-24/+0
2013-09-29r600g: get rid of r600_texture::is_ratMarek Olšák2-8/+1
2013-09-29r600g: get rid of r600_texture::array_modeMarek Olšák3-25/+4
2013-09-29r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák7-95/+67
2013-09-29radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák1-0/+3
2013-09-25r600g: fix texture buffer object cache flushingMarek Olšák1-1/+4
2013-09-25r600g: fix constant buffer cache flushingMarek Olšák1-1/+5
2013-09-25radeon/winsys: keep screen pointer in winsys v2Christian König1-0/+3