summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-63/+33
* st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-12/+14
* st/osmesa: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-2/+4
* st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-015-17/+11
* st/gbm: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-1/+4
* st/egl: consolidate C sources lists into Makefile.sourcesEmil Velikov2013-10-014-53/+53
* st/dri/sw: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/dri: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+8
* st/clover: consolidate CPP sources list into Makefile.sourcesEmil Velikov2013-10-012-40/+43
* galahad: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-25/+23
* noop: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-17/+23
* identity: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-15/+18
* freedreno: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-016-41/+47
* trace: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-13/+10
* llvmpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-85/+46
* rbug: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-11/+9
* softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-014-92/+37
* r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUMEmil Velikov2013-10-011-1/+1
* gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov2013-10-011-3/+0
* gallium/targets: Make use of prebuilt libdricommon.la.Johannes Obermayr2013-10-018-38/+17
* llvmpipe: Remove unnecessary null check of shader.Vinson Lee2013-09-301-1/+1
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* draw: Add a null check for draw.Vinson Lee2013-09-301-1/+1
* st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-302-0/+2
* st/vdpau: Include u_format.h for util_format_description.Vinson Lee2013-09-301-0/+1
* st/xvmc: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-301-0/+1
* st/egl: include u_format.h for util_format_get_blocksize()Brian Paul2013-09-301-0/+1
* svga: fix pixel center integerBrian Paul2013-09-301-2/+4
* svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERBrian Paul2013-09-301-1/+1
* svga: we don't support TGSI_OPCODE_CONTBrian Paul2013-09-302-2/+5
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-304-9/+3
* 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-302-1/+5
* r600g: Fix build failure introduced with r600_texture.c consolidationLaurent Carlier2013-09-291-4/+4
* radeon: make texture logging more usefulMarek Olšák2013-09-295-26/+23
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-2918-1228/+367
* 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-2911-88/+87
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-2912-217/+148
* radeonsi: implement clear_buffer using CP DMA, initialize CMASK with itMarek Olšák2013-09-294-19/+108
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-296-66/+74
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-296-38/+41
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-2910-52/+61
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-298-51/+61
* radeonsi: move radeonsi-specific functions out of r600_texture.cMarek Olšák2013-09-294-46/+38
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-292-4/+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-293-42/+26
* 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