summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+5
* sofpipe: remove extraneous semicolonBrian Paul2012-01-121-1/+1
* r600g: don't advertise integers yet on r600.Dave Airlie2012-01-121-2/+0
* st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2012-01-122-4/+4
* svga: Fix user clip planes.José Fonseca2012-01-122-4/+3
* softpipe: bump max texture array layers to 256.Dave Airlie2012-01-121-1/+1
* gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the deviceThomas Hellstrom2012-01-121-3/+6
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* svga: don't reference count svga_sampler_view's textureBrian Paul2012-01-111-2/+12
* st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.José Fonseca2012-01-111-1/+3
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* nv50/ir: handle TGSI_OPCODE_ISSGChristoph Bumiller2012-01-111-3/+8
* nv50/ir: handle TGSI_TEXTURE_SHADOWCUBEChristoph Bumiller2012-01-111-0/+1
* nv50,nvc0: zero out program struct on program_destroyChristoph Bumiller2012-01-112-3/+13
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-115-32/+16
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* softpipe: route correct coordinates for shadow cube sampling.Dave Airlie2012-01-111-1/+2
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-114-1/+6
* llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca2012-01-111-7/+3
* tgsi: add ISSG supportDave Airlie2012-01-113-1/+17
* softpipe: enable clamping controlDave Airlie2012-01-112-3/+8
* softpipe: fix texel fetch swizzlesDave Airlie2012-01-111-26/+43
* i915g: Fix bugs in the shader optimizer.Stéphane Marchesin2012-01-111-46/+80
* softpipe: fix llvm buildDave Airlie2012-01-113-3/+3
* draw: clipdistance support (v2)Dave Airlie2012-01-117-17/+79
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-112-0/+5
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-119-18/+58
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-113-6/+19
* softpipe: allow softpipe to set shader params depending on runtime llvm (v3)Dave Airlie2012-01-113-9/+18
* nv50: fix clip state validationChristoph Bumiller2012-01-101-3/+4
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-102-7/+16
* svga: Drop execbuf throttlingJakob Bornecrantz2012-01-105-36/+1
* svga: Add somewhat sensible fallback and silence warningJakob Bornecrantz2012-01-101-3/+2
* svga: Silence warningJakob Bornecrantz2012-01-101-7/+0
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+3
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+1
* svga: IgnoresJakob Bornecrantz2012-01-101-0/+2
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0
* target-helpers: If neither softpipe or llvmpipe is used just return the screenJakob Bornecrantz2012-01-101-0/+2
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-1015-217/+185
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-106-5/+18
* nvc0: fix FP header clip distance maskChristoph Bumiller2012-01-101-5/+5
* nvc0/ir: TXF array index already is an integerChristoph Bumiller2012-01-101-3/+6
* nv50/ir: handle TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2012-01-104-8/+8
* nv50/ir/tgsi: translate SNE as unordered comparisonChristoph Bumiller2012-01-101-0/+1
* nv50/ir/ra: don't coalesce contraint-movesChristoph Bumiller2012-01-101-0/+4
* nvc0: enable shader watchdog timerChristoph Bumiller2012-01-102-0/+8
* nv50/ir/tgsi: handle TGSI_OPCODE_IABSChristoph Bumiller2012-01-101-0/+3