summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-185-76/+122
|\
| * i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer2009-02-185-76/+122
* | Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-13/+44
|\ \
| * | i915: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-131-13/+44
| |/
* / util: Move p_debug.h into util module.José Fonseca2009-02-182-2/+2
|/
* i915: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-024-14/+25
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-309-14/+14
* Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca2009-01-303-21/+21
|\
| * i915: Fix surface operationsJakob Bornecrantz2009-01-303-21/+21
* | gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-292-8/+8
|/
* i915: Don't take a context as argument for debugJakob Bornecrantz2009-01-292-7/+5