summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-121-1/+2
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-122-19/+28
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* egl-static: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-111-3/+12
* r600/llvm: Store inputs in function argumentsVincent Lejeune2013-11-113-0/+121
* svga: improve loops over color buffersBrian Paul2013-11-116-10/+20
* svga: document magic number of 8 render targets per batchBrian Paul2013-11-111-1/+13
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* st/dri: Fix dri_create_context declaration prototype.José Fonseca2013-11-081-0/+1
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* st/xorg: Delete.Matt Turner2013-11-0722-7080/+0
* xorg-nouveau: Delete.Matt Turner2013-11-074-284/+0
* xorg-i915: Delete.Matt Turner2013-11-075-255/+0
* r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2013-11-072-0/+9
* svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul2013-11-071-5/+4
* svga: return true for the PIPE_CAP_SM3 queryBrian Paul2013-11-071-1/+3
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-0714-56/+182
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-062-2/+2
* r600/compute: silence unused var warningFabio Pedretti2013-11-061-1/+0
* gallivm: fix indirect addressing of inputsRoland Scheidegger2013-11-061-17/+28
* r600/llvm: Fix isampleBuffer on preEGVincent Lejeune2013-11-061-1/+14
* r600/llvm: Fix texbuf for pre EG genVincent Lejeune2013-11-061-0/+29
* st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy2013-11-061-0/+4
* gallivm: optimize lp_build_minify for sseRoland Scheidegger2013-11-053-13/+54
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee2013-11-041-0/+2
* target/haiku-softpipe: Fix viewport issuesAlexander von Gluck IV2013-11-054-29/+138
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-045-15/+176
* clover: Constify some command_queue arguments.Francisco Jerez2013-11-041-4/+4
* clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez2013-11-041-16/+13
* st/xorg: handle updates to DamageUnregister APIEmil Velikov2013-11-041-0/+4
* r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2013-11-042-2/+9
* radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák2013-11-041-0/+7
* r600g,radeonsi: properly expose texture buffer formatsMarek Olšák2013-11-043-9/+24
* radeonsi: implement texture buffer objectsMarek Olšák2013-11-043-54/+137
* radeonsi: report our border color behaviorMarek Olšák2013-11-041-1/+3
* radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák2013-11-043-0/+29
* radeonsi: implement uniform buffer objectsMarek Olšák2013-11-044-31/+41
* tgsi/scan: set maximum index for each constant bufferMarek Olšák2013-11-042-1/+13
* radeonsi: try to fix IA_MULTI_VGT_PARAM programmingMarek Olšák2013-11-043-2/+8
* winsys/radeon: use type-3 NOPs for CS padding on CIKMarek Olšák2013-11-041-2/+7
* clover: fix build with LLVM 3.4Aaron Watry2013-11-041-5/+0