summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i965simple
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-133-2/+6
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-122-5/+5
* gallium: change pipe->texture_create() to operate like the CSO functionsBrian2008-02-062-10/+9
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-0614-34/+36
* gallium: Add SCons as alternative build system for Gallium.José Fonseca2008-01-311-0/+55
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-4/+0
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-2512-26/+28
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-255-27/+16
* 965: add asserts to catch batch overrunKeith Whitwell2008-01-252-1/+6
* 965: cope better with range decls for temps, immediates, etcKeith Whitwell2008-01-251-22/+12
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-231-1/+1
* Unify copy_rect helpers.Michel Dänzer2008-01-181-45/+11
* replace _mesa_printf() with fprintf()Brian2008-01-152-11/+11
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-2/+0
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-8/+9
* s/int/uint/ to silence warningsBrian2008-01-112-2/+2
* gallium: Make texture target an enum for better debuggability.Michel Dänzer2008-01-041-3/+3
* 965: use correct offset for constants vs immediatesKeith Whitwell2008-01-041-2/+2
* 965: always perform SF parameter setup for positionKeith Whitwell2008-01-042-2/+16
* 965: scan fs inputs to work out interpolation in setup programKeith Whitwell2008-01-042-45/+87
* i965: a little better way of handling immediatesZack Rusin2007-12-243-3/+10
* i965: very crude and hacky way of handling immediatesZack Rusin2007-12-203-9/+33
* 965: respect pipe flush flagsKeith Whitwell2007-12-205-14/+13
* 965: fix the constant buffersZack Rusin2007-12-201-2/+2
* 965: dump curbe contents to stderrKeith Whitwell2007-12-191-2/+3
* constsZack Rusin2007-12-192-11/+22
* 965: count grf allocation correctly for wm prog, first aub triangleKeith Whitwell2007-12-191-1/+1
* 965: hardwire correct behaviour for vp-tri setup (for now...)Keith Whitwell2007-12-191-1/+1
* 965: make sure stipple state gets uploadedKeith Whitwell2007-12-194-35/+65
* 965: fill unused surface pointers with zeroKeith Whitwell2007-12-191-14/+4
* i965: emit fb write on RET for now (until we get END back)Zack Rusin2007-12-191-0/+4
* 965: pitch is in bytes not pixelsKeith Whitwell2007-12-191-1/+1
* 965: fix off-by-one in scissor rectKeith Whitwell2007-12-191-2/+2
* 965: fix off-by-one in surface dimensionsKeith Whitwell2007-12-191-11/+11
* i965: actually detect whether a sampler is enabled/disabledZack Rusin2007-12-191-1/+2
* 965: disable clipping more, and restore drawing rect packetKeith Whitwell2007-12-191-1/+28
* 965: disable clipping for nowKeith Whitwell2007-12-191-0/+5
* 965: fix vertex pointsize state, match default cull modeKeith Whitwell2007-12-191-2/+2
* 965: fix colormask stateKeith Whitwell2007-12-191-4/+4
* 965: populate fp_input_count in setup keyKeith Whitwell2007-12-191-0/+4
* i965: stuff the outputs into mrf registers when possibleZack Rusin2007-12-191-3/+8
* i965: be smarter about register allocationZack Rusin2007-12-191-8/+6
* gallium: rationalize vertex_element state packetKeith Whitwell2007-12-183-46/+24
* i965: don't treat swz differently and upload vertex buffersZack Rusin2007-12-183-14/+24
* i965: index the destination offset with regards to the current indexZack Rusin2007-12-171-1/+1
* i965: return false when the function fails, not succeedsZack Rusin2007-12-171-3/+2
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-175-71/+38
* 965: remove dead state atom declsKeith Whitwell2007-12-172-20/+0
* 965: fix for non-indexed draw pathKeith Whitwell2007-12-171-2/+5
* 965: fix/hack check for NULL texunit in state uploadKeith Whitwell2007-12-171-0/+3