summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-22vbo: Remove now duplicate _DrawVAO notification.Mathias Fröhlich1-5/+0
2018-03-22vbo: Remove now duplicate _vbo_update_inputs from dlist draw.Mathias Fröhlich1-3/+0
2018-03-22vbo: Remove redundant set of DriverFlags.NewArray in vbo_bind_arrays.Mathias Fröhlich1-1/+0
2018-03-22vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.Mathias Fröhlich1-8/+0
2018-03-22mesa: A change of gl_vertex_processing_mode needs an array update.Mathias Fröhlich1-3/+17
2018-03-22mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.Mathias Fröhlich3-3/+32
2018-03-22mesa: Update VAO internal state when setting the _DrawVAO.Mathias Fröhlich3-8/+13
2018-03-22vbo: Move vbo_bind_arrays into a dd_driver_functions draw callback.Mathias Fröhlich4-46/+27
2018-03-22mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich9-48/+162
2018-03-21clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2-1/+3
2018-03-22ac/nir_to_llvm: add frexp supportTimothy Arceri1-0/+11
2018-03-22nir: add frexp_exp and frexp_sig opcodesTimothy Arceri2-0/+5
2018-03-21anv/pipeline: don't pass constant view index in multiviewCaio Marcelo de Oliveira Filho1-6/+11
2018-03-21anv/pipeline: use less instructions for multiviewCaio Marcelo de Oliveira Filho1-1/+1
2018-03-21broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.Eric Anholt4-0/+54
2018-03-21spirv: Add a 64-bit implementation of FrexpNeil Roberts1-4/+56
2018-03-21aubinator_error_decode: Compare only the class_name of the ring.Rafael Antognolli1-1/+1
2018-03-21nir: Migrate nir_dce to instr worklistThomas Helland1-35/+18
2018-03-21nir: Initial implementation of a nir_instr_worklistThomas Helland1-0/+67
2018-03-21intel/tools: aubinator: Catch gen11 "enhanced execlist" submissionScott D Phillips1-6/+20
2018-03-21radeonsi: fix a snprintf warning on gcc 7.3.0Marek Olšák1-1/+1
2018-03-21radeonsi/gfx9: print the swizzle mode for testdmaMarek Olšák1-2/+16
2018-03-21ac/surface: compute tile swizzle for GFX9Marek Olšák4-3/+91
2018-03-21broadcom/vc5: Don't skip job submit just because everything is scissored.Eric Anholt2-10/+7
2018-03-21broadcom/vc5: Handle sparsely populated SO target array.Eric Anholt1-7/+14
2018-03-21broadcom/vc5: Fix 3D miplevel limit to match other texture targets.Eric Anholt1-2/+1
2018-03-21broadcom/vc5: Clamp the instance divisor to 16 bits.Eric Anholt1-1/+2
2018-03-21i965: fix android buildLionel Landwerlin1-2/+5
2018-03-21nir/dead_cf: also remove useless ifsCaio Marcelo de Oliveira Filho1-14/+30
2018-03-21nir/dead_cf: rephrase definition of a dead loop nodeCaio Marcelo de Oliveira Filho1-8/+7
2018-03-21radeon/vce: move feedback command inside of destroy functionLeo Liu3-9/+12
2018-03-21clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry1-2/+5
2018-03-21clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry1-0/+88
2018-03-20intel/blorp: Fix compiler warning about num_layers.Eric Anholt1-1/+1
2018-03-20radv: add support for VK_EXT_depth_range_unrestrictedSamuel Pitoiset2-0/+23
2018-03-20radv: only enable one channel when exporting prim idSamuel Pitoiset1-1/+1
2018-03-20i965: fix out of tree autotools buildLionel Landwerlin1-1/+4
2018-03-21virgl: Implement seamless cube mapsStéphane Marchesin2-1/+3
2018-03-20i965: annotate brw_oa.py's --header and --code as requiredEmil Velikov1-21/+14
2018-03-20i965: pipecontrol: add LRI write immediate flagLionel Landwerlin1-0/+1
2018-03-20intel: genxml: add INSTPM/CS_DEBUG_MODE2 registersLionel Landwerlin7-0/+46
2018-03-20i965: fix autotools/android buildLionel Landwerlin2-13/+6
2018-03-20st/mesa: add compiler/nir/ prefix for nir includesEmil Velikov1-2/+2
2018-03-20anv: off-by-one in GetDescriptorSetLayoutSupportScott D Phillips1-1/+1
2018-03-20i965: perf: reduce i965 binary sizeLionel Landwerlin6-221/+334
2018-03-20i965: perf: fix a counter return type on hswLionel Landwerlin1-1/+1
2018-03-20mesa: fix leaking ParameterValueOffsetTapani Pälli1-0/+1
2018-03-20dri3: Don't fail on version mismatchDaniel Stone5-9/+20
2018-03-20radv: don't lower indirects until after opts have runTimothy Arceri1-1/+8
2018-03-20st/nir: fix atomic lowering for gallium driversTimothy Arceri4-8/+14