summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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-16Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie
2011-02-16r600g: add L8A8 SRGB formats.Dave Airlie
2011-02-16util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák
2011-02-16r600g: add L4A4 support.Dave Airlie
2011-02-16r600g: fix s3tc-texsubimageDave Airlie
2011-02-15st/python: add usage parameter to pipe_buffer_createVinson Lee
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: actually implement the is_buffer_busy hook the right wayMarek Olšák
2011-02-15r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák
2011-02-15r300g: fix a possible race condition when mapping a bufferMarek Olšák
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-14r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák
2011-02-14st/python: remove pipe_vertex_buffer::max_indexVinson Lee
2011-02-14graw: remove pipe_vertex_buffer::max_indexVinson Lee
2011-02-14r300g: implement pb_manager::is_buffer_busyMarek Olšák
2011-02-14pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking mapMarek 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-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák