summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/tests: conditionally include sw/dri winsysEmil Velikov2014-04-251-1/+5
* automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov2014-04-254-4/+4
* pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2014-04-252-0/+6
* llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger2014-04-256-163/+190
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-2511-38/+38
* llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger2014-04-251-1/+1
* r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák2014-04-255-7/+27
* r600g: fix for an MSAA hang on RV770Marek Olšák2014-04-253-1/+12
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-254-61/+64
* r600g: fix for HTILE on R6xxMarek Olšák2014-04-251-0/+6
* r600g: fix buffer copying on R600-R700Marek Olšák2014-04-251-0/+6
* r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák2014-04-251-0/+9
* r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák2014-04-251-0/+6
* r600g: disable async DMA on R700Marek Olšák2014-04-251-1/+2
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-254-29/+60
* r300g: fix runtime warning after winsys cleanupMarek Olšák2014-04-251-1/+0
* radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák2014-04-251-0/+6
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1
* llvmpipe: Advertise GLSL 3.30.José Fonseca2014-04-241-1/+1
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* draw/llvm: reduce memory usageZack Rusin2014-04-245-20/+27
* gallivm: Fix wrong operator in lp_exec_default.José Fonseca2014-04-241-1/+1
* util/u_debug: Pass correct size to strncat.José Fonseca2014-04-231-4/+4
* freedreno/a3xx: fix TOTALATTRTOVSRob Clark2014-04-234-1/+7
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-222-23/+87
* st/omx/enc: replace omx buffer with texture bufferLeo Liu2014-04-221-29/+185
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-223-16/+20
* svga: move draw debug code into separate functionBrian Paul2014-04-211-123/+135
* libgl-gdi: silence unused variable warning when not using LLVMBrian Paul2014-04-211-0/+2
* nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2014-04-192-7/+9
* nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin2014-04-191-2/+2
* nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin2014-04-191-4/+4
* gallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove trailing spacesIlia Mirkin2014-04-191-4/+4
* radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher2014-04-183-24/+19
* r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2014-04-182-2/+2
* svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul2014-04-171-3/+3
* svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul2014-04-173-13/+9
* svga: add VS code to set attribute W component to 1Brian Paul2014-04-175-46/+100
* svga: implement support for signed byte vertex attributesBrian Paul2014-04-176-14/+151
* svga: move translated vertex declaration types into svga_velems_stateBrian Paul2014-04-174-40/+45
* Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul2014-04-173-49/+2
* svga: use new inst_token_setp() helper functionBrian Paul2014-04-172-12/+26
* svga: use new inst_token_predicated() helper functionBrian Paul2014-04-172-13/+25
* radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell2014-04-173-9/+55
* winsys/radeon: remove some unused codeMarek Olšák2014-04-171-28/+8
* winsys/radeon: remove is_handle_added arrayMarek Olšák2014-04-172-30/+34
* winsys/radeon: remove local variable reloc from radeon_get_relocMarek Olšák2014-04-171-5/+2
* winsys/radeon: remove parameter reloc from radeon_get_relocMarek Olšák2014-04-172-11/+8
* util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca2014-04-171-0/+3