summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add support to emit clear value address.Rafael Antognolli2018-04-052-4/+23
* intel: Use Clear Color struct size.Rafael Antognolli2018-04-056-15/+35
* intel/genxml: Add Clear Color struct to gen10+.Rafael Antognolli2018-04-052-0/+18
* intel/genxml: Use a single field for clear color address on gen10.Rafael Antognolli2018-04-052-8/+6
* genxml: Preserve fields that share dword space with addresses.Rafael Antognolli2018-04-051-2/+6
* anv/image: Do not override lower bits of dword.Rafael Antognolli2018-04-052-15/+12
* radv: implement a fast prefetch path for the vertex stageSamuel Pitoiset2018-04-051-10/+30
* radv: rename radv_emit_prefetch() to radv_emit_prefetch_L2()Samuel Pitoiset2018-04-051-19/+11
* radv: use a mask for VBOs and shaders prefetchingSamuel Pitoiset2018-04-052-27/+51
* gallium/pp: fix MLAA shadersMarek Olšák2018-04-041-4/+4
* gallium/pp: use user constant buffersMarek Olšák2018-04-044-33/+25
* st/mesa: set stencil border color the same as intensityMarek Olšák2018-04-041-0/+2
* Fix use of alloca() without #include <c99_alloca.h>Jon Turney2018-04-041-0/+1
* radv: implement out-of-order rasterization when it's safe on VI+Samuel Pitoiset2018-04-046-3/+279
* radv: change blend_enable field to use four bits per CBSamuel Pitoiset2018-04-041-3/+5
* radv: scan which color blend attachments are enabledSamuel Pitoiset2018-04-041-0/+2
* radv: put more fields in radv_blend_stateSamuel Pitoiset2018-04-041-20/+17
* radv: do not always disable dual quad mode when chip has RbPlusSamuel Pitoiset2018-04-041-3/+17
* radv: don't use the SPI barrier management bug workaroundSamuel Pitoiset2018-04-041-0/+5
* radv: mask out high VM address bits in registers where neededSamuel Pitoiset2018-04-043-19/+19
* intel: compiler: silence compiler warningLionel Landwerlin2018-04-041-0/+1
* compiler/spirv: set is_shadow for depth comparitor sampling opcodesIago Toral Quiroga2018-04-041-1/+2
* i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov2018-04-031-1/+1
* nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand2018-04-031-1/+6
* anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTELKevin Strasser2018-04-031-2/+2
* glsl: always call do_lower_jumps() after loop unrollingTimothy Arceri2018-04-041-0/+18
* vulkan/wsi/wayland: fix leaksJames Legg2018-04-031-0/+4
* docs: update calendar, add news and link release notes to 17.3.8Juan A. Suarez Romero2018-04-033-7/+8
* docs: add sha256 checksums for 17.3.8Juan A. Suarez Romero2018-04-031-1/+2
* docs: add release notes for 17.3.8Juan A. Suarez Romero2018-04-031-0/+146
* st/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebuffer_sRGB.Jakob Bornecrantz2018-04-031-1/+2
* intel: gen-decoder: print all dword a field belongs toLionel Landwerlin2018-04-032-7/+9
* intel: genxml: decode variable length MI_LRILionel Landwerlin2018-04-0310-0/+40
* intel: gen-decoder: don't decode fields beyond a dword lengthLionel Landwerlin2018-04-031-15/+26
* intel: error_decode: add an option to decode all buffersLionel Landwerlin2018-04-031-2/+7
* intel: genxml: add preemption control instructionsLionel Landwerlin2018-04-034-0/+26
* mesa: ensure that variable is initializedDylan Baker2018-04-031-1/+1
* radeonsi/gfx9: fix bad LLVM params in monolithic LS+HSMarek Olšák2018-04-031-1/+5
* radv: enable VK_EXT_shader_viewport_index_layerSamuel Pitoiset2018-04-032-0/+2
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-036-25/+32
* freedreno/ir3: fix fallout of unused false-depth eliminationRob Clark2018-04-032-17/+19
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-031-1/+1
* Revert "mesa: add GL_HALF_FLOAT as supported type to readpixels"Tapani Pälli2018-04-031-2/+0
* gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* radeonsi: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-0214-18/+205
* radeonsi: rename unpack_param -> si_unpack_paramMarek Olšák2018-04-022-27/+31
* radeonsi: move FMASK shader logic to shared codeMarek Olšák2018-04-023-72/+61