summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2011-02-17r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie
2011-02-17r600g: add missing type to color buffer swap.Dave Airlie
2011-02-16svga: flush when transitioning between HW and SW rendering pathsBrian Paul
2011-02-16svga: use TRUE/FALSE instead of 0/1Brian Paul
2011-02-16svga: fix incorrect commentBrian Paul
2011-02-16svga: dimension the dirty[] array with SVGA_STATE_MAXBrian Paul
2011-02-16svga: disable a debug_printf() callBrian Paul
2011-02-16svga: Proper redefine_user_buffer implementation.José Fonseca
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák
2011-02-16r300g: fix blitting NPOT compressed texturesMarek Olšák
2011-02-16svga: Don't fake DXT compression ability.José Fonseca
2011-02-16nvc0: fix blend factor mappingChristoph Bumiller
2011-02-16nvc0: fix emit_dfdx,dfdyChristoph Bumiller
2011-02-16nvc0: don't swap sources if either value is not in a GPRChristoph Bumiller
2011-02-16nvc0: add missing break statements in constant_operandChristoph Bumiller
2011-02-16nvc0: fix clipping and use VIEWPORT instead of SCISSORChristoph Bumiller
2011-02-16nvc0: demagic the clear flags and fix region clearsChristoph Bumiller
2011-02-16nvc0: front stencil mask and func mask methods are swappedChristoph Bumiller
2011-02-16nvc0: clone memory values with multiple refs before modifying themChristoph Bumiller
2011-02-16nvc0: disable early fragment tests if KIL is usedChristoph Bumiller
2011-02-16nvc0: force vertex data through FIFO if we need to convert itChristoph Bumiller
2011-02-16nvc0: use format from the template on surface creationChristoph Bumiller
2011-02-16nvc0: update the set of formats supported by the 2D engineChristoph Bumiller
2011-02-16nvc0: fix user vertex buffer updatesChristoph Bumiller
2011-02-16r600g: fix typo in previous s3tc commitDave Airlie
2011-02-16r300g: fix texture border color for float formatsMarek Olšák
2011-02-16r600g: add L8A8 SRGB formats.Dave Airlie
2011-02-16r600g: add L4A4 support.Dave Airlie
2011-02-16r600g: fix s3tc-texsubimageDave Airlie
2011-02-16r300g: disable linear filtering for float texturesMarek Olšák
2011-02-16r600g: add srgb compressed formats to the list.Dave Airlie
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-15r600g: Fix RGB10_A2 format handlingFabian Bieler
2011-02-15r600g: fix regression in r6/7xx since mipmap reworkDave Airlie
2011-02-15nvc0: Fix uninitialized variable warning.Vinson Lee
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák
2011-02-15r600g: add support for s3tc formats.Dave Airlie
2011-02-15r600g: fix miptree calculationsDave Airlie
2011-02-15r600g: drop tiled flagDave Airlie
2011-02-15r300g: implement fences using dummy relocationsMarek Olšák
2011-02-15r300g: fix SIGFPE on debug buildsMarek Olšák
2011-02-15r300g: inline some of the pipe_buffer_map/unmap callsMarek Olšák
2011-02-14r300g: do not track whether occlusion queries have been flushedMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14r300g: Remove redundant initialization.Vinson Lee
2011-02-14r600g: add alignment cases for linear alignedAlex Deucher
2011-02-14svga: Set the appropriate flags when creating sampler/surface views.José Fonseca
2011-02-14r300g: put indices in CS if there's just a few of them and are in user memoryMarek Olšák
2011-02-14r300g: cleanup the draw functionsMarek Olšák