summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi: simplify tgsi_shader_info::is_msaa_sampler checkingBrian Paul2016-03-291-3/+2
* tgsi: collect texture sampler target info in tgsi_scan_shader()Brian Paul2016-03-292-2/+37
* gallium/docs: s/gven/given/Brian Paul2016-03-291-1/+1
* gallium: Format code in pb_buffer_fenced.c according to style guide.Rovanion Luckey2016-03-291-129/+97
* svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee2016-03-293-3/+23
* svga: avoid freeing non-malloced memoryBrian Paul2016-03-291-10/+2
* nvc0/ir: move load/store lowering pass to handleLDST()Samuel Pitoiset2016-03-292-54/+61
* st/vdpau: implement the new DMA-buf based interop v2Christian König2016-03-294-3/+116
* st/vdpau: move FormatRGBAToPipe into the interopChristian König2016-03-295-28/+73
* st/vdpau: add new interop interfaceChristian König2016-03-292-1/+100
* st/vdpau: use linear layout for output surfacesChristian König2016-03-291-1/+2
* radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2Christian König2016-03-291-0/+5
* nvc0: use a different offset for buffers and surfacesSamuel Pitoiset2016-03-294-28/+74
* vc4: Remove unused include from vc4_nir_lower_txf_ms.cRhys Kidd2016-03-281-1/+0
* freedreno/ir3: fix for load_front_face intrinsicRob Clark2016-03-281-1/+8
* freedreno/ir3: fix compiler warnRob Clark2016-03-281-1/+1
* nvc0: make sure to disable fetches from previously-set VBOs when blittingIlia Mirkin2016-03-281-0/+2
* nvc0: disable primitive restart and index bias during blitsIlia Mirkin2016-03-281-0/+11
* nvc0/ir: fix picking of coordinates from tex instruction for textureGradIlia Mirkin2016-03-281-1/+11
* nv50/ir: saturate depth writesIlia Mirkin2016-03-281-1/+4
* gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)Marek Olšák2016-03-281-5/+5
* gallium/p_context.h: Make comment more readableEdward O'Callaghan2016-03-271-1/+1
* radeon/r600: Fix return type in failure branchEdward O'Callaghan2016-03-271-1/+1
* radeon/r600_query.c: Minor style fixEdward O'Callaghan2016-03-271-1/+1
* virgl: drop next shader property for now.Dave Airlie2016-03-261-0/+1
* st/xa: emit sampler view declarations in shadersBrian Paul2016-03-251-0/+19
* swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)Tim Rowley2016-03-251-1/+1
* swr: [rasterizer core] NUMA optimizations...Tim Rowley2016-03-255-65/+105
* swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage.Tim Rowley2016-03-251-2/+11
* swr: [rasterizer core] Fix Compute workitem retirementTim Rowley2016-03-254-31/+22
* swr: [rasterizer core] Cleanup state ring arena after last draw that referenc...Tim Rowley2016-03-253-2/+14
* swr: [rasterizer jitter] add missing include for llvm jiteventsTim Rowley2016-03-251-0/+4
* swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB).Tim Rowley2016-03-251-3/+7
* swr: [rasterizer core] One last pass at Arena optimizationsTim Rowley2016-03-251-15/+15
* swr: [rasterizer core] CachedArena optimizationsTim Rowley2016-03-253-210/+161
* swr: [rasterizer jitter] support llvm-svnTim Rowley2016-03-256-12/+37
* swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley2016-03-258-46/+168
* swr: [rasterizer] more arena workTim Rowley2016-03-255-10/+110
* swr: [rasterizer core] Add clipping against user clip distances in the NullPS...Tim Rowley2016-03-251-2/+12
* swr: [rasterizer core] Arena optimizations - preparing for global allocator.Tim Rowley2016-03-255-187/+131
* swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo...Tim Rowley2016-03-252-21/+4
* swr: [rasterizer core] Add clipping of user clip planes in clipper.Tim Rowley2016-03-251-0/+86
* swr: [rasterizer] Reduce max in-flight draws to 96 (by default)Tim Rowley2016-03-251-1/+1
* swr: [rasterizer] Fix run-time check assertsTim Rowley2016-03-252-8/+7
* swr: [rasterizer jitter] signed immediate builderTim Rowley2016-03-252-0/+8
* swr: [rasterizer common] changes for cygwinTim Rowley2016-03-251-1/+4
* swr: [rasterizer] code styling and update copyrightsTim Rowley2016-03-2510-328/+328
* swr: [rasterizer core] Guard against enquing work to invalid hot tilesTim Rowley2016-03-251-0/+5
* swr: [rasterizer] Stop setting viewport size to larger than hottile arrayTim Rowley2016-03-251-0/+6
* swr: [rasterizer] Discard work + misc fixesTim Rowley2016-03-259-28/+119