summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple
Commit message (Expand)AuthorAgeFilesLines
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-0535-10485/+0
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-1/+1
* i915: Fix MSVC build.Vinson Lee2009-09-291-1/+1
* i915g: Submit direct vertex buffersJakob Bornecrantz2009-09-271-2/+31
* i915g: Fix warningJakob Bornecrantz2009-09-271-1/+1
* i915g: Tile shared buffers as wellJakob Bornecrantz2009-09-271-0/+47
* i915g: Use booleanJakob Bornecrantz2009-09-271-1/+1
* gallium: Update vendor string.José Fonseca2009-09-231-1/+1
* i915g: Do propper references of surfaces in contextJakob Bornecrantz2009-09-222-1/+16
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* i915g: Add buffer write callbackJakob Bornecrantz2009-09-091-0/+11
* i915g: Reorg vbuf code a bitJakob Bornecrantz2009-09-091-36/+61
* i915g: Keep vertex buffers in a fifoJakob Bornecrantz2009-09-091-5/+36
* i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz2009-09-041-2/+2
* i915g: Don't send flush flags to HWJakob Bornecrantz2009-09-031-0/+8
* i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz2009-09-0116-340/+294
* i915g: Add header file for new winsys interfaceJakob Bornecrantz2009-09-011-0/+219
* i915g: Add new buffer code not yet hocked upJakob Bornecrantz2009-09-014-0/+169
* i915g: Reorg texture layout codeJakob Bornecrantz2009-08-311-196/+207
* i915g: Move transfer functions into i915_texture.cJakob Bornecrantz2009-08-312-91/+93
* i915g: Reorg texture code a bitJakob Bornecrantz2009-08-311-36/+53
* i915g: Don't use winsys directly in the driverJakob Bornecrantz2009-08-312-4/+4
* i915g: Cleanup i915_prim_vbuf.cJakob Bornecrantz2009-08-311-106/+97
* i915g: Cleanup i915_screen.[c|h]Jakob Bornecrantz2009-08-312-51/+34
* i915g: Cleanup i915_context.cJakob Bornecrantz2009-08-311-57/+71
* i915g: Cleanup i915_blit.[c|h]Jakob Bornecrantz2009-08-312-57/+50
* i915g: Cleanup i915_state_emit.cJakob Bornecrantz2009-08-311-77/+77
* i915g: Cleanup i915_texture.cJakob Bornecrantz2009-08-311-18/+18
* i915g: Cleanup texture init functions a bitJakob Bornecrantz2009-08-314-23/+9
* i915g: Rename pipe field on context to baseJakob Bornecrantz2009-08-316-54/+55
* i915g: Rename screen field on screen to baseJakob Bornecrantz2009-08-312-15/+16
* i915g: Add cursor case for scanout layoutJakob Bornecrantz2009-08-281-12/+13
* i915g: Check relocs as wellJakob Bornecrantz2009-08-121-2/+2
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-5/+0
* i915g: Don't forget x/y coords in transfersJakob Bornecrantz2009-08-081-0/+2
* i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz2009-08-061-4/+12
* i915g: Treat primary textures as scanout buffersJakob Bornecrantz2009-08-052-9/+17
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+2
* i915simple: remove duplicated i915_context.c in C_SOURCESBrian Paul2009-04-301-1/+0
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-042-8/+9
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-262-10/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-2/+1
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-043-59/+31
* i915: Enable winsys to get buffer from textureJakob Bornecrantz2009-02-252-0/+31
* i915: Fix some warningsJakob Bornecrantz2009-02-251-2/+0
* i915: Clean up i915_winsys.h a bitJakob Bornecrantz2009-02-253-14/+20
* gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul2009-02-201-0/+11
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0