summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: remove redundant r600_flush_dma_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-168-42/+26
* radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák2014-04-161-8/+9
* r600g: remove redundant r600_flush_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2014-04-164-29/+23
* winsys/radeon: consolidate hash table lookupMarek Olšák2014-04-162-68/+49
* util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca2014-04-161-1/+5
* r600g/radeonsi: Map transfer staging texture unsynchronized when possibleMichel Dänzer2014-04-161-0/+2
* r600g/radeonsi: Use caching buffer manager for textures as wellMichel Dänzer2014-04-151-1/+1
* ilo: remove GPE state size estimationChia-I Wu2014-04-147-326/+97
* ilo: remove GPE command size estimationChia-I Wu2014-04-146-403/+87
* ilo: remove unused headersChia-I Wu2014-04-143-566/+0
* ilo: use only defines from genhw headersChia-I Wu2014-04-147-106/+87
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-1425-1626/+1626
* ilo: add genhw headersChia-I Wu2014-04-1422-131/+3504
* ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu2014-04-141-17/+46
* ilo: add TOY_OPCODE_DOChia-I Wu2014-04-146-7/+10