aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: texture offsets for non-TXF instructionsGrigori Goronzy2013-10-041-10/+10
* r600g: remove an assertion causing a crash at context cleanupMarek Olšák2013-10-041-1/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-032-30/+6
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-031-0/+3
* r600/llvm: Adds support for MSAAVincent Lejeune2013-10-022-1/+53
* r600g/llvm: Undef z and w component of 2D TXP instVincent Lejeune2013-10-021-1/+2
* r600g/llvm: fix txq for texture bufferVincent Lejeune2013-10-022-2/+8
* r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2013-10-011-1/+1
* r600g/sb: Move variable dereference after null check.Vinson Lee2013-09-301-1/+2
* r600g,radeonsi: workaround for late shared screen initializationMarek Olšák2013-09-301-1/+3
* r600g: Fix build failure introduced with r600_texture.c consolidationLaurent Carlier2013-09-291-4/+4
* radeon: make texture logging more usefulMarek Olšák2013-09-291-2/+0
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-297-1048/+13
* r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmapMarek Olšák2013-09-291-9/+0
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-299-88/+15
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-295-135/+12
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-294-66/+42
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-291-29/+2
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-298-52/+28
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-295-46/+23
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-291-3/+0
* r600g: move r600g-specific functions out of r600_texture.cMarek Olšák2013-09-294-467/+461
* r600g,radeonsi: consolidate r600_texture structuresMarek Olšák2013-09-291-24/+0
* r600g: get rid of r600_texture::is_ratMarek Olšák2013-09-292-8/+1
* r600g: get rid of r600_texture::array_modeMarek Olšák2013-09-293-25/+4
* r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák2013-09-297-95/+67
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* r600g: fix texture buffer object cache flushingMarek Olšák2013-09-251-1/+4
* r600g: fix constant buffer cache flushingMarek Olšák2013-09-251-1/+5
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* r600g: fast color clears for single-sample buffersGrigori Goronzy2013-09-205-11/+86
* r600g: add support for separately allocated CMASKsGrigori Goronzy2013-09-204-10/+60
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* radeon/uvd: move more logic into the common filesChristian König2013-09-123-35/+2
* r600g: remove DMA paddingAlex Deucher2013-09-061-9/+0
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+2
* r600g/compute: Fix bug in compute memory poolTom Stellard2013-09-051-7/+2
* r600g/compute: Don't flush the cs in pipe_context::launch_grid()Tom Stellard2013-09-051-10/+1
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-3121-1486/+981
* r600g,radeonsi: remove unused variablesMarek Olšák2013-08-311-3/+0
* r600g: enable SB backend by defaultVadim Girlin2013-08-304-5/+6
* r600g: fix color exports when we have no CBsVadim Girlin2013-08-301-3/+4
* r600g: Implement the new float comparison instructions for Cayman as well.Henri Verbeet2013-08-251-4/+4
* r600g/sb: Move memsets of member structs to within constructor bodies.Vinson Lee2013-08-192-6/+3
* vl: add entrypoint to get_video_paramChristian König2013-08-193-2/+5
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-193-7/+7
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-3/+3
* vl: use a template for create_video_decoderChristian König2013-08-192-13/+3
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-172-5/+1