summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+3
* gk110: add in forgotten code for gk110 isaIlia Mirkin2014-06-061-0/+13
* gk110/ir: emit texbar the same way that the blob doesIlia Mirkin2014-06-061-1/+1
* i915g: Remove 4444 and 5551 formatsStéphane Marchesin2014-06-052-4/+2
* nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann2014-06-061-0/+13
* nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann2014-06-061-0/+17
* nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann2014-06-061-2/+6
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* st/omx/enc: enable b framesLeo Liu2014-06-042-3/+5
* radeon/vce: implement h264 profile supportLeo Liu2014-06-041-1/+4
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-042-2/+49
* vl: add more avc profilesLeo Liu2014-06-042-1/+9
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-043-0/+43
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-032-2/+4
* radeonsi: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r600g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r300g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-3/+4
* r600g,radeonsi: disable fast clear if render condition is onMarek Olšák2014-06-031-0/+3
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1
* radeonsi: implement SAMPLEMASK fragment shader outputMarek Olšák2014-06-021-3/+15
* radeonsi: interpolate varyings at sample when full sample shading is enabledMarek Olšák2014-06-023-12/+15
* radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák2014-06-025-0/+76
* radeonsi: implement SAMPLEID fragment shader inputMarek Olšák2014-06-021-1/+17
* radeonsi: implement set_min_samplesMarek Olšák2014-06-024-2/+36
* radeon: add basic register setup for per-sample shadingMarek Olšák2014-06-024-9/+13
* radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák2014-06-024-14/+22
* r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-029-9/+72
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-0219-1/+49
* r600g: remove assert on draw with count == 0Christoph Bumiller2014-06-021-1/+0
* r600g: HW bug workaround for TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-023-4/+22
* r600g: implement TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-021-1/+24
* r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller2014-06-021-28/+58
* r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2014-06-022-0/+18
* r600g: handle PIPE_QUERY_GPU_FINISHEDChristoph Bumiller2014-06-021-0/+9
* llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2014-05-312-28/+30
* llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger2014-05-311-3/+9
* softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2014-05-312-5/+9
* svga: use svga_shader_too_large() in compile_vs()Brian Paul2014-05-311-8/+36
* svga: use svga_shader_too_large() in compile_fs()Brian Paul2014-05-311-3/+1
* svga: added svga_shader_too_large() helperBrian Paul2014-05-311-0/+21
* util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee2014-05-301-1/+1
* st/wgl: use _debug_printf() instead of fprintf()Brian Paul2014-05-301-7/+3
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-302-15/+9
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-303-22/+136
* st/wgl: add debug code to check that pixel format initialization workedBrian Paul2014-05-301-3/+9
* st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul2014-05-301-1/+1
* st/egl: do not link against libloaderEmil Velikov2014-05-291-1/+0