summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* softpipe: remove unused functionsMarek Olšák2012-10-112-26/+0
* svga: don't use uninitialized framebuffer stateBrian Paul2012-10-111-2/+4
* svga: Remove wierd code which forces non-sRGB formats.John Kåre Alsaker2012-10-101-8/+0
* svga: Add support for 16-bit per channel RGBAJohn Kåre Alsaker2012-10-101-0/+3
* radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinfVincent Lejeune2012-10-103-6/+2
* radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floorVincent Lejeune2012-10-105-5/+5
* radeon/llvm: use llvm fabs intrinsicVincent Lejeune2012-10-103-6/+4
* radeon/llvm: use llvm intrinsic for flog2Vincent Lejeune2012-10-104-5/+4
* radeon/llvm: add support for cos/sin intrinsicVincent Lejeune2012-10-103-12/+15
* radeon/llvm: add a pattern for fsqrtVincent Lejeune2012-10-101-0/+3
* r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_stateMarek Olšák2012-10-103-14/+22
* r600g: move DB_SHADER_CONTROL into db_misc_stateMarek Olšák2012-10-106-36/+27
* r600g: emit PS_PARTIAL_FLUSH at the beginning of CSMarek Olšák2012-10-102-0/+12
* r600g: atomize depth-stencil-alpha stateMarek Olšák2012-10-108-50/+28
* r600g: atomize rasterizer stateMarek Olšák2012-10-107-173/+126
* r600g: sort variables in r600_contextMarek Olšák2012-10-104-93/+79
* r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command bufferMarek Olšák2012-10-102-36/+36
* r600g: atomize scissor stateMarek Olšák2012-10-108-78/+48
* r600g: atomize polygon offset stateMarek Olšák2012-10-107-123/+121
* r600g: atomize fetch shaderMarek Olšák2012-10-109-121/+67
* r600g: remove the dual_src_blend flag from the shader keyMarek Olšák2012-10-103-3/+4
* r600g: atomize blend stateMarek Olšák2012-10-109-176/+182
* r600g: inline r600_atom_dirtyMarek Olšák2012-10-108-52/+47
* r600g: remove the "atom" variable from r600_command_bufferMarek Olšák2012-10-106-37/+34
* r600g: use a select to handle front/back color in llvmVincent Lejeune2012-10-092-5/+44
* r600g: frontcolor tracks its associated backcolorVincent Lejeune2012-10-092-25/+35
* Remove VAAPI support.Matt Turner2012-10-0918-1486/+0
* nv50: fix build after "nv50: fix printf warning"Marcin Slusarz2012-10-091-0/+2
* nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2012-10-092-4/+2
* r600g: Fix build with --enable-openclTom Stellard2012-10-091-1/+3
* nv50: fix printf warningMarek Olšák2012-10-091-1/+2
* nv30: fix type conversion warningMarek Olšák2012-10-091-1/+1
* i915g: fix unused variable and type conversion warningsMarek Olšák2012-10-092-2/+1
* nv50: point vertex runout at a valid addressBen Skeggs2012-10-091-0/+12
* nvc0: point vertex runout at a valid addressBen Skeggs2012-10-091-5/+16
* nvc0: fix missing permanent bo reference on poly cacheBen Skeggs2012-10-091-0/+1
* softpipe: initialize quadColor2 to fix compile warningsMarek Olšák2012-10-091-1/+1
* r600g: remove unused variables to fix compile warningsMarek Olšák2012-10-092-4/+0
* llvmpipe: remove unused variables to fix compile warningsMarek Olšák2012-10-092-6/+3
* i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin2012-10-081-1/+1
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-084-11/+12
* i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin2012-10-062-15/+17
* r600g: fix possible issue with stencil mipmap renderingMarek Olšák2012-10-061-1/+12
* r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompressionMarek Olšák2012-10-061-23/+22
* r600g: don't modify pipe_resource in resource_copy_region, fixing race conditionMarek Olšák2012-10-065-161/+139
* r600g: fix streamout on RS780 and RS880Marek Olšák2012-10-062-7/+14
* gallium: allow debug helpers in the release buildMarek Olšák2012-10-061-8/+0
* i915g: Get rid of the fixup state functions.Stéphane Marchesin2012-10-053-48/+0
* i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin2012-10-053-46/+23
* i915g: Don't update I915_HW_PROGRAM in update_framebufferStéphane Marchesin2012-10-051-2/+2