summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
AgeCommit message (Expand)Author
2010-05-10i965g: add brw_state_debug.c to SConscriptRoland Scheidegger
2010-05-03gallium: Remove loop register file.José Fonseca
2010-05-02i965g: s/sprintf/util_snprintf/Vinson Lee
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-17i965g: Fix printf format specifier.José Fonseca
2010-05-16i965g: Fix return for resource_get_handleJakob Bornecrantz
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca
2010-04-20i965g: s/inttypes.h/stdint.h/Vinson Lee
2010-04-20i965g: Remove unnecessary header.Vinson Lee
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-19i965g: Implement index bias.José Fonseca
2010-04-17i965g: Remove redundant assert.Vinson Lee
2010-04-11i965g: Remove unnecessary header.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-05i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-30i965g: Fix assertion that was always true.Vinson Lee
2010-03-30Merge branch '7.8'Michel Dänzer
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29i965g: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-27i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16i965g: Fix after context transfersJakob Bornecrantz
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
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