summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03radv: don't lower indirect derefsradv-rewrite-varsConnor Abbott1-4/+10
2017-07-03radv: reorder and add passes to match i965Connor Abbott1-3/+11
2017-07-03ac/nir: rewrite shared variable handlingConnor Abbott1-93/+23
2017-07-03ac/nir: rewrite local variable handlingConnor Abbott1-58/+146
2017-07-03nir: don't segfault when printing variables with no nameConnor Abbott1-1/+1
2017-07-03radv: enable Int64 capability (v2)Dave Airlie2-1/+2
2017-07-03ac/nir: fix 64-bit shiftsConnor Abbott1-3/+12
2017-07-03ac/nir: implement 64-bit packing and unpackingConnor Abbott2-0/+32
2017-07-03spirv: fix OpBitcast when the src and dst bitsize are different (v3)Connor Abbott1-1/+66
2017-07-03svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFERBrian Paul2-1/+5
2017-07-03svga: fix texture buffer object regressionBrian Paul1-9/+11
2017-07-03svga: move assertion in draw_vgpu10()Brian Paul1-1/+1
2017-07-03svga: fix buffer binding flags initializationBrian Paul1-0/+6
2017-07-03docs: update bug reporting guidelinesBrian Paul1-1/+4
2017-07-03st/mesa: remove an obsolete commentNicolai Hähnle1-1/+0
2017-07-03mesa: remove unused parameter/member of add_uniform_to_shaderNicolai Hähnle1-6/+3
2017-07-03util/disk_cache: fix a commentNicolai Hähnle1-1/+1
2017-07-03glsl: simplify disable_varying_optimizations_for_ssoNicolai Hähnle1-18/+11
2017-07-03glsl: always print non-zero var->data.location_fracNicolai Hähnle1-1/+1
2017-07-03winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle1-1/+2
2017-07-03anv: check support for enabled features in vkCreateDevice()Samuel Iglesias Gonsálvez1-0/+13
2017-07-03anv: merge tessellation's primitive mode in merge_tess_info()Samuel Iglesias Gonsálvez1-0/+4
2017-07-02swr: Limit memory held by defer deleted resources.Bruce Cherniak1-0/+6
2017-07-02anv: fix reported timestampPeriod valueLionel Landwerlin1-1/+1
2017-07-02intel: genxml: make a couple of enums show up in aubinatorLionel Landwerlin6-45/+47
2017-07-01i965: Print access flags in INTEL_DEBUG=buf output.Kenneth Graunke1-3/+22
2017-07-01i965: Remove clearing of bo->map_gtt after failureChris Wilson1-1/+0
2017-06-30i965: Add inline to brw_bo_unmapKenneth Graunke1-1/+1
2017-06-30i965: Drop global bufmgr lock from brw_bo_map_* functions.Chris Wilson1-14/+15
2017-06-30i965: Make brw_bo_unmap a static inline.Kenneth Graunke2-7/+1
2017-06-30i965: Discard bo->map_countChris Wilson2-53/+3
2017-06-30i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.Kenneth Graunke1-1/+3
2017-06-30radv: Use v4i32 variant of llvm.SI.load.const.Bas Nieuwenhuizen1-3/+1
2017-06-30svga: add texture size/levels sanity check code in svga_texture_create()Brian Paul1-0/+33
2017-06-30st/mesa: fix texture image resource selection in st_render_texture()Brian Paul1-1/+18
2017-06-30st/mesa: check for incomplete texture in st_finalize_texture()Brian Paul1-0/+12
2017-06-30gallium/docs: document that TXF is used with PIPE_BUFFER resourcesBrian Paul1-1/+2
2017-06-30gallium/docs: clarify that samplers are not used with PIPE_BUFFER resourcesBrian Paul1-0/+8
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt5-19/+67
2017-06-30vc4: Replace a couple of magic numbers with #define usage.Eric Anholt1-2/+2
2017-06-30vc4: Move rasterizer state packing to CSO creation time.Eric Anholt4-29/+25
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt4-54/+100
2017-06-30vc4: Simplify pack header usageEric Anholt4-35/+28
2017-06-30vc4: Start using the pack header.Eric Anholt4-51/+130
2017-06-30vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt13-1/+1143
2017-06-30swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak1-2/+2
2017-06-30swr: use swr_query_result type instead of voidTim Rowley2-3/+3
2017-06-30swr/rast: increase number of possible draws in flightTim Rowley1-1/+1
2017-06-30swr/rast: move default split size from driver to rasterizerTim Rowley2-5/+1
2017-06-30swr/rast: Fix missing setup of psContext.pColorBufferTim Rowley2-16/+14