aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/ir3: fix failed assert in groupingRob Clark2015-03-081-27/+44
* r300g: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-0/+8
* nouveau: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-2/+0
* nv50,nvc0: remove bogus 64_FLOAT formatsIlia Mirkin2015-03-061-5/+0
* ilo: clarify valid and preferred tilingsChia-I Wu2015-03-072-15/+29
* ilo: clean up Gen6 WAsChia-I Wu2015-03-071-34/+62
* ilo: add generic ilo_render_3dprimitive()Chia-I Wu2015-03-074-53/+29
* ilo: add generic ilo_render_pipe_control()Chia-I Wu2015-03-075-101/+56
* ilo: fix padding of linear sampler viewsChia-I Wu2015-03-071-4/+2
* ilo: do not check for interleaved_samplesChia-I Wu2015-03-071-2/+1
* ilo: enable L3 cache in MOCSChia-I Wu2015-03-065-17/+85
* ilo: track if a ilo_view_surface is a scanoutChia-I Wu2015-03-062-16/+16
* ilo: clean up SURFACE_STATE and BINDING_TABLE_STATEChia-I Wu2015-03-062-21/+35
* freedreno/ir3: fix silly typo for binning pass shadersRob Clark2015-03-051-1/+1
* ilo: add more convenient intel_bo_{ref,unref}()Chia-I Wu2015-03-067-42/+26
* ilo: add intel_bo_set_tiling()Chia-I Wu2015-03-065-41/+38
* ilo: replace intel_tiling_mode by gen_surface_tilingChia-I Wu2015-03-0610-136/+167
* ilo: update genhw headersChia-I Wu2015-03-067-782/+986
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-055-6/+24
* ilo: improve WA handling in rectlist pathChia-I Wu2015-03-044-38/+60
* ilo: clean up Gen7.5 WAsChia-I Wu2015-03-042-51/+43
* ilo: add ILO_DEBUG=hangChia-I Wu2015-03-055-4/+45
* ilo: add some more winsys functionsChia-I Wu2015-03-041-1/+29
* r300g: Check return value of snprintf().Matt Turner2015-03-041-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-041-3/+3
* freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark2015-03-041-0/+1
* svga: Set MSVC2013 compat flags.Jose Fonseca2015-03-042-1/+4
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-044-2/+7
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* freedreno/a4xx: re-enable int (conditional on glsl130)Rob Clark2015-03-031-1/+1
* freedreno/ir3: handle flat bypass for a4xxRob Clark2015-03-038-5/+99
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-033-4/+8
* freedreno/ir3: fix up cat6 instruction encodingsRob Clark2015-03-033-139/+121
* freedreno/a3xx,a4xx: silence some warningsRob Clark2015-03-032-5/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-2/+4
* identity: Remove.Jose Fonseca2015-03-0210-1703/+0
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-4/+2
* radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2Tom Stellard2015-02-271-2/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-2/+4
* r300g/tests: Include stdio.h.Vinson Lee2015-02-261-0/+2
* radeon/compiler: include stdio.hBrian Paul2015-02-261-0/+1
* r300g: remove dependency on compiler.hBrian Paul2015-02-265-3/+5
* freedreno: drop ARRAY_SIZE macroRob Clark2015-02-251-2/+0
* r600g,radeonsi: fix streamout after pipeline stats have been usedMarek Olšák2015-02-242-13/+1
* radeonsi: small cleanup around current_rast_primMarek Olšák2015-02-241-9/+6
* radeonsi: set current_rast_prim in the right placeMarek Olšák2015-02-241-1/+7
* radeonsi: simplify obtaining a shader property in si_emit_clip_regsMarek Olšák2015-02-241-2/+1
* radeonsi: only preload VertexID for the GS copy shaderMarek Olšák2015-02-241-4/+6
* radeonsi: dump the shader key when dumping shadersMarek Olšák2015-02-241-0/+38
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-244-32/+32