summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson2010-03-266-61/+13
* | nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller2010-03-261-1/+1
* | identity: Remove unnecessary header.Vinson Lee2010-03-251-1/+0
* | draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-263-2/+15
* | i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-2615-136/+139
* | Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul2010-03-251-20/+6
* | llvmpipe: disable an assertionBrian Paul2010-03-251-1/+1
* | r300g/radeong: fix scons buildJoakim Sindholt2010-03-251-0/+1
* | r300g: Remove unnecessary header.Vinson Lee2010-03-251-1/+0
* | llvmpipe: fix up some questionable fence codeBrian Paul2010-03-241-2/+1
* | llvmpipe: optimize the lp_setup_fence() functionBrian Paul2010-03-241-6/+20
* | llvmpipe: call lp_fence_signal()Brian Paul2010-03-241-12/+1
* | llvmpipe: added lp_fence_signal()Brian Paul2010-03-242-0/+20
* | i915g: Correct and add supperted texture formatsJakob Bornecrantz2010-03-252-1/+13
* | llvmpipe: fix texture reference counting bugBrian Paul2010-03-242-6/+22
* | nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri2010-03-233-1/+33
* | nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri2010-03-232-5/+3
* | Merge branch '7.8'Brian Paul2010-03-232-187/+219
|\|
| * softpipe: comments, re-formatting, etcBrian Paul2010-03-231-14/+24
| * softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul2010-03-232-173/+195
* | nvfx: don't crash on empty fragment programLuca Barbieri2010-03-231-1/+2
* | nvfx: fix coding style in nvfx_transfer.cLuca Barbieri2010-03-231-8/+8
* | nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri2010-03-232-3/+8
* | nvfx: fix/workaround nv3x hwtnl issuesLuca Barbieri2010-03-231-5/+6
* | r300g: fix glean occlusion query testDave Airlie2010-03-231-0/+2
* | r300g: Cleanup a few old warnings.Corbin Simpson2010-03-221-24/+9
* | nvfx: fix sampler views supportLuca Barbieri2010-03-223-3/+2
* | Merge branch '7.8'Brian Paul2010-03-221-9/+12
|\|
| * r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák2010-03-191-20/+4
| * cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul2010-03-171-0/+2
| * cell: be more conservative in cell_is_format_supported()Brian Paul2010-03-171-5/+9
* | r300g: disable tiling for YUV formatsMarek Olšák2010-03-211-3/+15
* | r300g: fix scons buildMarek Olšák2010-03-215-11/+6
* | r300g: accelerate blitting for all 64-bit texture formatsMarek Olšák2010-03-211-0/+3
* | r300g: add and enable square microtilingMarek Olšák2010-03-212-5/+7
* | r300g: cleanup tiling flags propagationMarek Olšák2010-03-213-12/+12
* | r300g: put common defines into one fileMarek Olšák2010-03-215-22/+52
* | r300g: remove unused codeMarek Olšák2010-03-213-5/+1
* | nv50: report driver as GLSL capableChristoph Bumiller2010-03-211-1/+1
* | nv50: don't validate arrays on clearChristoph Bumiller2010-03-211-0/+4
* | nv50: get rid of the static_init stateobjChristoph Bumiller2010-03-213-140/+142
* | drm/sw: llvmpipe texture_from_handleGeorge Sapountzis2010-03-211-0/+1
* | r300g: fix occlusion query hangs.Dave Airlie2010-03-211-1/+1
* | r300g: align misaligned ushort vertex indicesMarek Olšák2010-03-211-1/+29
* | r300g: fix misaligned generated offset for ubyte vertex indicesMarek Olšák2010-03-211-1/+5
* | r300g: split the vertex buffer alignment validationMarek Olšák2010-03-211-22/+29
* | r300g: skip null vertex buffersMarek Olšák2010-03-211-1/+6
* | r300g: Bump immediate limits.Corbin Simpson2010-03-201-3/+2
* | r300g: Correctly hax max_index on pipe_vertex_buffers.Corbin Simpson2010-03-202-12/+28
* | r300g: add buffer/texture referenced checks.Dave Airlie2010-03-211-15/+9