summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* CELL: fix colormask code generationRobert Ellison2008-09-231-83/+78
* CELL: improve legibility of CELL_DEBUG environment variable outputRobert Ellison2008-09-231-1/+13
* cell: Fixed bug with absolute, negate, set-negative logic in source fetch for...Jonathan White2008-09-221-9/+5
* cell: Added TRUNC, SWZ (extended) and XPD instructions, verified against soft...Jonathan White2008-09-221-45/+156
* cell: Added DPH instruction and verified against softpipe.Jonathan White2008-09-221-0/+41
* cell: use different opcodes for spe_move() depending on even/odd addressBrian Paul2008-09-191-1/+7
* cell: make sure the fragment ops and fragment shader code buffer is at a 32-b...Brian Paul2008-09-192-5/+7
* gallium: added ALIGN32_ATTRIBBrian Paul2008-09-191-0/+2
* gallium: added spe_code_size()Brian Paul2008-09-192-0/+8
* cell: Added FRC instructionJonathan White2008-09-191-0/+41
* cell: Added FLR instruction. Verified the following instructions match softp...Jonathan White2008-09-191-9/+20
* cell: Fixed bugs with DP3 and DP4, they match softpipe results now.Jonathan White2008-09-191-3/+37
* cell: flesh out support for other Z/stencil formatBrian Paul2008-09-191-36/+64
* cell: issue warning to stderr when using fallback fragment opsBrian Paul2008-09-191-1/+9
* cell: fix a commentBrian Paul2008-09-191-1/+1
* cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(...Brian Paul2008-09-191-1/+1
* cell: disable XShmPutImage for tiled surface for nowBrian Paul2008-09-191-2/+2
* cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul2008-09-194-12/+14
* Merge branch 'gallium-0.2' of ssh+git://git.freedesktop.org/git/mesa/mesa int...José Fonseca2008-09-194-13/+168
|\
| * i915simple: Use defined MSAA arrayJakob Bornecrantz2008-09-191-1/+1
| * fix for MSAAAlan Hourihane2008-09-191-1/+1
| * i915simple: Front flushing does workJakob Bornecrantz2008-09-191-5/+3
| * i915simple: Fix extentions being loadedJakob Bornecrantz2008-09-191-0/+1
| * CELL: add codegen for logic op, color maskRobert Ellison2008-09-193-7/+163
* | util: Use OpenGL rasterization rules in blits and mipmap generation.José Fonseca2008-09-192-0/+2
|/
* gallium: Fix doxygen comments.José Fonseca2008-09-194-7/+40
* softpipe: Obey const qualifier.José Fonseca2008-09-191-2/+2
* CELL: mark several transient files as .gitignoreRobert Ellison2008-09-181-0/+1
* cell: Added CMP instructionJonathan White2008-09-181-7/+7
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1818-32/+207
|\
| * tgsi: Build tgsi_text with makeJakob Bornecrantz2008-09-181-0/+1
| * util: A few more memory debugging checks.José Fonseca2008-09-181-2/+29
| * util: Add missing p_debug.h include.José Fonseca2008-09-181-0/+1
| * gallium: fix surface object memory leak in cso moduleBrian Paul2008-09-181-0/+20
| * tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz2008-09-181-2/+3
| * pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-189-11/+113
| * gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul2008-09-171-2/+2
| * gallium: fix tgsi sanity checker with respect to END.Brian Paul2008-09-171-9/+7
| * gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul2008-09-171-3/+21
| * gallium: fix info entries for KIL, KILPBrian Paul2008-09-161-2/+2
| * tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2008-09-162-0/+7
| * trace: Fix typo in build instructions.José Fonseca2008-09-161-1/+1
| * gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
| * cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
| * cell: disable calls to old gen codeBrian Paul2008-09-121-2/+4
* | cell: Fix bug with complement logic for SGE and SLEJonathan White2008-09-181-4/+38
* | cell: Added SGE and SLE instructions to dispatch functionJonathan White2008-09-181-0/+4
* | cell: Added SGE and SLE instructionsJonathan White2008-09-181-0/+62
* | CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-183-218/+377
* | cell: example of doing fs/fm sequence with fnms in blendingBrian Paul2008-09-171-0/+18