summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-17llvmpipe: handle NULL color buffer pointersBrian Paul5-94/+156
2014-01-17softpipe: handle NULL color buffer pointersBrian Paul1-93/+96
2014-01-17llvmpipe: fix large point rasterization with point_quad_rasterizationRoland Scheidegger1-12/+19
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger1-1/+1
2014-01-16llvmpipe: do constant buffer bounds checking in shadersZack Rusin4-4/+20
2014-01-16nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2-0/+4
2014-01-16radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2-7/+7
2014-01-14ilo: handle NULL renderbuffers correctlyChia-I Wu6-27/+45
2014-01-14ilo: disable HiZ for misaligned levelsChia-I Wu4-82/+215
2014-01-14ilo: use a helper to determine if HiZ is enabledChia-I Wu5-8/+19
2014-01-14ilo: decide on hiz first in texture allocationChia-I Wu1-64/+64
2014-01-14ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu1-7/+9
2014-01-14ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu1-11/+1
2014-01-14ilo: OOM for HiZ is fatal on GEN6Chia-I Wu1-2/+7
2014-01-14ilo: fix a HiZ bo leakageChia-I Wu1-0/+3
2014-01-14ilo: simplify ilo_texture_set_slice_flags()Chia-I Wu1-5/+3
2014-01-14radeonsi: Rename the commonly occurring rscreen variable.Andreas Hartmetz3-86/+86
2014-01-14radeonsi: Rename the commonly occurring rctx/r600 variables.Andreas Hartmetz18-757/+757
2014-01-14radeonsi: Rename r600_trace_emit->si_trace_emit.Andreas Hartmetz2-2/+2
2014-01-14radeonsi: Rename R600->SI in some remaining defines.Andreas Hartmetz8-22/+22
2014-01-14radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c.Andreas Hartmetz1-2/+2
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_state_draw.c.Andreas Hartmetz1-2/+2
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_resource.c.Andreas Hartmetz1-6/+6
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_query.c.Andreas Hartmetz1-18/+18
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_pipe.c.Andreas Hartmetz1-36/+36
2014-01-14radeonsi: Rename r600->si remaining identifier in si_hw_context.c.Andreas Hartmetz1-1/+1
2014-01-14radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c.Andreas Hartmetz1-8/+8
2014-01-14radeonsi: Rename r600->si remaining identifiers in si_blit.c.Andreas Hartmetz1-110/+110
2014-01-14radeonsi: Rename r600->si for functions in si_pipe.h.Andreas Hartmetz12-57/+57
2014-01-14radeonsi: Rename r600->si for functions in si.h.Andreas Hartmetz4-46/+46
2014-01-14radeonsi: Rename r600->si for functions in si_resource.h.Andreas Hartmetz9-17/+17
2014-01-14radeonsi: Rename r600->si for structs in si_resource.h.Andreas Hartmetz3-7/+7
2014-01-14radeonsi: Rename r600->si for structs in si.h.Andreas Hartmetz3-24/+24
2014-01-14radeonsi: Rename r600->si for structs in si_pipe.h.Andreas Hartmetz20-195/+195
2014-01-14radeonsi: Apply si_* file naming scheme.Andreas Hartmetz24-107/+79
2014-01-13r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctlyMarek Olšák1-38/+31
2014-01-13r600g: handle NULL colorbuffers correctly on R600-R700Marek Olšák1-65/+55
2014-01-13r600g: handle NULL colorbuffers correctly on EvergreenMarek Olšák2-28/+54
2014-01-13radeonsi: handle NULL colorbuffers correctlyMarek Olšák1-9/+11
2014-01-09llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.José Fonseca1-10/+57
2014-01-08mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2014-01-08freedreno: add basic query supportRob Clark8-1/+275
2014-01-08freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark8-52/+46
2014-01-08freedreno/a3xx: support for hw binning passRob Clark15-158/+706
2014-01-08freedreno: be more clever about gmem usageRob Clark2-9/+18
2014-01-08freedreno: resync generated headersRob Clark5-24/+214
2014-01-08llvmpipe: Fix the bottom_edge_rule adjustment for points.José Fonseca1-4/+4
2014-01-08llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...José Fonseca3-3/+3
2014-01-08ilo: enable HiZChia-I Wu4-7/+45
2014-01-08ilo: resolve Z/HiZ correctlyChia-I Wu5-1/+234