summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-06-02r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller1-28/+58
2014-06-02r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2-0/+18
2014-06-02r600g: handle PIPE_QUERY_GPU_FINISHEDChristoph Bumiller1-0/+9
2014-05-31llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2-28/+30
2014-05-31llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-05-31softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2-5/+9
2014-05-31svga: use svga_shader_too_large() in compile_vs()Brian Paul1-8/+36
2014-05-31svga: use svga_shader_too_large() in compile_fs()Brian Paul1-3/+1
2014-05-31svga: added svga_shader_too_large() helperBrian Paul1-0/+21
2014-05-30util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee1-1/+1
2014-05-30st/wgl: use _debug_printf() instead of fprintf()Brian Paul1-7/+3
2014-05-30st/wgl: formatting fixes in stw_framebuffer.cBrian Paul1-82/+70
2014-05-30st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2-15/+9
2014-05-30st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul3-22/+136
2014-05-30st/wgl: add debug code to check that pixel format initialization workedBrian Paul1-3/+9
2014-05-30st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul1-1/+1
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-28i915g: Support B5G5R5A1 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Support R4G4B4A4 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-28egl-static: Fix undefined reference to `loader_*'José Fonseca1-0/+1
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot3-7/+12
2014-05-27nvc0: add GK20A 3D classAlexandre Courbot2-1/+9
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-05-27radeon/vce: implement non-referenced framesLeo Liu2-3/+5
2014-05-27vl: add interface for non-referenced framesLeo Liu1-0/+2
2014-05-26i915g: Fix shader disasm codeStéphane Marchesin1-1/+0
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin3-11/+91
2014-05-26nvc0: implement clear_bufferTobias Klausmann1-0/+141
2014-05-26nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin1-9/+4
2014-05-26freedreno/a3xx: texture fixesRob Clark1-1/+3
2014-05-26freedreno: update generated headersRob Clark4-5/+7
2014-05-26freedreno: few caps fixesRob Clark2-4/+8
2014-05-25automake: correctly append the version-scriptEmil Velikov6-25/+38
2014-05-25targets/libgl-xlib: hide all the exported symbol mayhemEmil Velikov2-0/+12
2014-05-25targets/osmesa: include mangled gl symbolsEmil Velikov1-0/+1
2014-05-25targets/xa: limit the amount of exported symbolsEmil Velikov2-0/+43
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov9-55/+28
2014-05-23nv50: count wrapped textures towards the tex_obj countJoakim Sindholt1-0/+2
2014-05-23nvc0: assert that we have vertex elements stateChristoph Bumiller1-0/+1
2014-05-23nvc0: use PRIxPTR for sizeof()Christoph Bumiller1-1/+1
2014-05-23nv50,nvc0: allow 15,16,30 bpp display formatsChristoph Bumiller1-4/+4
2014-05-23nv50,nvc0: handle guard band definesChristoph Bumiller2-4/+16
2014-05-23nv50/ir/tgsi: optimize KILChristoph Bumiller1-0/+5
2014-05-23nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-23nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller1-1/+3
2014-05-23nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller1-1/+5