summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-17st/mesa: remove unused screen variablesBrian Paul
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul
2011-02-17softpipe: rename env vars to be consistentBrian Paul
2011-02-16egl_dri2: add swrastHaitao Feng
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-16gallium/util: init key with memset()Brian Paul
2011-02-16svga: flush when transitioning between HW and SW rendering pathsBrian Paul
2011-02-16rtasm: add dummy return statement to silence MSVC warningBrian 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-16mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul
2011-02-16svga: disable a debug_printf() callBrian Paul
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