aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: fix handling for stream-out offsetsRob Clark2016-04-131-1/+2
* freedreno: fix prims-emitted queryRob Clark2016-04-133-2/+12
* freedreno: fix max-line-widthRob Clark2016-04-131-0/+10
* freedreno: add flag to enable dEQP hacksRob Clark2016-04-132-0/+2
* freedreno/ir3: hack to avoid getting stuck in a loopRob Clark2016-04-131-1/+11
* freedreno/ir3: use (ss) instead of (sy) for ldlvRob Clark2016-04-131-1/+7
* freedreno/ir3: cleanup double cmps.s from frontendRob Clark2016-04-131-0/+31
* gallium/radeon: move a comment to the correct placeMarek Olšák2016-04-131-3/+3
* radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM versionNicolai Hähnle2016-04-131-1/+2
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-135-9/+31
* llvmpipe: Test rounding of x.5.Jose Fonseca2016-04-131-1/+2
* nv50/ra: `isinf()` is in namespace `std` since C++11.Pierre Moreau2016-04-131-0/+4
* softpipe: Free tgsi.image elements on context destruction.Jose Fonseca2016-04-131-0/+2
* softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2016-04-131-1/+2
* vc4: Work around hardware limits on the number of verts in a single draw.Eric Anholt2016-04-121-18/+92
* softpipe: avoid buffer overflowThomas Hindoe Paaboel Andersen2016-04-132-8/+8
* swr: handle pci cap requestsTim Rowley2016-04-121-0/+4
* swr: support samplers in vertex shadersTim Rowley2016-04-126-105/+228
* radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2Nicolai Hähnle2016-04-121-1/+2
* radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was addedMarek Olšák2016-04-132-9/+2
* radeonsi: fix bounds check in si_create_vertex_elementsNicolai Hähnle2016-04-121-1/+1
* radeonsi: enable shader buffer pipe capsNicolai Hähnle2016-04-121-2/+2
* radeonsi: add shader buffer support to TGSI_OPCODE_RESQNicolai Hähnle2016-04-121-6/+11
* radeonsi: add shader buffer support to TGSI_OPCODE_STORENicolai Hähnle2016-04-121-18/+111
* radeonsi: add shader buffer support to TGSI_OPCODE_LOADNicolai Hähnle2016-04-121-19/+70
* radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*Nicolai Hähnle2016-04-121-15/+46
* radeonsi: add offset parameter to buffer_append_argsNicolai Hähnle2016-04-121-5/+10
* radeonsi: adjust buffer_append_args to take a 128 bit resourceNicolai Hähnle2016-04-121-7/+23
* radeonsi: preload shader buffers in shadersNicolai Hähnle2016-04-121-0/+17
* radeonsi: implement set_shader_buffersNicolai Hähnle2016-04-125-58/+125
* radeonsi: move resetting of constant buffers into a separate functionNicolai Hähnle2016-04-121-15/+26
* radeonsi: Mark ARB_robust_buffer_access_behavior as supported.Bas Nieuwenhuizen2016-04-121-1/+1
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-1215-0/+15
* swr: [rasterizer core] warning cleanupTim Rowley2016-04-122-5/+4
* swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...Tim Rowley2016-04-123-61/+187
* swr: [rasterizer core] Put DRAW_CONTEXT on a dietTim Rowley2016-04-127-49/+43
* swr: [rasterizer core] Add experimental support for hyper-threaded front-endTim Rowley2016-04-125-56/+139
* swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...Tim Rowley2016-04-121-0/+4
* swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD ...Tim Rowley2016-04-124-14/+14
* swr: [rasterizer] Ensure correct alignment of stack variables used as vectorsTim Rowley2016-04-122-3/+4
* swr: [rasterizer core] Quantize depth to depth buffer precision prior to dept...Tim Rowley2016-04-125-13/+81
* swr: [rasterizer common] win32 build fixupsTim Rowley2016-04-121-6/+0
* swr: [rasterizer core] Affinitize thread scratch space to numa node of workerTim Rowley2016-04-123-4/+16
* swr: [rasterizer] Misc fixes identified by static code analysisTim Rowley2016-04-124-6/+21
* softpipe: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-2/+2
* svga: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-123-7/+7
* r600g: use common scissor and viewport codeMarek Olšák2016-04-126-209/+34
* gallium/radeon: add R600/Evergreen/Cayman support to common viewport codeMarek Olšák2016-04-123-17/+50
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-1212-319/+388
* radeonsi: use guard band clippingMarek Olšák2016-04-121-4/+69