summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* gbm: request correct version of the DRI2_FENCE extensionLucas Stach2016-11-241-1/+1
* anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand2016-11-241-1/+13
* anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand2016-11-241-5/+15
* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun2016-11-241-1/+1
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun2016-11-241-6/+5
* i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2016-11-242-18/+9
* glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle2016-11-241-1/+0
* radeonsi: store group_size_variable in struct si_computeNicolai Hähnle2016-11-241-5/+8
* anv: Implement a depth stall restriction on gen7Jason Ekstrand2016-11-243-0/+35
* radv: spir-v allows texture size query with and without lod.Dave Airlie2016-11-241-1/+4
* radv: fix image view creation for depth and stencil onlyDave Airlie2016-11-242-13/+9
* radv: make sure to flush input attachments correctly.Dave Airlie2016-11-241-0/+1
* i965: Fix GS push inputs with enhanced layouts.Kenneth Graunke2016-11-241-1/+1
* mesa: fix empty program log lengthTapani Pälli2016-11-242-3/+6
* mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-242-34/+15
* i965: Fix compute shader crash.Kenneth Graunke2016-11-241-1/+1
* anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand2016-11-241-9/+11
* nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand2016-11-241-2/+6
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand2016-11-241-1/+5
* anv: Handle null in all destructorsJason Ekstrand2016-11-249-1/+65
* i965/glk: Add basic Geminilake supportBen Widawsky2016-11-241-0/+46
* ac/nir/llvm: fix channel in texture gather lowering code.Dave Airlie2016-11-241-1/+1
* radv: don't crash on null swapchain destroy.Dave Airlie2016-11-241-0/+3
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-242-10/+22
* isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_saJordan Justen2016-11-241-1/+1
* intel: Set min_ds_entries on Broxton.Kenneth Graunke2016-11-241-0/+2
* anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin2016-11-241-2/+2
* vc4: Fix register class handling of DDX/DDY arguments.Eric Anholt2016-11-241-1/+1
* Fix races during _mesa_HashWalk().Steinar H. Gunderson2016-11-241-11/+7
* i965/gs: Allow primitive id to be a system valueJason Ekstrand2016-11-241-1/+2
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-232-26/+20
* radv: fix texturesamples to handle single sample caseDave Airlie2016-11-231-2/+10
* glsl: Parse 0 as a preprocessor INTCONSTANTIan Romanick2016-11-231-0/+4
* glcpp: Handle '#version 0' and other invalid valuesIan Romanick2016-11-232-6/+28
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-231-0/+8
* vulkan/wsi/wayland: Include pthread.hJason Ekstrand2016-11-231-0/+1
* anv: Rework fencesJason Ekstrand2016-11-233-26/+150
* anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-231-3/+10
* anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-231-0/+29
* vc4: Clamp the shadow comparison value.Eric Anholt2016-11-231-0/+9
* vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-236-8/+32
* radv/pipeline: Don't dereference NULL dynamic state pointersDarren Salt2016-11-141-20/+47
* gallium/hud: protect against and initialization raceSteven Toth2016-11-144-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-143-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-144-55/+0
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-111-14/+19
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand2016-11-111-0/+6
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand2016-11-111-8/+8
* radv: Suffix the radeon_icd file with the host CPUEmil Velikov2016-11-103-4/+10
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4