summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: s/-W/-Wall/ in linux-cellBrian
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
2008-01-24disable usage of llvm in fragment shadersZack Rusin
2008-01-24change the name of the shaders to reflect what they do.Zack Rusin
2008-01-23Cell: s/FORMAT/EMIT/Brian
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: improved vertex layout and interpolant setup in softpipeBrian
2008-01-23Specify linker instead of letting mklib use gccIan Romanick
2008-01-23Use HOST_CC for programs that will run on the build hostIan Romanick
2008-01-23Use EXTRA_LIB_PATH with *_LIB_DEPSIan Romanick
2008-01-23Remove unnecessary pathsIan Romanick
2008-01-23Cell: remove old test codeBrian
2008-01-23Cell: asst. updates to sync up with today's earlier gallium changesBrian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-23gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes ...Brian
2008-01-23gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-23gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...Brian
2008-01-23gallium: fix computation of raster.point_size_per_vertex flagBrian
2008-01-23gallium: multiply vertex point size by 0.5Brian
2008-01-22gallium: use temp reg for storing color to avoid reading 'result.color'Brian