rewrite the way cpu engine is handled
[mesa.git] / src / mesa / pipe / i965simple /
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 José Fonsecagallium: Add SCons as alternative build system for...
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-25 Keith Whitwell965: add asserts to catch batch overrun
2008-01-25 Keith Whitwell965: cope better with range decls for temps, immediates...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-16 Brianreplace _mesa_printf() with fprintf()
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-11 Brians/int/uint/ to silence warnings
2008-01-04 Michel Dänzergallium: Make texture target an enum for better debugga...
2008-01-04 Keith Whitwell965: use correct offset for constants vs immediates
2008-01-04 Keith Whitwell965: always perform SF parameter setup for position
2008-01-04 Keith Whitwell965: scan fs inputs to work out interpolation in setup...
2007-12-24 Zack Rusini965: a little better way of handling immediates
2007-12-20 Zack Rusini965: very crude and hacky way of handling immediates
2007-12-20 Keith Whitwell965: respect pipe flush flags
2007-12-20 Zack Rusin965: fix the constant buffers
2007-12-19 Keith Whitwell965: dump curbe contents to stderr
2007-12-19 Zack Rusinconsts
2007-12-19 Keith Whitwell965: count grf allocation correctly for wm prog, first...
2007-12-19 Keith Whitwell965: hardwire correct behaviour for vp-tri setup (for...
2007-12-19 Keith Whitwell965: make sure stipple state gets uploaded
2007-12-19 Keith Whitwell965: fill unused surface pointers with zero
2007-12-19 Zack Rusini965: emit fb write on RET for now (until we get END...
2007-12-19 Keith Whitwell965: pitch is in bytes not pixels
2007-12-19 Keith Whitwell965: fix off-by-one in scissor rect
2007-12-19 Keith Whitwell965: fix off-by-one in surface dimensions
2007-12-19 Zack Rusini965: actually detect whether a sampler is enabled...
2007-12-19 Keith Whitwell965: disable clipping more, and restore drawing rect...
2007-12-19 Keith Whitwell965: disable clipping for now
2007-12-19 Keith Whitwell965: fix vertex pointsize state, match default cull...
2007-12-19 Keith Whitwell965: fix colormask state
2007-12-19 Keith Whitwell965: populate fp_input_count in setup key
2007-12-19 Zack Rusini965: stuff the outputs into mrf registers when possible
2007-12-19 Zack Rusini965: be smarter about register allocation
2007-12-18 Keith Whitwellgallium: rationalize vertex_element state packet
2007-12-18 Zack Rusini965: don't treat swz differently and upload vertex...
2007-12-17 Zack Rusini965: index the destination offset with regards to...
2007-12-17 Zack Rusini965: return false when the function fails, not succeeds
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-17 Keith Whitwell965: remove dead state atom decls
2007-12-17 Keith Whitwell965: fix for non-indexed draw path
2007-12-17 Keith Whitwell965: fix/hack check for NULL texunit in state upload
2007-12-17 Keith Whitwell965: fix ExtDivide check
2007-12-17 Keith Whitwell965: put brw_constant_buffer atom directly in update...
2007-12-15 Brianrename some 'mesa' functions
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-13 Keith Whitwell965: get brw_wm_surface_state compiling again
2007-12-13 Keith Whitwell965: get fragment shader compiler compiling
2007-12-13 Zack Rusini965: make the wm_surface compile
2007-12-13 Keith Whitwell965: magic callback to get buffer offset
2007-12-13 Keith Whitwell965: missing code from last commit
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove dead code
2007-12-13 Keith Whitwell965: remove reference to metaops
2007-12-13 Keith Whitwell965: use state atom array directly
2007-12-13 Keith Whitwell965: calculate nr enabled vbos on the fly
2007-12-13 Zack RusinActually allocate the output registers.
2007-12-12 BrianRemove get/put_tile_rgba() functions.
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-12 Keith Whitwell965: remove complex compiler for simple fragment programs.
2007-12-12 Keith Whitwell965: sketch changes to brw_wm_surface_state.c
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Keith Whitwell965: delete dead files
2007-12-12 Zack Rusini965: compile vertex shaders and emit hardware instructions
2007-12-11 Keith Whitwell965: remove duplicate brw_draw functions, make init...
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Zack RusinPort i965 driver to Gallium3D.