aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965
Commit message (Expand)AuthorAgeFilesLines
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-033-12/+66
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-14/+14
| * i965g: adapt to clear interface changesRoland Scheidegger2010-05-293-12/+66
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-29/+29
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-215-4/+20
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * i965g: adapt to interface changesRoland Scheidegger2010-05-174-4/+13
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-214-30/+58
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-144-14/+15
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-143-18/+45
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | | i965g: Fix printf format specifier.José Fonseca2010-05-171-1/+1
* | | i965g: Fix return for resource_get_handleJakob Bornecrantz2010-05-161-1/+1
|/ /
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | i965g: fix resource creation recursion bugRoland Scheidegger2010-05-101-1/+1
* | i965g: add brw_state_debug.c to SConscriptRoland Scheidegger2010-05-101-1/+1
|/
* gallium: Remove loop register file.José Fonseca2010-05-031-1/+2
* i965g: s/sprintf/util_snprintf/Vinson Lee2010-05-021-5/+6
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-232-3/+3
* i965g: s/inttypes.h/stdint.h/Vinson Lee2010-04-201-1/+1
* i965g: Remove unnecessary header.Vinson Lee2010-04-201-1/+0
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* i965g: Implement index bias.José Fonseca2010-04-191-4/+6
* i965g: Remove redundant assert.Vinson Lee2010-04-171-1/+0
* 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