summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple
AgeCommit message (Expand)Author
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-25i915: Enable winsys to get buffer from textureJakob Bornecrantz
2009-02-25i915: Fix some warningsJakob Bornecrantz
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-18i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-13i915: Use the new draw vbuf interfaceJakob Bornecrantz
2009-02-10i915: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-30i915: Fix surface operationsJakob Bornecrantz
2009-01-29i915: Don't take a context as argument for debugJakob Bornecrantz
2009-01-29i915: Don't dump batchbuffer on flush in contextJakob Bornecrantz
2009-01-28i915: Add verbose debugingJakob Bornecrantz
2009-01-28i915: Fix batchbuffer dumpingJakob Bornecrantz
2009-01-28i915: Flush on surface copy/clearJakob Bornecrantz
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27i915: queiten compiler warningsKeith Whitwell
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2008-12-31i915: Avoid ptr->int conversion.José Fonseca
2008-12-05i915: Silence warningsJakob Bornecrantz
2008-11-16i915: Silence warningsJakob Bornecrantz
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell
2008-09-04i915: Add missing include.José Fonseca
2008-09-04i915: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-02i915: Small fixes for tiled texturesJakob Bornecrantz
2008-08-25gallium: Add missing includes.Michal Krol
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-08-14check for winsys->destroy before callingAlan Hourihane
2008-08-13i915: Swap meanings of KIL and KILP.Michal Krol
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-13i915: Ops should not have pushed thatJakob Bornecrantz
2008-07-13i915: WIP swap reworkJakob Bornecrantz
2008-07-04i915: Added debug filling code of texture, not activeJakob Bornecrantz
2008-07-05psb: Fill all texture fields when creating texture blanket.José Fonseca