i965g: nasty hack for clearing y-tiled surfaces
[mesa.git] / src /
2009-12-01 Keith Whitwelli965g: nasty hack for clearing y-tiled surfaces
2009-12-01 Keith Whitwelli965g: add missing header
2009-12-01 Keith Whitwelli965g: don't reference unused vars in RSQ
2009-12-01 Keith Whitwellmesa/st: avoid quadstrips if its easy to do so
2009-11-30 Keith Whitwelli965g: turn on texture tiling by default
2009-11-30 Keith Whitwelli965g: pass backbuffer tiling information to driver
2009-11-30 Keith Whitwellws/i965: more debug output
2009-11-30 Keith Whitwellws/i965: rename and change sense of I965_SEND_CMD to...
2009-11-30 Keith Whitwellbrw: add dumping to gem winsys
2009-11-30 Keith Whitwelli965g: remove redundant nr_attrs member
2009-11-29 Dave Airliei965g: remove surface from views list before freeing
2009-11-28 Dave Airliei965g: link xorg state tracker with -ldrm_intel
2009-11-23 Keith Whitwelli965g: gs nr_attrs also tracks nr fragment shader inputs
2009-11-23 Keith Whitwelli965g: correct test for unfilled modes
2009-11-23 Keith Whitwelli965g: use correct key size for vs upload
2009-11-23 Keith Whitwelli965g: apply linear math to both linear and perspective...
2009-11-21 Keith Whitwelli965g: get basic texturing working again
2009-11-20 Keith Whitwelli965g: fix typo converting wm src regs
2009-11-20 Keith Whitwelli965g: fragment shader immediates working
2009-11-20 Keith Whitwelli965g: first pass at vs immediates in curbe
2009-11-20 Keith Whitwelli965g: get linear vs perspective interpolation working...
2009-11-20 Keith Whitwelli965g: include interpolation info in fs signature
2009-11-20 Keith Whitwelli965g: special case setup when fs has no inputs
2009-11-20 Keith Whitwelli965g: add new state flag tracking fs signature changes
2009-11-20 Keith Whitwelli965g: fix typo in previous commit
2009-11-20 Keith Whitwelli965g: setup nr_attrs should track nr fragment shader...
2009-11-20 Keith Whitwelli965g: get fragment constants sort-of working
2009-11-19 Keith Whitwelli965g: make the load-before-use vs immediate path work
2009-11-19 Keith Whitwelli965g: fix initialization of texture width/height/depth...
2009-11-18 Keith Whitwelli965g: remove more references to nr_vp_outputs in wm...
2009-11-17 Keith Whitwelli965g: handle special vs outputs specially
2009-11-17 Keith Whitwelli965g rename offset_edge to offset_edgeflag
2009-11-15 Keith Whitwelli965g: remove droppings in xlib winsys
2009-11-15 Keith Whitwelli965g: restore check on line smooth state
2009-11-12 Keith Whitwelli965g: consult fs inputs when laying out vs output...
2009-11-12 Keith Whitwelli965g: skip over vertex position output when preallocat...
2009-11-12 Keith Whitwelli965g: some more cases where file_max[] is used without...
2009-11-12 Keith Whitwelli965g: smaller upload buffer for index data
2009-11-12 Keith Whitwelli965g: fix off-by-one on curbe upload
2009-11-12 Keith Whitwelli965g: avoid use of internally generated immediates
2009-11-07 Jakob Bornecrantzi965g: Fixup texture formats
2009-11-07 Jakob Bornecrantzi965g: Formalize on S8Z24 as the suported depth format
2009-11-06 Jakob Bornecrantzi965g: Fixup buffer creation function
2009-11-06 Jakob Bornecrantzi965g: Add texture transfer functions
2009-11-06 Jakob Bornecrantzi965g: Match pitch modification on get buffer as well
2009-11-06 Jakob Bornecrantzi965g: First clear!
2009-11-06 Keith Whitwelli965g: get rid of cc key, simplify state upload
2009-11-06 Jakob Bornecrantzi965g: trivial/clear can now send stuff to hardware
2009-11-06 Jakob Bornecrantzi965g: Fix texture blanket function
2009-11-06 Jakob Bornecrantzi965g: Add functions needed by the winsys
2009-11-06 Jakob Bornecrantzi965g: Winsys whitespace
2009-11-06 Jakob Bornecrantzi965g: Build winsys again
2009-11-06 Jakob Bornecrantzi965g: Header whitespace
2009-11-06 Keith Whitwelli965g: get brw_state_debug.c building
2009-11-06 Keith Whitwelli965g: propogate index size state
2009-11-06 Keith Whitwelli965g: remove references to brw_surface_bo()
2009-11-06 Keith Whitwelli965g: plumb through fb_write target and eot data
2009-11-06 Keith Whitwelli965g: propogate nr_cbufs into wm prog key
2009-11-06 Keith Whitwelli965g: init saturate field in fp dst_reg helper
2009-11-06 Keith Whitwelli965g: add dumping for our new pass_fp output
2009-11-06 Keith Whitwelli965g: disassemble each instruction as generated
2009-11-06 Keith Whitwelli965g: hardwire linear interpolation for now
2009-11-06 Keith Whitwelli965g: fix some reloc counts
2009-11-06 Keith Whitwelli965g: don't set up vs stack register for non-branching...
2009-11-06 Keith Whitwelli965g: add DEBUG_MIN_URB flag
2009-11-06 Keith Whitwelli965g: tgsi outputs cannot be used as source regs
2009-11-06 Keith Whitwelli965g: use curr.vertex_element state directly
2009-11-06 Keith Whitwelli965g: don't emit line stipple packet if stipple disabled
2009-11-06 Keith Whitwelli965g: populate brw_context chipset id
2009-11-06 Keith Whitwelli965g: make sure blend color packet header is initialized
2009-11-06 Keith Whitwelli965g: remove/disable inactive state atoms
2009-11-06 Keith Whitwelli965g: populate wm reloc array earlier
2009-11-06 Keith Whitwelli965g: point_rast_rule comment no longer applies
2009-11-06 Keith Whitwelli965g: scissor off by one
2009-11-06 Keith Whitwelli965g: restore code to populate the relocation background
2009-11-05 Keith Whitwelli965g: clean up winsys dumping code a little
2009-11-05 Keith Whitwelli965g: pass relocation information in an array with...
2009-11-05 Keith Whitwelli965g: propogate map-buffer-range semantics down to...
2009-11-05 Keith Whitwelli965g: make the winsys responsible for all buffer-...
2009-11-05 Keith Whitwelli965g: remove duplicate viewport state in brw_context
2009-11-05 Keith Whitwelli965g: correct sense of writedisable flags
2009-11-05 Keith Whitwellbrw: push more dumping into the winsys
2009-11-05 Keith Whitwelli965g: correct size of surf_bo array
2009-11-05 Keith Whitwelli965g: use Elements in loops over arrays
2009-11-05 Keith Whitwelli965g: add const qualifiers
2009-11-05 Keith Whitwelli965g: disassemble more than one instruction at a time
2009-11-05 Keith Whitwelli965g: remove old dumping code
2009-11-05 Keith Whitwelli965g: call dissassembler for appropriate data uploads
2009-11-05 Keith Whitwelli965g: add lots of error checks and early returns
2009-11-05 José Fonsecai965g: Don't dump pads or dwords aliases.
2009-11-05 Keith Whitwelli965g: hook up dumpers in dumping winsys
2009-11-05 José Fonsecai965g: Dumper for i965 structures.
2009-11-05 Keith Whitwelli965g: add data type tags to aid dumping/decoding
2009-11-05 Keith Whitwelli965g: use pipe_error return value for brw_batchbuffer_...
2009-11-05 Keith Whitwelli965g: fix compiler warning
2009-11-05 Jakob Bornecrantzi965g: Builds with scons
2009-11-05 Jakob Bornecrantzi965g: Fix debug check
2009-11-05 Jakob Bornecrantzi965g: Do not create a symlink for i965_dri.so
2009-11-05 Jakob Bornecrantzi915g: Do not create a symlink for i965_dri.so
2009-11-04 Keith Whitwelli965g: enable line stipple packet emit
next