summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Don't try to continue space before the start of a VBO.Eric Anholt2011-06-181-0/+2
* i965: Add missing state flag for vertex elements on current VS program.Eric Anholt2011-06-181-1/+2
* r300g: rename AOS -> VARRAYSMarek Olšák2011-06-181-17/+17
* r300g: fix handling PREP_* optionsMarek Olšák2011-06-181-31/+32
* r600g: fix LIT to handle src==dst properlyVadim Girlin2011-06-181-1/+3
* r600g: fix RSQ to use abs value of operand on evergreenVadim Girlin2011-06-181-1/+1
* r600g: fix source box in r600_resource_copy_regionVadim Girlin2011-06-181-2/+11
* mesa: allow depth texture arraysBrian Paul2011-06-171-1/+5
* st/mesa: remove unneeded test for GL_TRUEBrian Paul2011-06-171-1/+1
* st/mesa: remove redundant _mesa_is_depth_format() callBrian Paul2011-06-171-2/+1
* st/mesa: remove trailing whitespace in st_format.cBrian Paul2011-06-171-2/+2
* st/mesa: move comment for ChooseTextureFormat() to right placeBrian Paul2011-06-171-3/+4
* apple: Use apple_cgl_get_dl_handle() rather than opening a new handleJeremy Huddleston2011-06-171-22/+2
* scons: Correct glapi USE_xxx_ASM flags.José Fonseca2011-06-171-11/+4
* glx: implement drawable refcounting.Stéphane Marchesin2011-06-176-21/+37
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-1710-62/+49
* mesa: use helper functions to distinguish between user/winsys FBOsBrian Paul2011-06-161-18/+42
* mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul2011-06-163-11/+27
* mesa: updated comments in _make_current()Brian Paul2011-06-161-8/+5
* r600: fix SPI inputs setup on r600/r700Vadim Girlin2011-06-161-4/+9
* intel: Fix typo in intel_offset_S8 commentsChad Versace2011-06-151-1/+1
* i965/gen5,6: Fix hang when emitting hiz buffer without stencil bufferChad Versace2011-06-151-18/+40
* r600g: disable render condition for some blitter operationsMarek Olšák2011-06-153-6/+34
* r600g: fix TXD src regs needing fetching.Mike Kaplinskiy2011-06-151-46/+50
* r600g: use inlines for some common tex instr setup code.Mike Kaplinskiy2011-06-151-11/+24
* glsl/builtins: Actually implement int/ivec variants of abs().Kenneth Graunke2011-06-141-0/+20
* r600g: fix TXD when shadowing is enabled.Mike Kaplinskiy2011-06-152-6/+17
* r600g: add TXD support.Dave Airlie2011-06-154-6/+64
* i915g: add const qualifier to silence warningBrian Paul2011-06-141-1/+1
* r600g: also set TILE_MODE of the base levelMarek Olšák2011-06-151-1/+1
* r600g: force OpenGL's BASE_LEVEL behavior on r600-r700Marek Olšák2011-06-151-10/+16
* glsl/generate_builtins.py: Remove regexp to kill pointer addresses.Kenneth Graunke2011-06-141-4/+0
* glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2011-06-142-2586/+2666
* st/mesa: fix indentation, whitespaceBrian Paul2011-06-141-69/+74
* st/mesa: replace st->ctx with ctxBrian Paul2011-06-147-69/+80
* st/mesa: fix comments, whitespaceBrian Paul2011-06-141-3/+4
* st/mesa: improved is_interleaved_arrays() checkingBrian Paul2011-06-141-31/+19
* r600c: add tiling support for evergreen+Alex Deucher2011-06-141-45/+95
* r600g: fix RGB32F texturingMarek Olšák2011-06-141-1/+2
* r600g: fix indentation and commentsMarek Olšák2011-06-142-37/+40
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-144-69/+52
* mesa: Remove uncompressed code from generate_mipmaps_compressed().Eric Anholt2011-06-141-100/+77
* mesa: Remove compressed code from generate_mipmaps_uncompressed().Eric Anholt2011-06-141-114/+4
* mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.Eric Anholt2011-06-141-26/+225
* intel: Fix miptree height alignment for compressed NPOT textures.Eric Anholt2011-06-141-4/+2
* intel: Drop dead preinitialization of align_w, align_h.Eric Anholt2011-06-141-1/+1
* intel: Drop the cpp argument to intel_miptree_create().Eric Anholt2011-06-145-22/+5
* intel: Calculate compress_byte in intel_miptree_create.Eric Anholt2011-06-145-26/+18
* intel: Use the gl_format to get the base_format for miptree create.Eric Anholt2011-06-145-5/+1
* intel: Drop the internal_format field of the mipmap tree.Eric Anholt2011-06-145-15/+4