summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2011-03-12r600g: Fix an unused variable warning.Henri Verbeet
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák
2011-03-11r600g: revert unintentional commitAdam Jackson
2011-03-11r600: Build fixAdam Jackson
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca
2011-03-11r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter
2011-03-10i915g: make set_framebuffer_state more robustDaniel Vetter
2011-03-10i915g: implement hw clearDaniel Vetter
2011-03-10i915g: blitter handles overlapping blitsDaniel Vetter
2011-03-10i915g: enable separate depth/stencil clearsDaniel Vetter
2011-03-10i915g: streamline derived state updates of the driver pipelineDaniel Vetter
2011-03-10i915g: don't validate a NULL vboDaniel Vetter
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-08r600g: set start instance correctlyChristian König
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák
2011-03-08r300g: use pipelined transfers for RGTC texturesMarek Olšák
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor
2011-03-07r600g: Simplify some swizzle lookups.Henri Verbeet
2011-03-07r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet
2011-03-06r600g: use long long integers for instance addr calculationChristian König
2011-03-06trace: Use pipe_static_mutex.José Fonseca
2011-03-06i915g: update TODODaniel Vetter
2011-03-05r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák
2011-03-05r300g: implement instanced arraysMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-05r300g: cleanup parameters of draw functionsMarek Olšák
2011-03-05nv50: support the InstanceID system valueChristoph Bumiller
2011-03-05r600g: simplify instance addr calculationChristian König
2011-03-04nvc0: Update SConscript.Vinson Lee
2011-03-04nv50: Update SConscript.Vinson Lee
2011-03-05r600g: fix fragment shader size calculationChristian König
2011-03-05nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller
2011-03-05nv50,nvc0: share sampler state creationChristoph Bumiller
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller