summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)Author
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02i915g: Add assert to check for null pointer dereference.Vinson Lee
2010-03-01i915g: Rename pipe formats.José Fonseca
2010-03-01i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-02-24i915g: fix a commentBrian Paul
2010-02-22i915g: added missing texture cap queriesBrian Paul
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-11i915g: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01i915: Add missing includes.José Fonseca
2010-01-30i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-26i915g: Remove unnecessary headers.Vinson Lee
2010-01-25i915g: adapt to blend changesRoland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21i915g: Remove unnecessary header.Vinson Lee
2010-01-19i915g: Remove unnecessary headers.Vinson Lee
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27i915g: Silence unused variable warning.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01i915: Update for renamed sampler/texture state setters.Michal Krol
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-20i915g: Add missing break statement in i915_debug.c.Vinson Lee
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-11-17i915g: replace //-style commentsBrian Paul
2009-11-17i915g: remove trailing commas in enum lists to silence warningsBrian Paul