summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-21mesa: add parenthesisBrian Paul
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-21mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
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-19Update to SGI FreeB 2.0.Adam Jackson
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-18glx: re-add glapi/ pathBrian
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian
2008-09-18glx: added "glapi/" prefix to includeBrian
2008-09-19gallium: Fix doxygen comments.José Fonseca
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
2008-09-18mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-18cell: Added CMP instructionJonathan White
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-09-18mesa: remove a bunch of -I paths from INCLUDE_DIRSBrian Paul
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-09-18glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
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