summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: only flush the caches that need to be flushed during CP DMA operationsMarek Olšák2013-07-083-32/+117
* r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flagsMarek Olšák2013-07-085-27/+52
* r600g: adjust flush flags (v3)Alex Deucher2013-07-086-7/+42
* r600g: don't call buffer_wait in buffer_mmap_sync_with_ringsMarek Olšák2013-07-081-2/+1
* r600g: don't read back the MSAA depth buffer if the read flag is not setMarek Olšák2013-07-081-8/+8
* r600g: don't flush the context in texture_transfer_mapMarek Olšák2013-07-081-5/+0
* r600g: fix texture offset computation for mapped MSAA depth buffersMarek Olšák2013-07-082-16/+14
* r600g: fix color resolve for RGBX8 and RGBX16 integer formatsMarek Olšák2013-07-081-2/+2
* r600g: enable fast MSAA color clear for array/3D/cube texturesMarek Olšák2013-07-081-4/+3
* r600g: implement fast MSAA color clear for integer texturesMarek Olšák2013-07-081-9/+12
* r600/uvd: fix check for UVD 2.xChristian König2013-07-081-1/+1
* gallivm: (trivial) fix using one lod instead of per-quad lod for texel fetchRoland Scheidegger2013-07-051-1/+2
* gallivm: Remove bogus assert.José Fonseca2013-07-051-4/+1
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-055-5/+76
* gallivm: (trivial) fix bogus assertion for per-element lod with 1d resourcesRoland Scheidegger2013-07-052-2/+1
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-0410-126/+195
* draw: fix overflows in the indexed rendering pathsZack Rusin2013-07-034-43/+159
* draw/llvm: index overflows if it's greater than elt maxZack Rusin2013-07-031-1/+1
* postprocess: move second temporary assertion into isolated configurationMatthew McClure2013-07-031-2/+2
* targets/xvmc-nouveau: add in missing nv30 libIlia Mirkin2013-07-031-0/+1
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-0213-13/+0
* gallivm: Simplify intrinsic name construction.José Fonseca2013-07-021-23/+10
* gallivm: Fix MSVC build.José Fonseca2013-07-021-8/+7
* gallivm: Fix indirect immediate registers.José Fonseca2013-07-021-2/+2
* gallium/tests: fix the translate testZack Rusin2013-06-281-4/+4
* draw/translate: fix instancingZack Rusin2013-06-2817-40/+109
* draw: fix incorrect clipper invocation statisticsZack Rusin2013-06-281-6/+0
* draw/gallivm: export overflow arithmetic to its own fileZack Rusin2013-06-284-44/+234
* draw: check for integer overflows in instance computationZack Rusin2013-06-282-0/+7
* draw: check for an integer overflow when computing strideZack Rusin2013-06-281-10/+43
* draw: account for elem size when computing overflowZack Rusin2013-06-281-7/+23
* tools/trace: Return dummy fence object to silence warnings.José Fonseca2013-07-011-1/+2
* tools/trace: Don't crash if a trace has no timing information.José Fonseca2013-07-012-3/+4
* nvc0: allow frame dropping in h264Maarten Lankhorst2013-07-011-3/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124
* r300g/compiler/tests: Add an assembly parserTom Stellard2013-06-305-16/+200
* r300g: Fix make checkTom Stellard2013-06-301-1/+2
* r600g: implement fast color clears for MSAA on evergreen+Grigori Goronzy2013-07-013-2/+79
* r600g/compute: disable unused colorbuffer slotsMarek Olšák2013-07-011-1/+12
* st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2013-06-302-0/+23
* llvmpipe: fix timer query if there's no binsRoland Scheidegger2013-06-291-0/+10
* clover: Don't segfault when compiling a program with no kernelTom Stellard2013-06-281-0/+7
* radeonsi: disable 2D tiling on CIK for nowAlex Deucher2013-06-281-1/+4
* radeonsi: add llvm processor names for CIKAlex Deucher2013-06-281-0/+3
* radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cikAlex Deucher2013-06-281-17/+34
* radeonsi: PA_CL_ENHANCE is privileged on CIKAlex Deucher2013-06-281-2/+3
* radeonsi: update surface sync packet emit for CIKAlex Deucher2013-06-281-6/+17
* radeonsi: store chip class in the pm4 structAlex Deucher2013-06-285-19/+62
* radeonsi: properly handle DB tiling setup on CIKAlex Deucher2013-06-281-7/+155
* radeonsi: emit additional shader pgm rsrc registers for CIKAlex Deucher2013-06-281-0/+11