summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-112-4/+3
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+9
* gallium: kill is_resource_referencedMarek Olšák2011-03-114-28/+0
* r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy2011-03-111-3/+3
* r300g: handle timeout parameter in fence_finishMarek Olšák2011-03-081-0/+17
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* r300g: add LATC supportMarek Olšák2011-03-083-4/+22
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-088-38/+37
* r300g: use pipelined transfers for RGTC texturesMarek Olšák2011-03-081-1/+2
* r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák2011-03-051-2/+5
* r300g: implement instanced arraysMarek Olšák2011-03-055-48/+132
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* r300g: cleanup parameters of draw functionsMarek Olšák2011-03-053-108/+113
* r300g: preliminary implementation of clamping controlsMarek Olšák2011-03-044-22/+33
* r300g: implement FP16 alpha testMarek Olšák2011-03-044-8/+55
* r300g: implement blending for some of non-RGBA8 formatsMarek Olšák2011-03-042-7/+52
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-0210-102/+60
* r300g: Silence 'control reaches end of non-void function' warning.Vinson Lee2011-03-021-0/+4
* r300g: accelerate resoure_copy_region for rgtcMarek Olšák2011-03-021-1/+2
* r300g: initialize some r500 PS3 regsMarek Olšák2011-03-013-5/+18
* r300g: document some more DRM 2.8.0 featuresMarek Olšák2011-03-011-1/+1
* r300g: fix RGTC2_SNORMMarek Olšák2011-03-012-1/+4
* r300g: reorder parts of translate_texformatMarek Olšák2011-03-011-14/+14
* r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák2011-03-012-10/+27
* r300g: set the correct HiZ clear valueMarek Olšák2011-03-014-3/+12
* r300g: update derived state before uploading vertex buffersMarek Olšák2011-03-011-2/+2
* r300g: fix printing whether Z compression is enabledMarek Olšák2011-03-011-1/+2
* r300g: disable HiZ permanently if the the depth function is invertedMarek Olšák2011-03-013-73/+94
* r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák2011-03-0110-258/+148
* r300g: initialize SC_SCREENDOORMarek Olšák2011-02-282-2/+3
* r300g: disable hyper-z on rs6xx+Marek Olšák2011-02-281-6/+0
* r300g: force swizzles for RGTCDave Airlie2011-02-281-0/+5
* r300g: explicit sign bits on RGTC texturesDave Airlie2011-02-251-2/+4
* r300g: fix missing initializers warningBrian Paul2011-02-221-2/+4
* r300g: fix a possible race when counting contextsMarek Olšák2011-02-193-2/+8
* r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák2011-02-187-88/+27
* r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák2011-02-163-7/+4
* r300g: fix blitting NPOT compressed texturesMarek Olšák2011-02-162-11/+11
* r300g: fix texture border color for float formatsMarek Olšák2011-02-161-1/+14
* r300g: disable linear filtering for float texturesMarek Olšák2011-02-161-0/+45
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-152-2/+13
* r300g: implement fences using dummy relocationsMarek Olšák2011-02-154-65/+32
* r300g: fix SIGFPE on debug buildsMarek Olšák2011-02-151-2/+2
* r300g: inline some of the pipe_buffer_map/unmap callsMarek Olšák2011-02-151-18/+14
* r300g: do not track whether occlusion queries have been flushedMarek Olšák2011-02-144-18/+5
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* r300g: Remove redundant initialization.Vinson Lee2011-02-141-1/+1
* r300g: put indices in CS if there's just a few of them and are in user memoryMarek Olšák2011-02-141-3/+99
* r300g: cleanup the draw functionsMarek Olšák2011-02-142-76/+53