summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-11-12cell: fix typo in EMIT_ macroBrian Paul
2008-11-12cell: include cell_pipe_state.hBrian Paul
2008-11-12util: Optimise log2().Michal Krol
2008-11-12util: Optimise log2().Michal Krol
2008-11-12rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL.Michal Krol
2008-11-12util: Add log2() definition for MSC.Michal Krol
2008-11-12tgsi: Fix a bug with saving/restoring xmm registers upon func call.Michal Krol
2008-11-12rtasm: Compile only for GALLIUM_CELL.Michal Krol
2008-11-12draw: Add missing include.Michal Krol
2008-11-12util: Add log2() definition for MSC.Michal Krol
2008-11-12draw: Add missing include.Michal Krol
2008-11-11cell: implement NRM3 opcodeBrian Paul
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-11-10gallium: fix comment again. A half-closed interval was intended.Brian
2008-11-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-10gallium: fix typos in commentsBrian Paul
2008-11-10gallium: actually flip the coordinatesZack Rusin
2008-11-10nouveau: remove previous hack around x86_64 breakageBen Skeggs
2008-11-10nv40: init pipe_surface correctlyBen Skeggs
2008-11-10nouveau: pass object handle not pointer to GPU...Ben Skeggs
2008-11-10Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs
2008-11-09util: Fix util_fast_pow/exp2/log2.Brian
2008-11-09gallium: _debug_vprintf() should be silent if DEBUG is not definedBrian
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian
2008-11-09Nouveau: fix nv20_vertex_layout()Pekka Paalanen
2008-11-08gallium: implement SSE codegen for TGSI_OPCODE_NRM/NRM4Brian
2008-11-08Nouveau: update nv20 miptree according to nv40.Pekka Paalanen
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen
2008-11-08Nouveau: name replace for nv20.Pekka Paalanen
2008-11-08Nouveau: Rename nv20/ files as nv20.Pekka Paalanen
2008-11-08Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen
2008-11-08Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen
2008-11-07gallium: added SSE for DP2, DP2ABrian Paul
2008-11-07gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4Brian Paul
2008-11-07CELL: fix several stencil problemsRobert Ellison
2008-11-07Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.cBrian
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06gallium: debug code to print vertex array data (disabled)Brian Paul
2008-11-06softpipe: debug code (disabled)Brian Paul
2008-11-06gallium: actually flip the coordinatesZack Rusin
2008-11-05gallium: check execution mask in indirect register loadsBrian
2008-11-05gallium: don't range check tgsi register index for indirect accessesBrian
2008-11-05cell: minor reformatting, var renamingBrian Paul
2008-11-05gallium: s/mmDestroy/u_mmDestroy/Brian Paul
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul
2008-11-05gallium: added tgsi_set_exec_mask()Brian Paul
2008-11-05gallium: added some sanity check assertions for constant buffer indexingBrian Paul
2008-11-05gallium: added some debug code (disabled)Brian Paul