summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-04-25r300g: don't crash when getting NULL colorbuffersMarek Olšák4-29/+60
2014-04-25r300g: fix runtime warning after winsys cleanupMarek Olšák1-1/+0
2014-04-25radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák1-0/+6
2014-04-24st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca1-19/+1
2014-04-24llvmpipe: Advertise GLSL 3.30.José Fonseca1-1/+1
2014-04-24st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15
2014-04-24draw/llvm: reduce memory usageZack Rusin5-20/+27
2014-04-24gallivm: Fix wrong operator in lp_exec_default.José Fonseca1-1/+1
2014-04-23util/u_debug: Pass correct size to strncat.José Fonseca1-4/+4
2014-04-23freedreno/a3xx: fix TOTALATTRTOVSRob Clark4-1/+7
2014-04-22st/omx/enc: implement frame reordering and B-framesChristian König2-23/+87
2014-04-22st/omx/enc: replace omx buffer with texture bufferLeo Liu1-29/+185
2014-04-22radeonsi: Fix calculation of number of banks for SIMichel Dänzer3-16/+20
2014-04-21svga: move draw debug code into separate functionBrian Paul1-123/+135
2014-04-21libgl-gdi: silence unused variable warning when not using LLVMBrian Paul1-0/+2
2014-04-19nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2-7/+9
2014-04-19nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin1-2/+2
2014-04-19nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin1-4/+4
2014-04-19gallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove trailing spacesIlia Mirkin1-4/+4
2014-04-18radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher3-24/+19
2014-04-18r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2-2/+2
2014-04-17svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul1-3/+3
2014-04-17svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul3-13/+9
2014-04-17svga: add VS code to set attribute W component to 1Brian Paul5-46/+100
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul6-14/+151
2014-04-17svga: move translated vertex declaration types into svga_velems_stateBrian Paul4-40/+45
2014-04-17Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul3-49/+2
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul2-12/+26
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul2-13/+25
2014-04-17radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell3-9/+55
2014-04-17winsys/radeon: remove some unused codeMarek Olšák1-28/+8
2014-04-17winsys/radeon: remove is_handle_added arrayMarek Olšák2-30/+34
2014-04-17winsys/radeon: remove local variable reloc from radeon_get_relocMarek Olšák1-5/+2
2014-04-17winsys/radeon: remove parameter reloc from radeon_get_relocMarek Olšák2-11/+8
2014-04-17util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca1-0/+3
2014-04-17auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2-5/+2
2014-04-17nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst4-24/+24
2014-04-17st/xa: Cache render target surfaceThomas Hellstrom1-3/+15
2014-04-17st/xa: scissor to help tilersRob Clark4-0/+48
2014-04-17st/xa: remove unneeded argsRob Clark5-12/+8
2014-04-17r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer3-5/+5
2014-04-16gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger1-11/+20
2014-04-16r600g,radeonsi: share some of gfx flush codeMarek Olšák4-82/+55
2014-04-16r600g,radeonsi: share r600_flush_from_stMarek Olšák3-34/+17
2014-04-16r600g: merge r600_flush with r600_context_flushMarek Olšák3-45/+33
2014-04-16radeonsi: merge si_flush with si_context_flushMarek Olšák4-38/+33
2014-04-16gallium/radeon: create and return a fence in the flush functionMarek Olšák20-85/+99
2014-04-16r600g: remove redundant r600_flush_dma_from_winsysMarek Olšák1-8/+1
2014-04-16winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák8-42/+26
2014-04-16radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák1-8/+9