summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-4/+34
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-3/+24
* r600g: bump texture/cb limits appropriately for evergreenAlex Deucher2010-12-021-2/+14
* r600c: bump texture limits to hw limitsAlex Deucher2010-12-021-2/+7
* gallium/util: add states relevant to geometry shadersZack Rusin2010-12-021-0/+4
* mesa: Temporary hack to prevent stack overflow on windowsJosé Fonseca2010-12-021-0/+17
* wgl: Fix visual's buffer_mask configuration.José Fonseca2010-12-021-1/+1
* mapi: Hack to avoid vgCreateFont being generated as vgCreateFontA.José Fonseca2010-12-021-0/+3
* mesa: Add getters for ARB_copy_buffer's attachment points.Eric Anholt2010-12-021-0/+13
* mesa: Add getters for the rest of the supported draw buffers.Eric Anholt2010-12-021-0/+8
* glsl: Fix flipped return of has_value() for array constants.Eric Anholt2010-12-021-1/+1
* WIN32_THREADS -> WIN32José Fonseca2010-12-0212-22/+14
* softpipe: increase max texture size to 16KBrian Paul2010-12-026-23/+73
* mesa: raise max texture sizes to 16KBrian Paul2010-12-024-114/+213
* r300/compiler: disable the swizzle lowering pass in vertex shadersMarek Olšák2010-12-021-1/+0
* wgl: Unreference the current framebuffer after the make_current call.José Fonseca2010-12-021-51/+58
* util: Don't try to use imagehlp on mingw.José Fonseca2010-12-021-2/+2
* util: __builtin_frame_address() doesn't work on mingw.José Fonseca2010-12-021-1/+4
* util: Plug leaks in util_destroy_gen_mipmap.José Fonseca2010-12-021-2/+4
* wgl: Fix double free. Remove dead code.José Fonseca2010-12-021-62/+4
* r300g: fix up cubemap texture offset computationMarek Olšák2010-12-021-0/+1
* util: C++ safe.José Fonseca2010-12-021-0/+11
* retrace: Some fixes.José Fonseca2010-12-021-1/+5
* st/vega: polygon_array requires a deep free.Chia-I Wu2010-12-021-5/+20
* st/vega: Destroy the pipe context with vg_context.Chia-I Wu2010-12-021-0/+3
* glsl: Fix linker bug in cross_validate_globals()Chad Versace2010-12-011-0/+7
* gallium: support for array textures and related changesRoland Scheidegger2010-12-02215-2610/+2819
* i965: add support for polygon mode on Sandybridge.Xiang, Haihao2010-12-021-0/+42
* i915g: Make sure that new vbo gets updatedJakob Bornecrantz2010-12-022-5/+10
* i915g: Improve debug printing for texturesJakob Bornecrantz2010-12-021-4/+21
* i915g: Fix closure of full batch buffersChris Wilson2010-12-022-72/+30
* i915g: track TODO itemsDaniel Vetter2010-12-021-0/+29
* i915g: assert(depth_surface->offset == 0)Daniel Vetter2010-12-021-1/+2
* i915g: enable x-tiling for render targetsDaniel Vetter2010-12-021-4/+0
* i915g: switch rendering to mipmapped textures to (x,y) offsetsDaniel Vetter2010-12-023-9/+29
* i915g: enable X-tiling for texturesDaniel Vetter2010-12-023-0/+27
* i915g: don't pot-align stride for tiled buffersDaniel Vetter2010-12-021-2/+3
* i915g: postpone mipmap/face offset calculationDaniel Vetter2010-12-023-27/+43
* i915g: implement unfenced relocs for textures using tiling bitsDaniel Vetter2010-12-023-5/+20
* i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter2010-12-022-8/+22
* i915g: return tiling in iws->buffer_from_handleDaniel Vetter2010-12-023-3/+9
* i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter2010-12-028-27/+38
* i915g: switch to tiled allocations, kill set_fenceDaniel Vetter2010-12-024-60/+2
* i915g: add winsys function to create tiled buffersDaniel Vetter2010-12-024-14/+102
* i915g: drop alignment parameter from iws->buffer_createDaniel Vetter2010-12-026-21/+7
* glsl: Mark the array access for whole-array comparisons.Eric Anholt2010-12-011-0/+14
* i965: Add support for loops in the VS.Eric Anholt2010-12-011-25/+33
* i965: Enable IF statements in the VS.Eric Anholt2010-12-011-3/+0
* i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt2010-12-013-4/+28
* i965: Add support for gen6 BREAK ISA emit.Eric Anholt2010-12-014-10/+112