summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
AgeCommit message (Expand)AuthorFilesLines
2010-01-20gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith2-3/+3
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-3/+3
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger1-3/+1
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-07i965g: updates for draw retvalKeith Whitwell1-11/+9
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul1-1/+1
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-2/+0
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul1-1/+1
2010-01-04i965g: Fix assert.Vinson Lee1-1/+1
2010-01-02i965: Add missing include.José Fonseca1-0/+2
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell4-34/+33
2009-12-24i965g: strict aliasing changesKeith Whitwell1-4/+4
2009-12-24i965g: calculate depth min/maxKeith Whitwell1-2/+9
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-3/+3
2009-12-23i965g: Rename {pf->util_format}_is_depth_or_stencil()Tomas Carnecky1-1/+1
2009-12-23[i965] Rename {pf -> util}_format_is_depth_or_stencil()Tomas Carnecky1-1/+2
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger5-33/+0
2009-12-22i965g: fix bo_referenceKeith Whitwell1-0/+2
2009-12-22i965g: update for u_format changesKeith Whitwell2-12/+13
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell17-100/+111
2009-12-21i965g: remove half-finished change to tgsi_parseKeith Whitwell1-1/+1
2009-12-21i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFERKeith Whitwell4-5/+10
2009-12-21i965g: keep refcounts to bound vertex buffersKeith Whitwell1-4/+19
2009-12-21i965g: add DEBUG_WINSYS flagKeith Whitwell2-2/+2
2009-12-21i965g: remove duplicate set_viewport_state, fixes samples/depthKeith Whitwell1-9/+0
2009-12-10gallium: Silence compiler warnings.michal1-1/+0
2009-12-10i965: Fix after sampler view changes.michal5-23/+52
2009-12-01i965g: nasty hack for clearing y-tiled surfacesKeith Whitwell1-1/+5
2009-12-01i965g: add missing headerKeith Whitwell1-0/+34
2009-12-01i965g: don't reference unused vars in RSQKeith Whitwell1-2/+3
2009-11-30i965g: turn on texture tiling by defaultKeith Whitwell3-7/+8
2009-11-30i965g: pass backbuffer tiling information to driverKeith Whitwell4-13/+12
2009-11-30brw: add dumping to gem winsysKeith Whitwell11-8/+127
2009-11-30i965g: remove redundant nr_attrs memberKeith Whitwell4-12/+8
2009-11-29i965g: remove surface from views list before freeingDave Airlie1-0/+1
2009-11-23i965g: gs nr_attrs also tracks nr fragment shader inputsKeith Whitwell1-4/+6
2009-11-23i965g: correct test for unfilled modesKeith Whitwell1-2/+4
2009-11-23i965g: use correct key size for vs uploadKeith Whitwell1-1/+1
2009-11-23i965g: apply linear math to both linear and perspective attrsKeith Whitwell2-3/+2
2009-11-21i965g: get basic texturing working againKeith Whitwell9-66/+117
2009-11-19i965g: fix typo converting wm src regsKeith Whitwell1-1/+1
2009-11-19i965g: fragment shader immediates workingKeith Whitwell3-53/+34
2009-11-19i965g: first pass at vs immediates in curbeKeith Whitwell4-85/+124
2009-11-19i965g: get linear vs perspective interpolation working againKeith Whitwell1-15/+19
2009-11-19i965g: include interpolation info in fs signatureKeith Whitwell2-2/+4
2009-11-19i965g: special case setup when fs has no inputsKeith Whitwell3-25/+55
2009-11-19i965g: add new state flag tracking fs signature changesKeith Whitwell4-10/+20
2009-11-19i965g: fix typo in previous commitKeith Whitwell1-1/+1
2009-11-19i965g: setup nr_attrs should track nr fragment shader inputsKeith Whitwell1-2/+6
2009-11-19i965g: get fragment constants sort-of workingKeith Whitwell1-8/+9