summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove ppc asm backendAdam Jackson2013-01-207-3077/+0
* r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune2013-01-191-1/+2
* nv50/ir: add definitions of Target and CodeEmitter dtorsChristoph Bumiller2013-01-191-2/+2
* nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller2013-01-193-0/+6
* nv50/ir: fix a couple of warningsChristoph Bumiller2013-01-193-6/+11
* r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune2013-01-183-58/+146
* r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune2013-01-185-1/+39
* r600g/llvm:translate ARL opcode to a simple castVincent Lejeune2013-01-181-2/+12
* r600g/llvm: rework handling of the constantsVadim Girlin2013-01-183-16/+54
* llvmpipe: turn on integer texture supportRoland Scheidegger2013-01-181-6/+16
* llvmpipe: more fixes for integer color buffersRoland Scheidegger2013-01-181-3/+39
* llvmpipe: trivial code and comment cleanup.Roland Scheidegger2013-01-181-14/+12
* llvmpipe: fix using wrong format with MRT in blend codeRoland Scheidegger2013-01-184-11/+26
* radeonsi: Actually keep track if we are using depth textures for samplers.Michel Dänzer2013-01-171-3/+7
* radeonsi: Fix Z24 texture formats.Michel Dänzer2013-01-171-2/+2
* radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.Michel Dänzer2013-01-175-7/+14
* radeonsi: Use proper hardware format for stencil texturing.Michel Dänzer2013-01-171-1/+2
* radeonsi: Enable tiling for depth/stencil resources.Michel Dänzer2013-01-171-4/+3
* radeonsi: Consolidate calculation of tile mode index.Michel Dänzer2013-01-171-111/+71
* nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst2013-01-176-3/+1833
* radeonsi: Pass texture type to sampling intrinsics.Michel Dänzer2013-01-171-4/+2
* nvc0: add space checks to clear functionsMaarten Lankhorst2013-01-171-5/+14
* nv50: add space checks to clear functions, and respect depthMaarten Lankhorst2013-01-171-13/+24
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-167-11/+310
* vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst2013-01-161-6/+6
* vl/compositor: fix weave shader bugsMaarten Lankhorst2013-01-161-5/+7
* radeonsi/vdpau: remove nonsense state tracker depChristian König2013-01-161-1/+0
* libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.Rob Schneider2013-01-151-2/+4
* r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák2013-01-154-18/+17
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-1513-6/+211
* gallium/util: add a half float array to util_colorMarek Olšák2013-01-151-0/+1
* Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"Tom Stellard2013-01-152-1/+9
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-154-7/+37
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-1513-19/+1
* softpipe: implement separate depth-stencil clearMarek Olšák2013-01-151-3/+12
* libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link timeJon TURNEY2013-01-151-2/+1
* util: add new primitive types to pipe_prim_names[] arrayBrian Paul2013-01-141-0/+4
* libgl-xlib: link with -lrtBrian Paul2013-01-141-1/+2
* gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr2013-01-142-2/+5
* r300g: set a dummy vertex buffer in context_createMarek Olšák2013-01-141-0/+1
* r300g: fix MSAA resolve to an untiled textureMarek Olšák2013-01-143-3/+10
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-142-12/+47
* r300g: allow separate depth and stencil clearMarek Olšák2013-01-141-1/+1
* r300g: if both Z and stencil are present, they must be fast-cleared togetherMarek Olšák2013-01-141-6/+11
* r300g: allow HiZ with a 16-bit zbufferMarek Olšák2013-01-141-1/+0
* r300g: random hyperz cleanupsMarek Olšák2013-01-143-18/+12
* r300g: kill the X.Org state tracker targetMarek Olšák2013-01-143-245/+0
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-138-0/+8
* target/dri-swrast: fix for nonstandard LLVM prefixNathan Schulte2013-01-131-0/+1
* targets/dri-r600: Force c++ linker in all casesAndreas Boll2013-01-131-8/+2