summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
AgeCommit message (Expand)Author
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-01i965: Rename pipe formats.José Fonseca
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger
2010-03-01i965g: Conversion to winsys handleJakob Bornecrantz
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-28i965g: Fix texture creationJakob Bornecrantz
2010-02-22i965g: Add fallthrough comments in switch statement.Vinson Lee
2010-02-22i965g: added missing texture cap queriesBrian Paul
2010-02-21i965g: Fix memory leak.Vinson Lee
2010-02-21i965g: Remove dead code.Vinson Lee
2010-02-21i965g: Fix assertions that were always true.Vinson Lee
2010-02-21i965g: Fix use of out-of-scope variable.Vinson Lee
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-11i965g: adapt to stencil ref changesRoland Scheidegger
2010-02-10i965g: ifdef out unused functions.Vinson Lee
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05i965g: Remove unnecessary headers.Vinson Lee
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31i965g: Add missing va_end.Vinson Lee
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-27i965g: Remove unnecessary headers.Vinson Lee
2010-01-26i965g: Silence uninitialized variable warning.Vinson Lee
2010-01-25i965g: adapt to blend changesRoland Scheidegger
2010-01-20gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-07i965g: updates for draw retvalKeith Whitwell
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul
2010-01-04i965g: Fix assert.Vinson Lee
2010-01-02i965: Add missing include.José Fonseca
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell
2009-12-24i965g: strict aliasing changesKeith Whitwell
2009-12-24i965g: calculate depth min/maxKeith Whitwell
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-23i965g: Rename {pf->util_format}_is_depth_or_stencil()Tomas Carnecky
2009-12-23[i965] Rename {pf -> util}_format_is_depth_or_stencil()Tomas Carnecky
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger