aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* freedreno: cleanup some cruft left over from fdreRob Clark2013-04-202-133/+1
* svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger2013-04-201-1/+0
* svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul2013-04-191-41/+49
* svga: whitespace, comment fixes in svga_pipe_fs/vs.cBrian Paul2013-04-192-48/+41
* radeonsi: add support for compressed texture v2Jerome Glisse2013-04-182-2/+76
* radeonsi: add 2d tiling support for texture v3Jerome Glisse2013-04-182-72/+20
* llvmpipe: Take in consideration all current constant buffers when mapping.José Fonseca2013-04-181-3/+9
* nv50: add remaining RGBX formatsChristoph Bumiller2013-04-181-4/+12
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-1811-0/+18
* nv50: set BORDER_COLOR_SRGB in sampler objectsChristoph Bumiller2013-04-182-19/+35
* nv50: fix 4th component of Lx_SINT/UINT formatsChristoph Bumiller2013-04-181-6/+6
* r600g: Fix build with --enable-openclTom Stellard2013-04-181-1/+2
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-184-3/+28
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-183-384/+19
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-181-2/+2
* i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie2013-04-171-3/+8
* softpipe/so: use the correct variable for reporting stream outZack Rusin2013-04-171-5/+15
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-1613-2/+146
* r600g/llvm: Use gprcount from llvmVincent Lejeune2013-04-174-2/+5
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-175-18/+55
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-172-4/+6
* r600/uvd: cleanup disabling tiling on pre EG asicsChristian König2013-04-161-5/+6
* r600g: Workaround for a harware bug with nested loops on CaymanMartin Andersson2013-04-161-3/+15
* r600g: implement pipeline statistics queryMarek Olšák2013-04-164-1/+100
* winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák2013-04-161-1/+1
* r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák2013-04-164-0/+17
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-163-0/+11
* build: Get rid of GALLIUM_MAKE_DIRSMatt Turner2013-04-151-14/+70
* radeonsi: Read config values from the .AMDGPU.config ELF sectionTom Stellard2013-04-152-8/+28
* radeon/llvm: Handle ELF formatted binary output from the LLVM backendTom Stellard2013-04-153-6/+37
* radeon/llvm: Use a struct for storing compiled codeTom Stellard2013-04-154-28/+38
* r300g: Fix bug in OMOD optimizationTom Stellard2013-04-121-1/+3
* nvc0: set ret variable if launch desc allocation failedEmil Velikov2013-04-121-1/+3
* nvc0: bail out early during nve4_compute_setup()Emil Velikov2013-04-121-1/+1
* nvc0: compile nve4_cache_split_name() only in debug buildEmil Velikov2013-04-121-1/+1
* nv50/codegen: do not emitATOM() if the subOp is unknownEmil Velikov2013-04-121-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-1210-25/+97
* nvc0: patch up TEX cases with 5 or 6 sources on nve4Christoph Bumiller2013-04-121-1/+19
* nvc0: fix 2D engine MS2 resolveChristoph Bumiller2013-04-121-2/+2
* nv50,nvc0: add RGBX16/32_FLOAT formatsChristoph Bumiller2013-04-121-0/+4
* r600g: add get_sample_position support (v3)Dave Airlie2013-04-112-122/+240
* r600g: fix two issues in compressed msaa reading codeDave Airlie2013-04-111-2/+2
* radeon/uvd: add UVD implementation v5Christian König2013-04-1115-21/+1924
* r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund2013-04-113-5/+11
* r600g: fix valgrind warning on CaymanMarek Olšák2013-04-101-1/+1
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-102-0/+21
* radeonsi: remove sampler writemask v3Christian König2013-04-102-13/+8
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6