summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-14scons: Add a "check" target to run all unit tests.Jose Fonseca3-17/+8
2016-04-14test/unit: Make translate_test invoke translate_create by default.Jose Fonseca1-3/+4
2016-04-14test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca1-7/+50
2016-04-14clover: Fix build against LLVM SVN >= r266163Michel Dänzer1-0/+14
2016-04-13nir/dead_variables: Configurably work with any variable modeJason Ekstrand5-13/+28
2016-04-13i965: Switch to NIR for ldexp lowering.Kenneth Graunke2-2/+1
2016-04-13nir/algebraic: Add lowering for ldexpJason Ekstrand1-0/+31
2016-04-13i965: Implement the new imod and irem opcodesJason Ekstrand2-0/+72
2016-04-13nir: Add more modulus opcodesJason Ekstrand2-1/+16
2016-04-13i965/vec4: Inline get_pull_constant_offsetJason Ekstrand2-25/+14
2016-04-13nir/lower_io: Allow for a full bitmask of modesJason Ekstrand2-7/+7
2016-04-13nir/lower_indirect: nir_variable_mode is now a bitfieldJason Ekstrand2-7/+7
2016-04-13nir: Convert nir_variable_mode to a bitfieldJason Ekstrand2-17/+19
2016-04-13gallium/swr: Make flat shading tris work.George Kyriazis2-0/+5
2016-04-13Revert "freedreno/a4xx: better occlusion/sample counting"Rob Clark1-6/+1
2016-04-13freedreno/a4xx: rasterizer_discard supportRob Clark1-0/+17
2016-04-13freedreno/ir3: fix array textures on a4xxRob Clark1-3/+9
2016-04-13freedreno: fix stream-out offset handling for lines/trisRob Clark1-1/+1
2016-04-13freedreno: fix handling for stream-out offsetsRob Clark1-1/+2
2016-04-13freedreno: fix prims-emitted queryRob Clark3-2/+12
2016-04-13freedreno: fix max-line-widthRob Clark1-0/+10
2016-04-13freedreno: add flag to enable dEQP hacksRob Clark2-0/+2
2016-04-13freedreno/ir3: hack to avoid getting stuck in a loopRob Clark1-1/+11
2016-04-13freedreno/ir3: use (ss) instead of (sy) for ldlvRob Clark1-1/+7
2016-04-13freedreno/ir3: cleanup double cmps.s from frontendRob Clark1-0/+31
2016-04-13glsl: Rename "vertex_input_slots" -> "is_vertex_input"Matt Turner6-14/+14
2016-04-13gallivm: Workaround LLVM PR 27332.Jose Fonseca1-3/+14
2016-04-13gallium/radeon: move a comment to the correct placeMarek Olšák1-3/+3
2016-04-13radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM versionNicolai Hähnle1-1/+2
2016-04-13gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák5-9/+31
2016-04-13llvmpipe: Test rounding of x.5.Jose Fonseca1-1/+2
2016-04-13gallivm: use llvm.nearbyint instead of llvm.round.Roland Scheidegger1-98/+1
2016-04-13nv50/ra: `isinf()` is in namespace `std` since C++11.Pierre Moreau1-0/+4
2016-04-13scons: Allow building with Address Sanitizer.Jose Fonseca2-6/+14
2016-04-12mesa: Change an error code in glSamplerParameterI[iu]v().Kenneth Graunke1-4/+6
2016-04-13softpipe: Free tgsi.image elements on context destruction.Jose Fonseca1-0/+2
2016-04-13softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan1-1/+2
2016-04-12vc4: Work around hardware limits on the number of verts in a single draw.Eric Anholt1-18/+92
2016-04-13softpipe: avoid buffer overflowThomas Hindoe Paaboel Andersen2-8/+8
2016-04-13tgsi: fix buffer overflowThomas Hindoe Paaboel Andersen1-1/+1
2016-04-12swr: handle pci cap requestsTim Rowley1-0/+4
2016-04-12swr: support samplers in vertex shadersTim Rowley6-105/+228
2016-04-12radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2Nicolai Hähnle1-1/+2
2016-04-13va: check null context in vlVaDestroyContextIurie Salomov1-0/+4
2016-04-12nir/clone: Copy bit size when cloning registersJason Ekstrand1-0/+1
2016-04-13radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was addedMarek Olšák2-9/+2
2016-04-12glsl: Don't copy propagate or tree graft precise values.Kenneth Graunke3-1/+8
2016-04-12i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typoKristian Høgsberg Kristensen1-4/+4
2016-04-12glsl/linker: Recurse on struct fields when adding shader variablesKristian Høgsberg Kristensen1-6/+45
2016-04-12glsl/linker: Pass name and type through to create_shader_variable()Kristian Høgsberg Kristensen1-9/+12