summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
AgeCommit message (Expand)AuthorFilesLines
2010-04-11i965g: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell26-684/+738
2010-04-05i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul1-1/+1
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger4-6/+6
2010-03-30i965g: Fix assertion that was always true.Vinson Lee1-2/+5
2010-03-30Merge branch '7.8'Michel Dänzer1-0/+1
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger1-2/+2
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger4-6/+6
2010-03-29i965g: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca1-2/+2
2010-03-27i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee1-0/+1
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+1
2010-03-16i965g: Fix after context transfersJakob Bornecrantz1-0/+1
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2-10/+21
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell2-2/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell2-10/+20
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol1-5/+7
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol14-410/+440
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger4-213/+251
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell2-30/+1
2010-03-08i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2-6/+9
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2-117/+127
2010-03-01i965: Rename pipe formats.José Fonseca5-37/+37
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger4-216/+251
2010-03-01i965g: Conversion to winsys handleJakob Bornecrantz2-115/+125
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz1-2/+2
2010-02-28i965g: Fix texture creationJakob Bornecrantz1-1/+1
2010-02-22i965g: Add fallthrough comments in switch statement.Vinson Lee1-3/+3
2010-02-22i965g: added missing texture cap queriesBrian Paul1-0/+4
2010-02-21i965g: Fix memory leak.Vinson Lee1-1/+2
2010-02-21i965g: Remove dead code.Vinson Lee1-2/+0
2010-02-21i965g: Fix assertions that were always true.Vinson Lee1-4/+10
2010-02-21i965g: Fix use of out-of-scope variable.Vinson Lee1-8/+7
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-1/+4
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger4-11/+37
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-5/+3
2010-02-11i965g: adapt to stencil ref changesRoland Scheidegger3-6/+34
2010-02-10i965g: ifdef out unused functions.Vinson Lee2-3/+6
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2-12/+11
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell4-5/+8
2010-02-05i965g: Remove unnecessary headers.Vinson Lee2-2/+0
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger2-9/+10
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca1-1/+0
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca9-2/+9
2010-01-31i965g: Add missing va_end.Vinson Lee1-0/+1
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri1-0/+6
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger1-11/+11
2010-01-27i965g: Remove unnecessary headers.Vinson Lee21-24/+0
2010-01-26i965g: Silence uninitialized variable warning.Vinson Lee1-0/+3
2010-01-25i965g: adapt to blend changesRoland Scheidegger1-11/+11