summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-05-30vc4: Fix doxygen warnings12.0-branchpointRhys Kidd2-6/+6
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov1-3/+3
2016-05-30gallivm: initialize init_native_targets_once_flag correctlyFrederic Devernay1-1/+1
2016-05-30nvc0/ir: fix emission of predicate spill to registerIlia Mirkin1-1/+2
2016-05-30nvc0: fix some compute texture validation bits on keplerIlia Mirkin3-2/+7
2016-05-30swr: automake: silence the python invocationEmil Velikov1-7/+8
2016-05-30swr: automake: attempt to fix the out-of-tree buildEmil Velikov1-0/+7
2016-05-30swr: remove LLVM dependency from source generation rules.Emil Velikov1-2/+2
2016-05-30swr: add all the generators to the release tarball.Emil Velikov1-0/+24
2016-05-30softpipe: add sp_buffer.h to the sources list (release tarball)Emil Velikov1-0/+1
2016-05-30freedreno: make sure we pick up ir3_nir_trig.py in the release tarballEmil Velikov1-0/+1
2016-05-30gallium: push offset down to driverStanimir Varbanov9-5/+53
2016-05-30st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov1-37/+44
2016-05-30st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov1-0/+20
2016-05-30radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards.Bas Nieuwenhuizen1-2/+6
2016-05-29nv50,nvc0: fix the max_vertices=0 caseIlia Mirkin3-2/+4
2016-05-28swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.Vinson Lee1-1/+1
2016-05-28gk110/ir: fix unspilling of predicates from registersIlia Mirkin1-0/+28
2016-05-28nvc0: remove outdated surfaces validation code for GK104Samuel Pitoiset1-70/+0
2016-05-28nvc0: do not always invalidate 3D CBs when using computeSamuel Pitoiset1-8/+17
2016-05-27gallium/util: another s/unsigned/enum pipe_prim_type/ for clangBrian Paul1-1/+1
2016-05-27gallium/util: another unsigned -> enum pipe_prim_type changeBrian Paul1-1/+1
2016-05-27radeonsi: enable OpenGL 4.3Bas Nieuwenhuizen1-0/+4
2016-05-28nouveau: enable GL 4.3 on kepler/fermiDave Airlie1-1/+1
2016-05-27radeonsi: always reserve output space for tess factorsMarek Olšák1-1/+6
2016-05-27gallium/ddebug: Add passthrough for query_memory_info.Bas Nieuwenhuizen1-0/+9
2016-05-27gallivm: eliminate a unnecessary AND with unorm lerpsRoland Scheidegger1-10/+35
2016-05-27gallium/util: use enum pipe_prim_type instead of unsigned some moreRoland Scheidegger1-5/+16
2016-05-27svga: remove unneeded casts in get_query_result_vgpu9() callsBrian Paul1-2/+2
2016-05-27svga: use MAYBE_UNUSED to silence release-build warningsBrian Paul1-7/+4
2016-05-26nvc0/ir: handle a load's reg result not being used for locked variantsIlia Mirkin3-11/+45
2016-05-26nvc0/ir: avoid generating illegal instructions for compute constbuf loadsIlia Mirkin1-1/+2
2016-05-26gallium/util: fix build breakRob Clark1-0/+1
2016-05-26gallium/util: use enum pipe_prim_type in u_prim.h functionsBrian Paul1-14/+16
2016-05-26util/indices: move duplicated assignments out of switch casesBrian Paul1-29/+4
2016-05-26gallium: change pipe_draw_info::mode to be pipe_prim_typeBrian Paul1-1/+1
2016-05-26util/indices,svga: s/unsigned/enum pipe_prim_type/Brian Paul5-18/+21
2016-05-26util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul9-13/+15
2016-05-26svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul3-3/+3
2016-05-26svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul7-14/+15
2016-05-26svga: fix test for unfilled triangles fallbackBrian Paul3-6/+43
2016-05-26svga: clean up and improve comments in svga_draw_private.hBrian Paul1-4/+8
2016-05-26util/indices: implement unfilled (tri->line) conversion for adjacency primsBrian Paul2-2/+38
2016-05-26util/indices: implement provoking vertex conversion for adjacency primitivesBrian Paul3-3/+134
2016-05-26util/indices: assert that the incoming primitive is a triangle typeBrian Paul1-0/+5
2016-05-26util/indices: formatting, whitespace fixes in u_unfilled_indices.cBrian Paul1-12/+7
2016-05-26util/indices: improve comments in u_indices.hBrian Paul1-3/+29
2016-05-26svga: fix primitive mode (point/line/tri) test for unfilled primitivesBrian Paul2-2/+2
2016-05-26nvc0: invalidate textures/samplers between 3D and CP on FermiSamuel Pitoiset2-0/+27
2016-05-26compiler: Move glsl_to_nir to libglsl.laJason Ekstrand1-1/+1