summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-17126-289/+289
* trace: Re-license trace.xsl under MIT license.José Fonseca2014-01-171-14/+22
* svga: fix crash when clearing null color bufferBrian Paul2014-01-171-3/+7
* llvmpipe: handle NULL color buffer pointersBrian Paul2014-01-175-94/+156
* softpipe: handle NULL color buffer pointersBrian Paul2014-01-171-93/+96
* llvmpipe: fix large point rasterization with point_quad_rasterizationRoland Scheidegger2014-01-171-12/+19
* gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger2014-01-171-1/+1
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-164-4/+20
* nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-162-0/+4
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-162-7/+7
* ilo: handle NULL renderbuffers correctlyChia-I Wu2014-01-146-27/+45
* ilo: disable HiZ for misaligned levelsChia-I Wu2014-01-144-82/+215
* ilo: use a helper to determine if HiZ is enabledChia-I Wu2014-01-145-8/+19
* ilo: decide on hiz first in texture allocationChia-I Wu2014-01-141-64/+64
* ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu2014-01-141-7/+9
* ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu2014-01-141-11/+1
* ilo: OOM for HiZ is fatal on GEN6Chia-I Wu2014-01-141-2/+7
* ilo: fix a HiZ bo leakageChia-I Wu2014-01-141-0/+3
* ilo: simplify ilo_texture_set_slice_flags()Chia-I Wu2014-01-141-5/+3
* radeonsi: Rename the commonly occurring rscreen variable.Andreas Hartmetz2014-01-143-86/+86
* radeonsi: Rename the commonly occurring rctx/r600 variables.Andreas Hartmetz2014-01-1418-757/+757
* radeonsi: Rename r600_trace_emit->si_trace_emit.Andreas Hartmetz2014-01-142-2/+2
* radeonsi: Rename R600->SI in some remaining defines.Andreas Hartmetz2014-01-148-22/+22
* radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c.Andreas Hartmetz2014-01-141-2/+2
* radeonsi: Rename r600->si remaining identifiers in si_state_draw.c.Andreas Hartmetz2014-01-141-2/+2
* radeonsi: Rename r600->si remaining identifiers in si_resource.c.Andreas Hartmetz2014-01-141-6/+6
* radeonsi: Rename r600->si remaining identifiers in si_query.c.Andreas Hartmetz2014-01-141-18/+18
* radeonsi: Rename r600->si remaining identifiers in si_pipe.c.Andreas Hartmetz2014-01-141-36/+36
* radeonsi: Rename r600->si remaining identifier in si_hw_context.c.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c.Andreas Hartmetz2014-01-141-8/+8
* radeonsi: Rename r600->si remaining identifiers in si_blit.c.Andreas Hartmetz2014-01-141-110/+110
* radeonsi: Rename r600->si for functions in si_pipe.h.Andreas Hartmetz2014-01-1412-57/+57
* radeonsi: Rename r600->si for functions in si.h.Andreas Hartmetz2014-01-144-46/+46
* radeonsi: Rename r600->si for functions in si_resource.h.Andreas Hartmetz2014-01-149-17/+17
* radeonsi: Rename r600->si for structs in si_resource.h.Andreas Hartmetz2014-01-143-7/+7
* radeonsi: Rename r600->si for structs in si.h.Andreas Hartmetz2014-01-143-24/+24
* radeonsi: Rename r600->si for structs in si_pipe.h.Andreas Hartmetz2014-01-1420-195/+195
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-1424-107/+79
* r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctlyMarek Olšák2014-01-131-38/+31
* r600g: handle NULL colorbuffers correctly on R600-R700Marek Olšák2014-01-131-65/+55
* r600g: handle NULL colorbuffers correctly on EvergreenMarek Olšák2014-01-132-28/+54
* radeonsi: handle NULL colorbuffers correctlyMarek Olšák2014-01-131-9/+11
* llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.José Fonseca2014-01-091-10/+57
* mesa: Work around internal compiler errorThomas Sondergaard2014-01-081-2/+2
* freedreno: add basic query supportRob Clark2014-01-088-1/+275
* freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark2014-01-088-52/+46
* freedreno/a3xx: support for hw binning passRob Clark2014-01-0815-158/+706
* freedreno: be more clever about gmem usageRob Clark2014-01-082-9/+18
* freedreno: resync generated headersRob Clark2014-01-085-24/+214
* llvmpipe: Fix the bottom_edge_rule adjustment for points.José Fonseca2014-01-081-4/+4