summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2008-09-17gallium: include prog_print.h to silence warningBrian Paul
2008-09-17gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul
2008-09-17gallium: new assertion on surface->textureBrian Paul
2008-09-17tgsi: Add a ugly fix for CONSTANT problemsJakob Bornecrantz
2008-09-17tgsi: More debug printing on sanity check errorJakob Bornecrantz
2008-09-17gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul
2008-09-17cell: example of doing fs/fm sequence with fnms in blendingBrian Paul
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-17CELL: fleshing out the blending fragment opsRobert Ellison
2008-09-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-09-16cell: Added RCP and RSQ instruction support.Jonathan White
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-09-16cell: Added DP3 and DP4 instructionsJonathan White
2008-09-16gallium: fix glTexImage(width=height=depth=0) caseBrian Paul
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-16gallium: fix info entries for KIL, KILPBrian Paul
2008-09-16st: hash-warning not recognised on Windows.Michal Krol
2008-09-16cell: Optimized LERP with fmaJonathan White
2008-09-16cell: Fixed MIN/MAX algorithmJonathan White
2008-09-16mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rowsBrian Paul
2008-09-16gallium: move _vbo_DestroyContext() callBrian Paul
2008-09-16mesa: protect against double-free in _vbo_DestroyContext()Brian Paul
2008-09-16mesa: State tracker now checks for faulty shaders on debugJakob Bornecrantz