aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g,radeonsi: consolidate transfer, cmask, and fmask structuresMarek Olšák2013-09-299-127/+94
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-293-0/+9
* radeon/llvm: fix TGSI_OPCODE_UCMPMarek Olšák2013-09-291-3/+7
* draw/clip: don't emit so many empty trianglesZack Rusin2013-09-251-0/+39
* llvmpipe: count c_primitives before discarding null primsZack Rusin2013-09-251-7/+6
* llvmpipe: we need to subdivide if fb is bigger in either directionZack Rusin2013-09-251-1/+1
* radeon/llvm: fix shadow cube texturing for GL3.0Marek Olšák2013-09-251-23/+15
* radeonsi: fix blitting the last 2 mipmap levels of compressed texturesMarek Olšák2013-09-253-2/+20
* radeonsi: add missing colorbuffer formats (rework format translation)Marek Olšák2013-09-251-346/+104
* radeonsi: bypass alpha-test for integer colorbuffersMarek Olšák2013-09-251-1/+10
* 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-258-22/+48
* build/radeonsi: group all targets in common subdirChristian König2013-09-259-97/+74
* build/r600: group all targets in common subdirChristian König2013-09-2511-123/+76
* build/r300: group build target in common subdirChristian König2013-09-258-79/+58
* radeon/uvd: try to place msg/fb buffer into GARTChristian König2013-09-251-2/+2
* radeon/uvd: move alignment to winsysChristian König2013-09-252-6/+6
* st/vdpau: use a separate lock per decoderChristian König2013-09-252-9/+12
* st/vdpau: use new vlc function to serach for VC-1 start codesChristian König2013-09-251-2/+1
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74
* Revert "llvmpipe: increase number of subpixel bits to eight"Zack Rusin2013-09-243-17/+11
* llvmpipe: align the array used for subdivived verticesZack Rusin2013-09-231-1/+1
* llvmpipe: increase number of subpixel bits to eightZack Rusin2013-09-233-11/+17
* radeon/uvd: async flush the UVD csChristian König2013-09-221-1/+1
* winsys/radeon: share winsys between different fd'sChristian König2013-09-221-2/+17
* winsys/radeon: remove cs_queue_emptyChristian König2013-09-223-19/+3
* winsys/radeon: fix killing the CS threadChristian König2013-09-221-4/+4
* 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-2023-3/+188
* radeonsi: simplify and fix MSAA texture sampling for array texturesMarek Olšák2013-09-202-27/+17
* radeonsi: fix textureOffset and texelFetchOffset GLSL functionsMarek Olšák2013-09-201-9/+23
* llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca2013-09-201-6/+78
* draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2013-09-202-0/+15
* tools/trace: Simple script to compare two traces.José Fonseca2013-09-201-0/+66