summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-19cell: use different opcodes for spe_move() depending on even/odd addressBrian Paul
2008-09-19cell: make sure the fragment ops and fragment shader code buffer is at a 32-b...Brian Paul
2008-09-19gallium: added ALIGN32_ATTRIBBrian Paul
2008-09-19gallium: added spe_code_size()Brian Paul
2008-09-19cell: Added FRC instructionJonathan White
2008-09-19cell: Added FLR instruction. Verified the following instructions match softp...Jonathan White
2008-09-19cell: Fixed bugs with DP3 and DP4, they match softpipe results now.Jonathan White
2008-09-19cell: flesh out support for other Z/stencil formatBrian Paul
2008-09-19cell: issue warning to stderr when using fallback fragment opsBrian Paul
2008-09-19cell: fix a commentBrian Paul
2008-09-19cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(...Brian Paul
2008-09-19cell: disable XShmPutImage for tiled surface for nowBrian Paul
2008-09-19cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul
2008-09-19Merge branch 'gallium-0.2' of ssh+git://git.freedesktop.org/git/mesa/mesa int...José Fonseca
2008-09-19util: Use OpenGL rasterization rules in blits and mipmap generation.José Fonseca
2008-09-19mesa: add missing FEATURE_attrib_stack aroundAlan Hourihane
2008-09-19i915simple: Use defined MSAA arrayJakob Bornecrantz
2008-09-19bug fix to MSAA visualsAlan Hourihane
2008-09-19fix for MSAAAlan Hourihane
2008-09-19re-add MSAA supportAlan Hourihane
2008-09-19i915simple: Front flushing does workJakob Bornecrantz
2008-09-19i915simple: Fix extentions being loadedJakob Bornecrantz
2008-09-19CELL: add codegen for logic op, color maskRobert Ellison
2008-09-19gallium: Fix doxygen comments.José Fonseca
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
2008-09-18cell: Added CMP instructionJonathan White
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-18mesa: bring sources into line with sources.mak, but omit gallium codeKeith Whitwell
2008-09-18dri/swrast: fix swapBuffers after dri2George Sapountzis
2008-09-18i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao
2008-09-18cell: Fix bug with complement logic for SGE and SLEJonathan White
2008-09-18cell: Added SGE and SLE instructions to dispatch functionJonathan White
2008-09-18cell: Added SGE and SLE instructionsJonathan White
2008-09-18tgsi: Build tgsi_text with makeJakob Bornecrantz
2008-09-18util: A few more memory debugging checks.José Fonseca
2008-09-18util: Add missing p_debug.h include.José Fonseca
2008-09-18gallium: fix surface object memory leak in cso moduleBrian Paul
2008-09-18tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz
2008-09-18progs/fp: Add a bit of local variable testing to fp-triJakob Bornecrantz
2008-09-18CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison
2008-09-18pipebuffer: New callback to flush all temporary-held buffers.José Fonseca
2008-09-17gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul
2008-09-17gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversionBrian Paul
2008-09-17mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-17egl: print multisample infoBrian Paul
2008-09-17gallium: clean-up/fix msaa override in state trackerBrian Paul
2008-09-17gallium: fix tgsi sanity checker with respect to END.Brian Paul
2008-09-17mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul