summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: use _mesa_set_scissor() in ScissorIndexed()Samuel Pitoiset2017-06-071-4/+1
* mesa: make _mesa_scissor_bounding_box() staticSamuel Pitoiset2017-06-072-9/+5
* mesa: inline update_image_transfer_state() into _mesa_update_pixel()Samuel Pitoiset2017-06-071-14/+6
* mesa: remove useless check in _mesa_update_pixel()Samuel Pitoiset2017-06-073-5/+4
* glcpp: fix #undef to match latest spec update and GLSLang implementationIago Toral Quiroga2017-06-071-14/+31
* ac/nir: move gpr counting inside argument handling.Dave Airlie2017-06-071-10/+12
* ac/nir: assign argument param pointers in one place.Dave Airlie2017-06-071-187/+152
* ac/nir: consolidate setting userdata locationDave Airlie2017-06-071-28/+17
* glthread: remove extra _mesa_glthread_finish() from generated codeTimothy Arceri2017-06-071-1/+1
* intel: Fix broxton 2x6 way size computationAnuj Phogat2017-06-061-0/+4
* radv: move chip_class extraction down further.Dave Airlie2017-06-071-1/+2
* radv: move lots of index related things into the bind.Dave Airlie2017-06-072-19/+14
* radv: move calculating the vertex sgpr to the pipeline.Dave Airlie2017-06-073-41/+34
* radv: rename and make global some functions.Dave Airlie2017-06-072-12/+17
* tree-wide: remove trailing backslashEric Engestrom2017-06-0715-16/+16
* radv/gfx9: use correct register setting for uconfig regsDave Airlie2017-06-071-4/+4
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-061-3/+0
* radv: Split out updating the vertex descriptors.Bas Nieuwenhuizen2017-06-061-11/+18
* radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.Bas Nieuwenhuizen2017-06-061-11/+10
* radv: Add early exit for cache flushes.Bas Nieuwenhuizen2017-06-061-2/+4
* radv: Remove vertex_descriptors_dirty.Bas Nieuwenhuizen2017-06-062-4/+1
* radv: Don't use a divide by index_size.Bas Nieuwenhuizen2017-06-061-3/+8
* i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson2017-06-063-0/+33
* i965: Remove brw_bo_map_unsynchronized()Matt Turner2017-06-063-23/+2
* i965: Use unsynchronized mappings for BufferSubData on non-LLCMatt Turner2017-06-061-10/+6
* i965: Make unsynchronized maps unsynchronized on non-LLCMatt Turner2017-06-062-22/+3
* i965: Implement brw_bo_map_unsynchronized() with MAP_ASYNCMatt Turner2017-06-061-40/+9
* i965: Elide call to set_domain() if MAP_ASYNCMatt Turner2017-06-061-4/+8
* i965: Add and use brw_bo_map()Matt Turner2017-06-0616-54/+52
* i965: Drop MAP_READ from some write-only mappingsMatt Turner2017-06-064-4/+4
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-0616-33/+49
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-0616-29/+30
* i965: Rename *_virtual -> map_*Matt Turner2017-06-062-31/+31
* i965: Pass the map-mode along to intel_mipmap_tree_map_raw()Chris Wilson2017-06-061-13/+16
* i965: Add a cache_coherent field to brw_boMatt Turner2017-06-063-0/+9
* i965: Remove unused 'use_resource_streamer' fieldMatt Turner2017-06-061-1/+0
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-0617-121/+102
* i965: Remove unused brw_bo_map__* functionsMatt Turner2017-06-062-109/+0
* anv: Set better descriptor set limitsAlex Smith2017-06-061-3/+6
* anv: Set driver version to Mesa versionAlex Smith2017-06-061-1/+1
* radv/vulkan: Move radv_get_driver_version to src/vulkan/utilAlex Smith2017-06-064-23/+53
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-0621-19/+29
* intel: gen-decoder: rework how we handle groupsLionel Landwerlin2017-06-063-104/+161
* radeonsi: fix a GPU hang with tessellation on 2-CU configsMarek Olšák2017-06-061-1/+5
* mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset2017-06-062-3/+5
* mesa: add new gl_driver_flags::NewWindowRectanglesSamuel Pitoiset2017-06-061-0/+5
* mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset2017-06-061-3/+0
* mesa: only emit _NEW_MULTISAMPLE when min sample shading changesSamuel Pitoiset2017-06-061-3/+6
* mesa: only emit _NEW_MULTISAMPLE when sample mask changesSamuel Pitoiset2017-06-061-0/+3
* mesa: only emit _NEW_MULTISAMPLE when coverage parameters changeSamuel Pitoiset2017-06-061-3/+7