summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965
Commit message (Expand)AuthorAgeFilesLines
* i965g: Remove unnecessary header.Vinson Lee2010-04-111-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-1026-684/+738
* i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul2010-04-051-1/+1
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-314-6/+6
|\
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-2/+2
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-304-6/+6
* | | i965g: Fix assertion that was always true.Vinson Lee2010-03-301-2/+5
* | | Merge branch '7.8'Michel Dänzer2010-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee2010-03-271-0/+1
* | | i965g: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
| |/ |/|
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-161-0/+1
|\ \
| * | i965g: Fix after context transfersJakob Bornecrantz2010-03-161-0/+1
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-132-10/+21
|\| |
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-112-2/+3
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-112-10/+20
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1014-410/+440
|\| |
| * | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-094-213/+251
| |\ \
| | * | gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
| | * | i965g: adapt to new vertex element csoRoland Scheidegger2010-03-014-216/+251
| | * | gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+4
| * | | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-092-30/+1
| * | | i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-082-6/+9
| * | | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-117/+127
| |\ \ \ | | |_|/ | |/| |
| | * | i965g: Conversion to winsys handleJakob Bornecrantz2010-03-012-115/+125
| | * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-2/+2
| * | | i965: Rename pipe formats.José Fonseca2010-03-015-37/+37
| |/ /
| * | i965g: Fix texture creationJakob Bornecrantz2010-02-281-1/+1
| * | i965g: Add fallthrough comments in switch statement.Vinson Lee2010-02-221-3/+3
| * | i965g: added missing texture cap queriesBrian Paul2010-02-221-0/+4
| * | i965g: Fix memory leak.Vinson Lee2010-02-211-1/+2
| * | i965g: Remove dead code.Vinson Lee2010-02-211-2/+0
| * | i965g: Fix assertions that were always true.Vinson Lee2010-02-211-4/+10
| * | i965g: Fix use of out-of-scope variable.Vinson Lee2010-02-211-8/+7
| |/
* | gallium: Silence compiler warnings.michal2009-12-101-1/+0
* | i965: Fix after sampler view changes.michal2009-12-105-23/+52
|/
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-124-11/+37
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-5/+3
| * i965g: adapt to stencil ref changesRoland Scheidegger2010-02-113-6/+34
* | i965g: ifdef out unused functions.Vinson Lee2010-02-102-3/+6
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-12/+11
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-9/+10
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-3/+1
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-084-5/+8
* | i965g: Remove unnecessary headers.Vinson Lee2010-02-052-2/+0
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+0
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-029-2/+9
* | i965g: Add missing va_end.Vinson Lee2010-01-311-0/+1
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-11/+11
|\ \