summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-08-15trace: Trace surface contents.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-15gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.José Fonseca
2008-08-15python/retrace: Commit unsaved changes to the doc.José Fonseca
2008-08-14trace: Update status.José Fonseca
2008-08-14python: Update status.José Fonseca
2008-08-14python/retrace: Application capable of replaying gallium traces.José Fonseca
2008-08-14python: Allow to use trace pipe driver with python.José Fonseca
2008-08-14python: Fix typo in buffer::write.José Fonseca
2008-08-14python: Remove unused var.José Fonseca
2008-08-14xlib: Use trace usage.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-14mesa: posix_memalign requires alignment to be multiple of sizeof(void*)José Fonseca
2008-08-14gallium: Catch errors from posix_memalign.José Fonseca
2008-08-14python: Simplify st_winsys.José Fonseca
2008-08-14python: Bindings fixes.José Fonseca
2008-08-14translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.José Fonseca
2008-08-14check for winsys->destroy before callingAlan Hourihane
2008-08-13gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RETBrian Paul
2008-08-13tgsi: Initial code for KILP, needs CCs working to be complete.Michal Krol
2008-08-13tgsi: Use a homebrew version of toupper().Michal Krol
2008-08-13tgsi: Fix typo.Michal Krol
2008-08-13tgsi: Validate instruction opcode and operand counts.Michal Krol
2008-08-13tgsi: Use tgsi_info to dump opcode names.Michal Krol
2008-08-13tgsi: Use tgsi_opcode_info.Michal Krol
2008-08-13make: List tgsi_info.c.Michal Krol
2008-08-13scons: List tgsi_info.c.Michal Krol
2008-08-13tgsi: Opcode information.Michal Krol
2008-08-13i915: Swap meanings of KIL and KILP.Michal Krol
2008-08-13cell: KILP is a predicated discard, KIL is a conditional discard.Michal Krol
2008-08-13tgsi: Swap meanings of KIL and KILP opcodes.Michal Krol
2008-08-13gallivm: Translate KIL instead of KILP.Michal Krol
2008-08-13draw: Use KIL instead of KILP.Michal Krol
2008-08-13gallium: Make a note that OPCODE_KIL is a conditional kill.Michal Krol
2008-08-12gallium: distinguish between KIL and KILPBrian Paul
2008-08-12gallium: Disable debug break by default on windows.José Fonseca
2008-08-12tgsi: Prevent division by zero.José Fonseca
2008-08-12gallium: Allow compilation inside X.José Fonseca
2008-08-12gdi: Remove CVS keyword.José Fonseca
2008-08-12python: Use st_buffers instead of pipe_buffers.José Fonseca
2008-08-12trace: More dump fixes.José Fonseca
2008-08-12trace: Fix create_blend_state dump.José Fonseca
2008-08-12trace: Dump polygon stipple state as an array.José Fonseca
2008-08-12python: Bindings for p_compiler.h types.José Fonseca
2008-08-12trace: Fix create_depth_stencil_alpha_state trace.José Fonseca
2008-08-12python: Bindings for pipe_{depth,stencil,alpha}_state.José Fonseca
2008-08-12trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca
2008-08-12gallium: Name pipe_depth_stencil_alpha_state member structures.José Fonseca
2008-08-12python: Simplify setting the constant buffers.José Fonseca
2008-08-12python: Split the interface definition file in smaller ones.José Fonseca