summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-18i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.Kenneth Graunke1-1/+31
2011-06-18i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.Kenneth Graunke2-10/+43
2011-06-18i965/fs: Check for compilation failure and bail before optimizing.Kenneth Graunke1-0/+2
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt26-298/+277
2011-06-18i965: Only flag the new-batch related state as dirty at new batch time.Eric Anholt1-5/+1
2011-06-18mesa: Fix render-to-texture regression.Eric Anholt1-2/+2
2011-06-18mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.Eric Anholt1-0/+2
2011-06-18i965: Don't try to continue space before the start of a VBO.Eric Anholt1-0/+2
2011-06-18i965: Add missing state flag for vertex elements on current VS program.Eric Anholt1-1/+2
2011-06-18r300g: rename AOS -> VARRAYSMarek Olšák1-17/+17
2011-06-18r300g: fix handling PREP_* optionsMarek Olšák1-31/+32
2011-06-18r600g: fix LIT to handle src==dst properlyVadim Girlin1-1/+3
2011-06-18r600g: fix RSQ to use abs value of operand on evergreenVadim Girlin1-1/+1
2011-06-18r600g: fix source box in r600_resource_copy_regionVadim Girlin1-2/+11
2011-06-17mesa: allow depth texture arraysBrian Paul1-1/+5
2011-06-17st/mesa: remove unneeded test for GL_TRUEBrian Paul1-1/+1
2011-06-17st/mesa: remove redundant _mesa_is_depth_format() callBrian Paul1-2/+1
2011-06-17st/mesa: remove trailing whitespace in st_format.cBrian Paul1-2/+2
2011-06-17st/mesa: move comment for ChooseTextureFormat() to right placeBrian Paul1-3/+4
2011-06-17apple: Use apple_cgl_get_dl_handle() rather than opening a new handleJeremy Huddleston1-22/+2
2011-06-17scons: List all targets.José Fonseca1-0/+15
2011-06-17scons: Remember the options set on the command line.José Fonseca1-0/+2
2011-06-17scons: Don't list MSVS_VERSION option outside windows platforms.José Fonseca1-1/+2
2011-06-17scons: Correct glapi USE_xxx_ASM flags.José Fonseca1-11/+4
2011-06-17scons: Accept verbose=yes instead of quiet=no.José Fonseca2-2/+4
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin6-21/+37
2011-06-17scons: Move all env setup to scons/gallium.pyJosé Fonseca2-22/+18
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca13-83/+56
2011-06-16mesa: use helper functions to distinguish between user/winsys FBOsBrian Paul1-18/+42
2011-06-16mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul3-11/+27
2011-06-16mesa: updated comments in _make_current()Brian Paul1-8/+5
2011-06-16r600: fix SPI inputs setup on r600/r700Vadim Girlin1-4/+9
2011-06-15intel: Fix typo in intel_offset_S8 commentsChad Versace1-1/+1
2011-06-15i965/gen5,6: Fix hang when emitting hiz buffer without stencil bufferChad Versace1-18/+40
2011-06-15r600g: disable render condition for some blitter operationsMarek Olšák3-6/+34
2011-06-15r600g: fix TXD src regs needing fetching.Mike Kaplinskiy1-46/+50
2011-06-15r600g: use inlines for some common tex instr setup code.Mike Kaplinskiy1-11/+24
2011-06-14glsl/builtins: Actually implement int/ivec variants of abs().Kenneth Graunke1-0/+20
2011-06-15r600g: fix TXD when shadowing is enabled.Mike Kaplinskiy2-6/+17
2011-06-15r600g: add TXD support.Dave Airlie4-6/+64
2011-06-14i915g: add const qualifier to silence warningBrian Paul1-1/+1
2011-06-15r600g: also set TILE_MODE of the base levelMarek Olšák1-1/+1
2011-06-15r600g: force OpenGL's BASE_LEVEL behavior on r600-r700Marek Olšák1-10/+16
2011-06-14glsl/generate_builtins.py: Remove regexp to kill pointer addresses.Kenneth Graunke1-4/+0
2011-06-14glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2-2586/+2666
2011-06-14st/mesa: fix indentation, whitespaceBrian Paul1-69/+74
2011-06-14st/mesa: replace st->ctx with ctxBrian Paul7-69/+80
2011-06-14st/mesa: fix comments, whitespaceBrian Paul1-3/+4
2011-06-14docs: 7.10.3 updatesBrian Paul3-1/+312
2011-06-14st/mesa: improved is_interleaved_arrays() checkingBrian Paul1-31/+19