summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: move invariant register updates into start_cs for evergreen and caymanMarek Olšák2012-02-213-118/+100
* r600g: move invariant register updates into start_cs for r6xx-r7xxMarek Olšák2012-02-213-102/+82
* r600g: add a depth misc state which depends on occlusion queriesMarek Olšák2012-02-2110-91/+152
* r600g: consolidate the main draw codeMarek Olšák2012-02-214-133/+50
* r600g: move all invariant state from draw_vbo into start_csMarek Olšák2012-02-217-20/+35
* r600g: turn init_config into a command buffer for starting a CSMarek Olšák2012-02-2110-479/+379
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-214-171/+0
* gallium/util: remove u_simple_screenMarek Olšák2012-02-213-182/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-2121-37/+0
* 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
* r300g: Fix build when libdrm is installed to non-standard dirTom Stellard2012-02-191-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
* 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
* 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
* 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
* gallium: fix some comments in p_state.hBrian Paul2012-02-151-3/+3
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* st/vdpau: fix a small memory leakChristian König2012-02-141-0/+5
* vl: fix low strength denoise filterChristian König2012-02-143-7/+7
* r600g: fix tiling with cayman and virtual memoryJerome Glisse2012-02-141-10/+28
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-142-2/+24
* r600g: consolidate set_blend_color codeMarek Olšák2012-02-144-40/+23
* r600g: consolidate more translate functionsMarek Olšák2012-02-144-140/+74
* r600g: inline r600_translate_ds_funcMarek Olšák2012-02-142-16/+4
* r600g: remove unused variableMarek Olšák2012-02-141-2/+0
* r600g: consolidate some translate functionsMarek Olšák2012-02-144-84/+44
* Revert "r600g: don't advertise integer textures without GLSL 1.3"Marek Olšák2012-02-142-8/+0
* r600g: don't advertise integer textures without GLSL 1.3Marek Olšák2012-02-142-0/+8
* gallivm: Replace architecture test with PIPE_ARCH_*Stéphane Marchesin2012-02-121-4/+6