r300g: Add A8_UNORM texture format.
[mesa.git] / src / gallium / drivers / i965 /
2010-01-27 Vinson Leei965g: Silence uninitialized variable warning.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-21 Alan Coopersmithgallium/i965: Make brw_batchbuffer prototypes match...
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Roland Scheideggergallium: remove const qualifier from pipe_buffer argume...
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-07 Keith Whitwelli965g: updates for draw retval
2010-01-06 Brian Pauli965g: fix invalid assertion in emit_xpd(), again
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
2010-01-05 Brian Pauli965g: fix invalid assertion in emit_xpd()
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Vinson Leei965g: Fix assert.
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-02 José Fonsecai965: Add missing include.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-24 Keith Whitwelli965g: get trivial/tri working again after edgeflag...
2009-12-24 Keith Whitwelli965g: strict aliasing changes
2009-12-24 Keith Whitwelli965g: calculate depth min/max
2009-12-23 Roland Scheideggergallium: adapt drivers to pipe_constant_buffer removal
2009-12-23 Tomas Carneckyi965g: Rename {pf->util_format}_is_depth_or_stencil()
2009-12-23 Tomas Carnecky[i965] Rename {pf -> util}_format_is_depth_or_stencil()
2009-12-22 Roland Scheideggeri965g: fix for edgeflag changes (untested)
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith Whitwelli965g: fix bo_reference
2009-12-22 Keith Whitwelli965g: update for u_format changes
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-21 Keith Whitwelli965g: fixes to build after merge of master
2009-12-21 Keith Whitwelli965g: remove half-finished change to tgsi_parse
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-21 Keith Whitwelli965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
2009-12-21 Keith Whitwelli965g: keep refcounts to bound vertex buffers
2009-12-21 Keith Whitwelli965g: add DEBUG_WINSYS flag
2009-12-21 Keith Whitwelli965g: remove duplicate set_viewport_state, fixes sampl...
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-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 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-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: 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: 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: Fix texture blanket function
2009-11-06 Jakob Bornecrantzi965g: Add functions needed by the winsys
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
next