summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-21r300g: disable tiling for YUV formatsMarek Olšák1-3/+15
2010-03-21r300g: fix scons buildMarek Olšák5-11/+6
2010-03-21r300g: accelerate blitting for all 64-bit texture formatsMarek Olšák1-0/+3
2010-03-21r300g: add and enable square microtilingMarek Olšák2-5/+7
2010-03-21r300g: cleanup tiling flags propagationMarek Olšák3-12/+12
2010-03-21r300g: put common defines into one fileMarek Olšák5-22/+52
2010-03-21r300g: remove unused codeMarek Olšák3-5/+1
2010-03-21nv50: report driver as GLSL capableChristoph Bumiller1-1/+1
2010-03-21nv50: don't validate arrays on clearChristoph Bumiller1-0/+4
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller3-140/+142
2010-03-21drm/sw: llvmpipe texture_from_handleGeorge Sapountzis1-0/+1
2010-03-21r300g: fix occlusion query hangs.Dave Airlie1-1/+1
2010-03-21r300g: align misaligned ushort vertex indicesMarek Olšák1-1/+29
2010-03-21r300g: fix misaligned generated offset for ubyte vertex indicesMarek Olšák1-1/+5
2010-03-21r300g: split the vertex buffer alignment validationMarek Olšák1-22/+29
2010-03-21r300g: skip null vertex buffersMarek Olšák1-1/+6
2010-03-20r300g: Bump immediate limits.Corbin Simpson1-3/+2
2010-03-20r300g: Correctly hax max_index on pipe_vertex_buffers.Corbin Simpson2-12/+28
2010-03-21r300g: add buffer/texture referenced checks.Dave Airlie1-15/+9
2010-03-19r300g: lod min/max clamping should be relative to the base levelMarek Olšák1-3/+3
2010-03-19r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák3-9/+22
2010-03-19r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanupsMarek Olšák1-6/+7
2010-03-19r300g: mark SRGB colorbuffers as unsupportedMarek Olšák1-20/+1
2010-03-19r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák6-13/+61
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul6-27/+42
2010-03-18llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul3-20/+27
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul4-14/+23
2010-03-18llvmpipe: set opaque = FALSE if stencil enabledBrian Paul1-0/+1
2010-03-18llvmpipe: Fix crashes when there is no depth buffer bound.José Fonseca1-0/+3
2010-03-17gallivm/llvmpipe: basic stencil testing worksBrian Paul1-1/+1
2010-03-17llvmpipe: remove incorrect depth test checkBrian Paul1-4/+1
2010-03-17llvmpipe: silence some pointer/casting warningsBrian Paul1-3/+21
2010-03-17gallivm/llvmpipe: more asst changes for stencil testingBrian Paul1-27/+28
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul3-7/+18
2010-03-17llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul3-32/+57
2010-03-17llvmpipe: added stencil ref values to jit context stateBrian Paul5-19/+48
2010-03-17llvmpipe: break linesBrian Paul1-1/+2
2010-03-16cell: add missing semicolonBrian Paul1-1/+1
2010-03-16nv50: support more formats in surface_copy,fillChristoph Bumiller1-1/+30
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell14-21/+133
2010-03-16nv50: fix texturing from >=4GiB markBen Skeggs1-1/+2
2010-03-16llvmpipe: Fix rebase typoJakob Bornecrantz1-4/+0
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz6-8/+116
2010-03-16i965g: Fix after context transfersJakob Bornecrantz1-0/+1
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul1-2/+2
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul5-5/+5
2010-03-15llvmpipe: updated status in README fileBrian Paul1-6/+13
2010-03-15nv40: remove leftover nv40_transfer.c from unification into nvfxLuca Barbieri1-181/+0
2010-03-15nvfx: fix up after mergeKeith Whitwell1-9/+7
2010-03-15r300g: fix up after mergeKeith Whitwell5-24/+25