summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-16mesa: 80-column wrapBrian 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-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák
2011-02-16mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák
2011-02-16mesa: Remove the DXT compression via blit path.José Fonseca
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-16mesa: use gl_format type instead of GLuintBrian Paul
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-15linker: Fix off-by-one error implicit array sizingIan Romanick
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-15glsl: Reinstate constant-folding for division by zeroChad Versace
2011-02-15Revert "glsl: Fix constant-folding for reciprocal expressions"Chad Versace
2011-02-15tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace
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-15st/mesa: fix compressed mipmap generation.Dave Airlie
2011-02-15st/mesa: fix GLES buildMarek Olšák
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