summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-03-11gallium: kill is_resource_referencedMarek Olšák37-393/+44
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca3-12/+38
2011-03-11r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy1-3/+3
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom5-48/+3
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter4-15/+103
2011-03-10i915g: make set_framebuffer_state more robustDaniel Vetter1-1/+2
2011-03-10i915g: implement hw clearDaniel Vetter8-6/+131
2011-03-10i915g: blitter handles overlapping blitsDaniel Vetter1-1/+0
2011-03-10i915g: enable separate depth/stencil clearsDaniel Vetter1-1/+1
2011-03-10i915g: streamline derived state updates of the driver pipelineDaniel Vetter3-4/+2
2011-03-10i915g: don't validate a NULL vboDaniel Vetter1-1/+1
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom5-3/+48
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller1-0/+2
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König1-25/+1
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König1-2/+20
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König3-4/+22
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca3-0/+11
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom1-1/+2
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák1-0/+17
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák16-22/+45
2011-03-08r300g: add LATC supportMarek Olšák3-4/+22
2011-03-08r600g: set start instance correctlyChristian König1-1/+1
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák8-38/+37
2011-03-08r300g: use pipelined transfers for RGTC texturesMarek Olšák1-1/+2
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor1-24/+30
2011-03-07r600g: Simplify some swizzle lookups.Henri Verbeet1-75/+14
2011-03-07r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet2-1/+2
2011-03-06r600g: use long long integers for instance addr calculationChristian König1-1/+1
2011-03-06trace: Use pipe_static_mutex.José Fonseca3-22/+1
2011-03-06i915g: update TODODaniel Vetter1-10/+7
2011-03-05r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák1-2/+5
2011-03-05r300g: implement instanced arraysMarek Olšák5-48/+132
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák7-7/+14
2011-03-05r300g: cleanup parameters of draw functionsMarek Olšák3-108/+113
2011-03-05nv50: support the InstanceID system valueChristoph Bumiller3-0/+25
2011-03-05r600g: simplify instance addr calculationChristian König1-47/+4
2011-03-04nvc0: Update SConscript.Vinson Lee1-3/+0
2011-03-04nv50: Update SConscript.Vinson Lee1-4/+0
2011-03-05r600g: fix fragment shader size calculationChristian König1-8/+9
2011-03-05nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller2-2/+2
2011-03-05nv50,nvc0: share sampler state creationChristoph Bumiller10-150/+60
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller10-641/+335
2011-03-05nvc0: use m2mf for resource_copy_region if formats are equalChristoph Bumiller3-4/+75
2011-03-05nv50,nvc0: fix texture layer issuesChristoph Bumiller10-65/+89
2011-03-05i915g: Use tgsi_info from fragment shader insteadJakob Bornecrantz1-4/+1
2011-03-04i915g: use passthough shader for empty fragment programsDaniel Vetter1-3/+15
2011-03-04r300g: preliminary implementation of clamping controlsMarek Olšák4-22/+33
2011-03-04r300g: implement FP16 alpha testMarek Olšák4-8/+55
2011-03-04r300g: implement blending for some of non-RGBA8 formatsMarek Olšák2-7/+52
2011-03-04Merge remote branch 'origin/nvc0'Christoph Bumiller72-8212/+9070