summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard2013-10-301-0/+4
* ilo: Fix out-of-tree build.Johannes Obermayr2013-10-301-1/+1
* freedreno: emulated unsupported primitive typesRob Clark2013-10-295-25/+74
* gallium/auxiliary/indices: add start paramRob Clark2013-10-292-2/+2
* freedreno: update generated headersRob Clark2013-10-296-125/+238
* llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2013-10-292-8/+25
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-291-19/+12
* svga: reindent drawing codeBrian Paul2013-10-293-266/+199
* r600g/sb: fix value::is_fixed()Vadim Girlin2013-10-291-2/+2
* vl/h264: split fields into SPS/PPSChristian König2013-10-285-80/+79
* radeon/uvd: fix H264 chroma format handlingChristian König2013-10-281-1/+15
* ilo: minor cleanups for recent interface changesChia-I Wu2013-10-283-156/+9
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-2612-0/+12
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-258-462/+37
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-252-33/+8
* radeonsi: add the vertex shader position output if it's missingMarek Olšák2013-10-251-0/+13
* radeonsi: respect semantic indices for COLOR[i] fragment shader outputsMarek Olšák2013-10-251-5/+2
* freedreno/a3xx/compiler: relative addressingRob Clark2013-10-241-1/+123
* freedreno/a3xx: fix const/rel/const-rel encodingRob Clark2013-10-244-88/+300
* freedreno/a3xx: add blend stateRob Clark2013-10-242-5/+23
* freedreno/resource: fail more gracefullyRob Clark2013-10-241-1/+13
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-246-259/+13
* freedreno: fix compile errorRob Clark2013-10-231-1/+1
* nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul2013-10-231-1/+1
* radeonsi: remove unused si_set_cs_sampler_view()Brian Paul2013-10-231-4/+0
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-2321-368/+188
* svga: remove unneeded include of u_double_list.hBrian Paul2013-10-231-2/+0
* llvmpipe: enable seamless cube filteringRoland Scheidegger2013-10-211-1/+1
* r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger2013-10-211-1/+1
* r600g/sb: Initialize shader::dce_flags.Vinson Lee2013-10-201-1/+2
* r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin2013-10-174-12/+39
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-161-5/+4
* radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3Tom Stellard2013-10-161-0/+4
* r600g/compute Improve debugging outputTom Stellard2013-10-162-5/+7
* svga: minor fix-ups in svga_get_shader_param()Brian Paul2013-10-161-2/+3
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-151-4/+5
* llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.José Fonseca2013-10-151-1/+1
* radeon: use staging for mapping linear texturesGrigori Goronzy2013-10-131-0/+6
* radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy2013-10-132-7/+7
* radeonsi: Allow Sinking pass to move preloaded const/res/samplVincent Lejeune2013-10-132-5/+28
* radeonsi: pass alpha_ref value to PS in the user sgprVadim Girlin2013-10-133-25/+29
* r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin2013-10-131-5/+31
* i915g: Fix assertStephane Marchesin2013-10-121-1/+1
* radeon/llvm: show LLVM disassembly when availableJay Cornwall2013-10-123-1/+9
* softpipe: fix seamless cube filteringRoland Scheidegger2013-10-121-48/+151
* llvmpipe: increase fs shader variant instruction cache limit by factor 4Roland Scheidegger2013-10-121-2/+2
* svga: s/0/FALSE/Brian Paul2013-10-111-2/+2
* r600g: fix crash in set_framebuffer_stateGrigori Goronzy2013-10-112-12/+26
* llvmpipe: We don't use the draw pipeline for offset_point/line.José Fonseca2013-10-091-2/+0
* llvmpipe: abstract the code to set number of subpixel bitsZack Rusin2013-10-093-10/+15