| Commit message (Expand) | Author | Age | Files | Lines |
* | cell: use different opcodes for spe_move() depending on even/odd address | Brian Paul | 2008-09-19 | 1 | -1/+7 |
* | cell: make sure the fragment ops and fragment shader code buffer is at a 32-b... | Brian Paul | 2008-09-19 | 2 | -5/+7 |
* | gallium: added ALIGN32_ATTRIB | Brian Paul | 2008-09-19 | 1 | -0/+2 |
* | gallium: added spe_code_size() | Brian Paul | 2008-09-19 | 2 | -0/+8 |
* | cell: Added FRC instruction | Jonathan White | 2008-09-19 | 1 | -0/+41 |
* | cell: Added FLR instruction. Verified the following instructions match softp... | Jonathan White | 2008-09-19 | 1 | -9/+20 |
* | cell: Fixed bugs with DP3 and DP4, they match softpipe results now. | Jonathan White | 2008-09-19 | 1 | -3/+37 |
* | cell: flesh out support for other Z/stencil format | Brian Paul | 2008-09-19 | 1 | -36/+64 |
* | cell: issue warning to stderr when using fallback fragment ops | Brian Paul | 2008-09-19 | 1 | -1/+9 |
* | cell: fix a comment | Brian Paul | 2008-09-19 | 1 | -1/+1 |
* | cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(... | Brian Paul | 2008-09-19 | 1 | -1/+1 |
* | cell: disable XShmPutImage for tiled surface for now | Brian Paul | 2008-09-19 | 1 | -2/+2 |
* | cell: change spe_complement() to take a src and dst reg, like other instructions | Brian Paul | 2008-09-19 | 4 | -12/+14 |
* | Merge branch 'gallium-0.2' of ssh+git://git.freedesktop.org/git/mesa/mesa int... | José Fonseca | 2008-09-19 | 4 | -13/+168 |
|\ |
|
| * | i915simple: Use defined MSAA array | Jakob Bornecrantz | 2008-09-19 | 1 | -1/+1 |
| * | fix for MSAA | Alan Hourihane | 2008-09-19 | 1 | -1/+1 |
| * | i915simple: Front flushing does work | Jakob Bornecrantz | 2008-09-19 | 1 | -5/+3 |
| * | i915simple: Fix extentions being loaded | Jakob Bornecrantz | 2008-09-19 | 1 | -0/+1 |
| * | CELL: add codegen for logic op, color mask | Robert Ellison | 2008-09-19 | 3 | -7/+163 |
* | | util: Use OpenGL rasterization rules in blits and mipmap generation. | José Fonseca | 2008-09-19 | 2 | -0/+2 |
|/ |
|
* | gallium: Fix doxygen comments. | José Fonseca | 2008-09-19 | 4 | -7/+40 |
* | softpipe: Obey const qualifier. | José Fonseca | 2008-09-19 | 1 | -2/+2 |
* | CELL: mark several transient files as .gitignore | Robert Ellison | 2008-09-18 | 1 | -0/+1 |
* | cell: Added CMP instruction | Jonathan White | 2008-09-18 | 1 | -7/+7 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 18 | -32/+207 |
|\ |
|
| * | tgsi: Build tgsi_text with make | Jakob Bornecrantz | 2008-09-18 | 1 | -0/+1 |
| * | util: A few more memory debugging checks. | José Fonseca | 2008-09-18 | 1 | -2/+29 |
| * | util: Add missing p_debug.h include. | José Fonseca | 2008-09-18 | 1 | -0/+1 |
| * | gallium: fix surface object memory leak in cso module | Brian Paul | 2008-09-18 | 1 | -0/+20 |
| * | tgsi: Make tgsi dumps look more like mesa shader dumps. | Jakob Bornecrantz | 2008-09-18 | 1 | -2/+3 |
| * | pipebuffer: New callback to flush all temporary-held buffers. | José Fonseca | 2008-09-18 | 9 | -11/+113 |
| * | gallium: fix wide point / point coord semantic info (generic, not fog) | Brian Paul | 2008-09-17 | 1 | -2/+2 |
| * | gallium: fix tgsi sanity checker with respect to END. | Brian Paul | 2008-09-17 | 1 | -9/+7 |
| * | gallium: fix lack of surface reference counting in cso_set/save/restore_frame... | Brian Paul | 2008-09-17 | 1 | -3/+21 |
| * | gallium: fix info entries for KIL, KILP | Brian Paul | 2008-09-16 | 1 | -2/+2 |
| * | tgsi: Make tgsi_sanity.c compile with make | Jakob Bornecrantz | 2008-09-16 | 2 | -0/+7 |
| * | trace: Fix typo in build instructions. | José Fonseca | 2008-09-16 | 1 | -1/+1 |
| * | gallium: add another value check to util_fast_pow() | Brian Paul | 2008-09-13 | 1 | -2/+4 |
| * | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul | 2008-09-12 | 1 | -5/+12 |
| * | cell: disable calls to old gen code | Brian Paul | 2008-09-12 | 1 | -2/+4 |
* | | cell: Fix bug with complement logic for SGE and SLE | Jonathan White | 2008-09-18 | 1 | -4/+38 |
* | | cell: Added SGE and SLE instructions to dispatch function | Jonathan White | 2008-09-18 | 1 | -0/+4 |
* | | cell: Added SGE and SLE instructions | Jonathan White | 2008-09-18 | 1 | -0/+62 |
* | | CELL: finish fragment ops blending (except for unusual D3D modes) | Robert Ellison | 2008-09-18 | 3 | -218/+377 |
* | | cell: example of doing fs/fm sequence with fnms in blending | Brian Paul | 2008-09-17 | 1 | -0/+18 |
* | | cell: dump generated code if CELL_DEBUG=asm | Brian Paul | 2008-09-17 | 3 | -13/+43 |
* | | CELL: fleshing out the blending fragment ops | Robert Ellison | 2008-09-17 | 5 | -68/+337 |
* | | cell: Added RCP and RSQ instruction support. | Jonathan White | 2008-09-16 | 1 | -0/+48 |
* | | cell: Added DP3 and DP4 instructions | Jonathan White | 2008-09-16 | 1 | -0/+81 |
* | | cell: Optimized LERP with fma | Jonathan White | 2008-09-16 | 1 | -3/+2 |