summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-11-15radeonsi: add support for Hawaii asics (v2)Alex Deucher5-0/+17
2013-11-14llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger1-2/+4
2013-11-14llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger1-2/+1
2013-11-14gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca5-47/+222
2013-11-14softpipe: (trivial) fix debug codeRoland Scheidegger1-15/+10
2013-11-14llvmpipe: clean up state setup code a bitRoland Scheidegger1-115/+59
2013-11-14gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger5-28/+45
2013-11-13nvc0: release 3d bufctx after drawingBen Skeggs1-0/+3
2013-11-12clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-12draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2-19/+28
2013-11-12gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-11-12nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-12nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-11-11egl-static: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-11r600/llvm: Store inputs in function argumentsVincent Lejeune3-0/+121
2013-11-11svga: improve loops over color buffersBrian Paul6-10/+20
2013-11-11svga: document magic number of 8 render targets per batchBrian Paul1-1/+13
2013-11-11util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul1-1/+2
2013-11-08vl: use a separate context for shader based decode v2Christian König2-61/+124
2013-11-08st/dri: Fix dri_create_context declaration prototype.José Fonseca1-0/+1
2013-11-08gallivm: deduplicate some indirect register address codeRoland Scheidegger1-157/+96
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick1-0/+5
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick1-0/+6
2013-11-07st/xorg: Delete.Matt Turner22-7080/+0
2013-11-07xorg-nouveau: Delete.Matt Turner4-284/+0
2013-11-07xorg-i915: Delete.Matt Turner5-255/+0
2013-11-07r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2-0/+9
2013-11-07svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul1-5/+4
2013-11-07svga: return true for the PIPE_CAP_SM3 queryBrian Paul1-1/+3
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure14-56/+182
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti2-2/+2
2013-11-06r600/compute: silence unused var warningFabio Pedretti1-1/+0
2013-11-06gallivm: fix indirect addressing of inputsRoland Scheidegger1-17/+28
2013-11-06r600/llvm: Fix isampleBuffer on preEGVincent Lejeune1-1/+14
2013-11-06r600/llvm: Fix texbuf for pre EG genVincent Lejeune1-0/+29
2013-11-06st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy1-0/+4
2013-11-05gallivm: optimize lp_build_minify for sseRoland Scheidegger3-13/+54
2013-11-05util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca1-0/+3
2013-11-04gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee1-0/+2
2013-11-05target/haiku-softpipe: Fix viewport issuesAlexander von Gluck IV4-29/+138
2013-11-04clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez5-15/+176
2013-11-04clover: Constify some command_queue arguments.Francisco Jerez1-4/+4
2013-11-04clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez1-16/+13
2013-11-04st/xorg: handle updates to DamageUnregister APIEmil Velikov1-0/+4
2013-11-04r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2-2/+9
2013-11-04radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák1-0/+7
2013-11-04r600g,radeonsi: properly expose texture buffer formatsMarek Olšák3-9/+24
2013-11-04radeonsi: implement texture buffer objectsMarek Olšák3-54/+137