summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-01-26Cell: remove some old tile codeBrian
2008-01-26gallium: s/GLuint/unsigned/ to work with gallium when THREADS not definedBrian
2008-01-26gallium: fix a few segfaults/assertions that can happen during context initBrian
2008-01-26Cell: fix a recursive flushing bugBrian
2008-01-26Cell: add check to catch recursive batch flushingBrian
2008-01-26Cell: move ASSERT macro into common.hBrian
2008-01-26gallium: Aggregate all buffer allocation info into a single struct. Obey requ...José Fonseca
2008-01-26gallium: Make mm buffer manager more portable.José Fonseca
2008-01-26gallium: Remove unneeded headers.José Fonseca
2008-01-26gallium: fix linux buildKeith Whitwell
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26d3d: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on WinXP.Michal Krol
2008-01-26gallium: Use directory name in include.José Fonseca
2008-01-26gallium: Fix build for WinXP.Michal Krol
2008-01-26gallium: Define MALLOC_STRUCT.José Fonseca
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: restructure vertex fetch code slightlyKeith Whitwell
2008-01-26gallium: Fix MSVC float/double conversion warning.José Fonseca
2008-01-26gallium: Complete integer types.José Fonseca
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-26gallium: add PIPE_FLUSH_SWAPBUFFERS flagKeith Whitwell
2008-01-26gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell
2008-01-26gallium: specialize glFlush vs other flush semanticsKeith Whitwell
2008-01-26gallium: remove makefile whitespaceKeith Whitwell
2008-01-25Cell: updates to match pipe_buffer changesBrian
2008-01-25Cell: typedefs need semicolons, Ian :)Brian
2008-01-25Cell: emit framebuffer state like other stateBrian
2008-01-25gallium: replace loop w/ memset in draw_vertex_cache_invalidate()Brian
2008-01-25gallium: better flush logic in draw moduleBrian
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-25Work around parameter differences for main in different SDK versionsIan Romanick
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-25965: add asserts to catch batch overrunKeith Whitwell
2008-01-25965: cope better with range decls for temps, immediates, etcKeith Whitwell
2008-01-25gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...Brian
2008-01-25Cell: propogate vertex info to SPUs, use it for attrib interpolationBrian
2008-01-25Cell: batch_buffer_size should be uint, not ubyteBrian
2008-01-25Cell: new ROUNDUP16() macroBrian
2008-01-25gallium: optimizations to flatshade, two-side prim stagesBrian
2008-01-25gallium: added rastpos_destroy()Brian
2008-01-24Cell: insert dummy field into cell_command_render struct to work around appar...Brian
2008-01-24Cell: send actual vertex size in the render commandBrian
2008-01-24Cell: rewrite compute_vertex_layout()Brian
2008-01-24Cell: fix asst. warningsBrian
2008-01-24gallium: added rastpos_destroy()Brian
2008-01-24i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper...Brian
2008-01-24Cell: use Cell driver by default if linux-cell is builtBrian