summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2008-11-16i915: Silence warningsJakob Bornecrantz
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-13Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouve...Stephane Marchesin
2008-11-12nv04..nv30: fix pipe_surface initPekka Paalanen
2008-11-12Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen
2008-11-12CELL: fix stencil test bugsRobert Ellison
2008-11-12cell: include cell_surface.hBrian Paul
2008-11-12cell: include cell_pipe_state.hBrian Paul
2008-11-11cell: implement NRM3 opcodeBrian Paul
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-11-10nv40: init pipe_surface correctlyBen Skeggs
2008-11-10Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian
2008-11-09Nouveau: fix nv20_vertex_layout()Pekka Paalanen
2008-11-08Nouveau: update nv20 miptree according to nv40.Pekka Paalanen
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen
2008-11-08Nouveau: name replace for nv20.Pekka Paalanen
2008-11-08Nouveau: Rename nv20/ files as nv20.Pekka Paalanen
2008-11-08Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen
2008-11-08Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen
2008-11-07CELL: fix several stencil problemsRobert Ellison
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06softpipe: debug code (disabled)Brian Paul
2008-11-05cell: minor reformatting, var renamingBrian Paul
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul
2008-10-30CELL: fix use of stencil value maskRobert Ellison
2008-10-30cell: Protected use of non-initialized untile buffersJonathan White
2008-10-30CELL: stencil bug fixesRobert Ellison
2008-10-30cell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_flush to fix black blo...Jonathan White
2008-10-29cell: add scalar param to emit_function_call() to indicate scalar function callsBrian Paul
2008-10-29cell: use simd utilities for pow, exp2, log2Brian Paul
2008-10-29nv40: rename some vars in texture layout codeBen Skeggs
2008-10-28cell: fix a number of fence issuesBrian Paul
2008-10-28cell: don't include libmisc.hBrian Paul
2008-10-27cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul
2008-10-27cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White
2008-10-27Merge remote branch 'nouveau/gallium-0.1' into gallium-0.2Ben Skeggs
2008-10-27Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs
2008-10-22cell: include pthread.hBrian Paul
2008-10-22cell: implement fencing for texture buffersBrian Paul
2008-10-22cell: set cell->num_texturesBrian Paul
2008-10-22cell: note that dst reg writing needs clampingBrian Paul
2008-10-21gallium: remove unused varBrian Paul
2008-10-20cell: minor improvements to batch buffer functionsBrian Paul
2008-10-20cell: temporarily disable freeing of tiled texture memoryBrian Paul
2008-10-17cell: use an approximation in compute_lambda_2d() to avoid sqrtBrian Paul
2008-10-17cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul
2008-10-17cell: more efficient state emit for textures/samplersBrian Paul
2008-10-17cell: use 7-bit weights in sample_texture_2d_bilinear_int()Brian Paul