summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-06pipebuffer: Multi-threading fixes for fencing.José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05gallium/util: replace 8 with PIPE_MAX_COLOR_BUFSBrian Paul
2010-01-05gallium/util: comments and whitespace fixesBrian Paul
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis
2010-01-05svga: Remove stale references to delete shader results.José Fonseca
2010-01-05svga: Rebind shaders when tokens change.José Fonseca
2010-01-05Merge branch 'gallium-docs'Corbin Simpson
2010-01-05docs: Don't check in generated docs.Corbin Simpson
2010-01-05docs: Stub out list of modules in core distribution of G3D.Corbin Simpson
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05tgsi: Simplify implementation of few interpreter's instructions.Michal Krol
2010-01-05tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol
2010-01-05tgsi: Fix bogus loop condition in sanity.Michal Krol
2010-01-05tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol
2010-01-05tgsi: Store ADDR file in interpreter as an int.Michal Krol
2010-01-05tgsi: Remove dead micro_umod().Michal Krol
2010-01-05tgsi: Make interpreter aware of float and integer data types.Michal Krol
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol
2010-01-05tgsi/ureg: Improve immediate match & expand logic.Michal Krol
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol
2010-01-05tgsi: Cleanup interpreter code for other existing integer opcodes.Michal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-05tgsi: Implement new integer opcodes.Michal Krol
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04i965g: Fix assert.Vinson Lee
2010-01-04tgsi: Fix assert.Vinson Lee
2010-01-04Merge branch 'gallium-conditional-rendering'Brian Paul
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-04silence compiler warningAlan Hourihane
2010-01-04Fix testAlan Hourihane
2010-01-04docs: Explain TGSI_SEMANTIC_NORMAL.Michal Krol
2010-01-04docs: Fix indent.Michal Krol
2010-01-04docs: Clarify what truncate means.Michal Krol
2010-01-04docs: Replace bogus `\times' back with `*'.Michal Krol
2010-01-04docs: TGSI SIN and COS are scalar instructions.Michal Krol
2010-01-04svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer
2010-01-04st/xorg: Proper calculation of screen pitch.Michel Dänzer
2010-01-04vmware/xorg: Fix SCons build.Michel Dänzer