aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-172-5/+2
* nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst2014-04-174-24/+24
* st/xa: Cache render target surfaceThomas Hellstrom2014-04-171-3/+15
* st/xa: scissor to help tilersRob Clark2014-04-174-0/+48
* st/xa: remove unneeded argsRob Clark2014-04-175-12/+8
* r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer2014-04-173-5/+5
* gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger2014-04-161-11/+20
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-164-82/+55
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-163-34/+17
* r600g: merge r600_flush with r600_context_flushMarek Olšák2014-04-163-45/+33
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-164-38/+33
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-1620-85/+99