aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Require LLVM for r300 only on x86 and x86_64Andreas Boll2017-02-031-1/+14
* spirv: handle undefined components for OpVectorShuffleLionel Landwerlin2017-02-031-15/+38
* spirv: handle OpUndef as part of the variable parsing passLionel Landwerlin2017-02-032-0/+7
* anv: fix descriptor pool internal size allocationLionel Landwerlin2017-02-031-4/+4
* i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke2017-02-032-11/+7
* i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke2017-02-031-1/+1
* anv/lower_input_attachments: honor sample index parameter to subpassLoad()Iago Toral Quiroga2017-02-031-4/+1
* i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke2017-02-031-0/+12
* anv: set command buffer to NULL when allocations failLionel Landwerlin2017-02-031-1/+4
* radv: program a default point size.Dave Airlie2017-02-031-1/+2
* radeonsi: handle first_non_void correctly in si_create_vertex_elementsMarek Olšák2017-02-031-3/+3
* st/mesa: destroy pipe_context before destroying st_context (v2)Marek Olšák2017-02-031-6/+7
* mesa: Don't advertise GL_OES_read_format in core profileIan Romanick2017-02-031-1/+1
* gallivm: (trivial) fix ddiv cpu implementationRoland Scheidegger2017-02-031-1/+0
* tgsi: implement ddiv opcodeRoland Scheidegger2017-02-031-0/+14
* i965/blorp: Use the correct ISL format for combined depth/stencilJason Ekstrand2017-02-031-0/+2
* i965/blorp: Add also depth and stencil buffers to render cacheTopi Pohjolainen2017-02-031-0/+4
* configure.ac: move require_dri_shared_libs_and_glapi() before its usersEmil Velikov2017-02-031-16/+16
* Update version to 17.0.0-rc2mesa-17.0.0-rc2Emil Velikov2017-01-251-1/+1
* i965/blorp: Make post draw flush more explicitTopi Pohjolainen2017-01-242-5/+22
* i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen2017-01-241-1/+6
* i965: Make depth clear flushing more explicitTopi Pohjolainen2017-01-242-8/+57
* i965/blorp: Use the render cache mechanism instead of explicit flushingTopi Pohjolainen2017-01-241-1/+7
* radeonsi: always set the TCL1_ACTION_ENA when invalidating L2Marek Olšák2017-01-241-1/+2
* radv: don't resubmit the same cs over and over while tracingGrazvydas Ignotas2017-01-241-2/+1
* swr: Align query results allocationGeorge Kyriazis2017-01-242-4/+5
* swr: Prune empty nodes in CalculateProcessorTopology.Bruce Cherniak2017-01-241-0/+9
* st/glsl_to_tgsi: use DDIV instead of DRCP + DMULNicolai Hähnle2017-01-241-6/+3
* glsl: split DIV_TO_MUL_RCP into single- and double-precision flagsNicolai Hähnle2017-01-242-9/+14
* r600: implement DDIVNicolai Hähnle2017-01-241-0/+59
* r600: factor out cayman_emit_unary_double_rawNicolai Hähnle2017-01-241-20/+42
* r600: double multiply can handle only one multiply at a timeNicolai Hähnle2017-01-241-17/+19
* freedreno/a5xx: set frag shader threadsizeRob Clark2017-01-241-2/+7
* freedreno/a5xx: set fragcoordxy properlyRob Clark2017-01-241-1/+1
* freedreno/a5xx: fix psizeRob Clark2017-01-242-8/+5
* freedreno/a5xx: srgb fixRob Clark2017-01-241-1/+2
* freedreno/a5xx: fix int vbosRob Clark2017-01-241-1/+3
* freedreno/a5xx: fix clear for uint/sint formatsRob Clark2017-01-241-19/+28
* freedreno/a5xx: fix cull stateRob Clark2017-01-241-5/+5
* freedreno: update generated headersRob Clark2017-01-246-13/+36
* nir/search: Use the correct bit size for integer comparisonsJason Ekstrand2017-01-241-32/+16
* intel/blorp/copy: Properly handle clear colors for CCS_E imagesJason Ekstrand2017-01-241-0/+82
* radv: fix include order for installed headers v2Andres Rodriguez2017-01-201-4/+4
* vulkan/wsi: clarify the severity of lack of DRI3 v2Andres Rodriguez2017-01-201-2/+4
* anv: don't require render target isl bit for depth/stencil surfacesLionel Landwerlin2017-01-201-2/+5
* spirv: don't assert with location decorations on non i/o variablesLionel Landwerlin2017-01-201-1/+2
* gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset2017-01-201-0/+1
* radeonsi: don't forget to add HTILE to the buffer list for texturingMarek Olšák2017-01-201-6/+13
* radeonsi: fix texture gather on stencil texturesNicolai Hähnle2017-01-201-2/+16
* radeonsi: Always leave poly_offset in a valid stateZachary Michaels2017-01-201-1/+3