summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-06-06nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin1-3/+3
2014-06-06gk110: add in forgotten code for gk110 isaIlia Mirkin1-0/+13
2014-06-06gk110/ir: emit texbar the same way that the blob doesIlia Mirkin1-1/+1
2014-06-05i915g: Remove 4444 and 5551 formatsStéphane Marchesin2-4/+2
2014-06-06nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann1-0/+13
2014-06-06nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann1-0/+17
2014-06-06nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann1-2/+6
2014-06-06nv50/ir: clear subop when folding constant expressionsTobias Klausmann1-0/+1
2014-06-04st/omx/enc: enable b framesLeo Liu2-3/+5
2014-06-04radeon/vce: implement h264 profile supportLeo Liu1-1/+4
2014-06-04st/omx/enc: implement h264 profile supportLeo Liu2-2/+49
2014-06-04vl: add more avc profilesLeo Liu2-1/+9
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca3-0/+43
2014-06-03r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2-2/+4
2014-06-03radeonsi: BlitFramebuffer should follow render conditionMarek Olšák1-5/+6
2014-06-03r600g: BlitFramebuffer should follow render conditionMarek Olšák1-5/+6
2014-06-03r300g: BlitFramebuffer should follow render conditionMarek Olšák1-3/+4
2014-06-03r600g,radeonsi: disable fast clear if render condition is onMarek Olšák1-0/+3
2014-06-02radeonsi: enable ARB_sample_shadingMarek Olšák1-1/+1
2014-06-02radeonsi: implement SAMPLEMASK fragment shader outputMarek Olšák1-3/+15
2014-06-02radeonsi: interpolate varyings at sample when full sample shading is enabledMarek Olšák3-12/+15
2014-06-02radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák5-0/+76
2014-06-02radeonsi: implement SAMPLEID fragment shader inputMarek Olšák1-1/+17
2014-06-02radeonsi: implement set_min_samplesMarek Olšák4-2/+36
2014-06-02radeon: add basic register setup for per-sample shadingMarek Olšák4-9/+13
2014-06-02radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák4-14/+22
2014-06-02r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller9-9/+72
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller19-1/+49
2014-06-02r600g: remove assert on draw with count == 0Christoph Bumiller1-1/+0
2014-06-02r600g: HW bug workaround for TGSI_OPCODE_BREAKCChristoph Bumiller3-4/+22
2014-06-02r600g: implement TGSI_OPCODE_BREAKCChristoph Bumiller1-1/+24
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