aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/gen7: Skip checking if we need a GS program for now.Eric Anholt2012-02-211-1/+0
* i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt2012-02-214-20/+17
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-2112-49/+42
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-2110-39/+29
* mesa: fix issues with texture border and array texturesAnuj Phogat2012-02-211-11/+59
* radeon/r600g: fix virtual address space allocationJerome Glisse2012-02-211-0/+3
* llvmpipe: Remove lp_test_sincos.José Fonseca2012-02-216-909/+8
* vl: add support for bob deinterlacingChristian König2012-02-214-12/+66
* st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König2012-02-211-18/+5
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-217-64/+4
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-213-2/+22
* st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee2012-02-201-9/+9
* llvmpipe: Don't assume vector is 4 wide in lp_build_sin()/lp_build_cos()José Fonseca2012-02-201-81/+60
* mesa: check for no state change in glPrimitiveRestartIndex()Brian Paul2012-02-201-4/+5
* mesa: check for no state change in Enable/DisableVertexAttribArray()Brian Paul2012-02-201-10/+22
* mesa: add missing return after _mesa_error() in update_array()Brian Paul2012-02-201-0/+1
* r300g: Fix build when libdrm is installed to non-standard dirTom Stellard2012-02-191-0/+2
* i965: Make the dummy fragment shader work in SIMD16 mode.Kenneth Graunke2012-02-181-5/+7
* i965: Fix GPU hangs in the dummy fragment shader.Kenneth Graunke2012-02-181-0/+2
* st/vega: Remove unused variable.Vinson Lee2012-02-181-4/+0
* st/glx: Remove unused variables.Vinson Lee2012-02-181-6/+3
* draw: add missing streamout state setup for draw/llvm.Dave Airlie2012-02-181-0/+1
* vbo: Eliminate short-circuiting in invalid-start case.Kenneth Graunke2012-02-171-5/+1
* vbo: Rework checking of 'end' against _MaxElement.Kenneth Graunke2012-02-171-11/+6
* vbo: Ignore invalid element ranges which are outside VBO bounds.Kenneth Graunke2012-02-171-0/+25
* vbo: Remove pedantic warning about 'end' beind out of bounds.Kenneth Graunke2012-02-171-47/+2
* intel: Fix rendering from textures after RenderTexture().Eric Anholt2012-02-175-61/+47
* intel: Improve the fallback debug for framebuffer status checks.Eric Anholt2012-02-171-2/+17
* mesa: Only end render-to-texture at bind time for drawbuffers.Eric Anholt2012-02-171-5/+2
* gallivm: fetch immediates to correct type (v2)Dave Airlie2012-02-171-3/+22
* gallivm: enable stores of integer types. (v2) + fix ARLDave Airlie2012-02-172-11/+59
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-174-16/+74
* gallivm: add uint/int bld to the base builder. (v2)Dave Airlie2012-02-173-9/+12
* gallivm: fix build gather to take a bld contextDave Airlie2012-02-171-8/+8
* gallivm: pass build context to exec_mask_store.Dave Airlie2012-02-171-5/+9
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-172-0/+112
* gallivm: Initialize x86 disassembler on x86_64 too.José Fonseca2012-02-171-2/+2
* llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca2012-02-171-3/+5
* llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca2012-02-171-10/+16
* llvmpipe: Add a negation test to lp_test_arit.José Fonseca2012-02-171-0/+7
* docs: News and release notes link for 8.0.1Ian Romanick2012-02-162-0/+8
* docs: Add 8.0.1 release md5sumsIan Romanick2012-02-161-1/+3
* docs: Add 8.0.1 release notesIan Romanick2012-02-161-0/+151
* r300g: don't use pipe_screen::winsysMarek Olšák2012-02-171-2/+2
* r300g: don't use pipe_context::winsysMarek Olšák2012-02-171-1/+1
* mesa: Update the version string to 8.1-develIan Romanick2012-02-161-1/+1
* docs: replace gitweb link with cgit linkBrian Paul2012-02-161-1/+1
* mesa: add missing texture integer test in glTexSubImage()Brian Paul2012-02-161-0/+11
* r600g: remove the workaround for quads and provoking vertexMarek Olšák2012-02-165-33/+25
* r600g: remove redundant r600_context::vs_so_stride_in_dwMarek Olšák2012-02-163-4/+1