summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-05r300g/swtcl: make pipe_context uploaders use malloc'd memory as beforeMarek Olšák1-3/+6
2018-06-05intel/eu: Use a struct copy instead of a memcpyJason Ekstrand1-1/+1
2018-06-05radv: Use correct color format for fast clearsPhilip Rebohle1-2/+2
2018-06-05v3d: Be more explicit about include directory from our generated code.Eric Anholt3-2/+5
2018-06-05radv: Do not hardcode fast clear formats.Bas Nieuwenhuizen1-180/+73
2018-06-05intel/tools: add intel_sanitize_gpu to EXTRA_DISTScott D Phillips1-0/+2
2018-06-05util/tests/vma: Fix warning c++11-narrowingScott D Phillips1-1/+1
2018-06-05util: tests: vma test depends on C++11 supportScott D Phillips1-2/+5
2018-06-05glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer1-1/+1
2018-06-05anv: intel: add softpin flag on imported BOsLionel Landwerlin1-0/+2
2018-06-05autotools: add missing android file to packageEric Engestrom1-0/+1
2018-06-05mesa: Make sure that imm draws are flushed before other draws execute.Mathias Fröhlich4-65/+56
2018-06-05virgl: use bits in caps set v2gurchetansingh@chromium.org2-0/+6
2018-06-05virgl: add shader offset alignment to to v2 caps structgurchetansingh@chromium.org3-1/+4
2018-06-04i965: Prepare batchbuffer module for softpin support.Kenneth Graunke2-3/+39
2018-06-04i965: Add virtual memory allocator infrastructure to brw_bufmgr.Kenneth Graunke2-1/+286
2018-06-04i965: Disable internal CCS for shadows of multi-sampled windowsJason Ekstrand1-1/+10
2018-06-04i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand2-4/+4
2018-06-04intel/eu: Switch to a logical state stackJason Ekstrand3-126/+72
2018-06-04intel/eu: Set flag [sub]register number differently for 3srcJason Ekstrand1-3/+10
2018-06-04intel/eu: Copy fields manually in brw_next_insnJason Ekstrand1-1/+94
2018-06-04intel/eu: Add some brw_get_default_ helpersJason Ekstrand4-55/+79
2018-06-04trace: Fix parsing of recent traces.Jose Fonseca1-5/+26
2018-06-04trace: Fix trace_context_transfer_unmap methods.Jose Fonseca1-18/+42
2018-06-04amd/common: use the dimension-aware image intrinsics on LLVM 7+Nicolai Hähnle1-24/+165
2018-06-04i965: Fix batch-last mode to properly swap BOs.Kenneth Graunke1-0/+5
2018-06-04radv: fix a GPU hang when MRTs are sparseSamuel Pitoiset1-0/+10
2018-06-04radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.Bas Nieuwenhuizen1-0/+2
2018-06-04nir: implement the GLSL equivalent of if simplication in nir_opt_ifSamuel Pitoiset1-5/+92
2018-06-04nir: make is_comparison() a non-static helper functionSamuel Pitoiset2-25/+25
2018-06-04nir: use num_components wrappers in print/validate.Dave Airlie2-15/+5
2018-06-01anv: Don't even bother processing relocs if we have softpinJason Ekstrand1-3/+15
2018-06-01anv: Refactor reloc handling in execbuf_add_boJason Ekstrand1-36/+42
2018-06-01anv: Assert that the kernel leaves pinned BO addresses aloneJason Ekstrand1-1/+4
2018-06-01anv: Soft-pin everything elseScott D Phillips3-1/+21
2018-06-01anv: Soft-pin batch buffersScott D Phillips4-11/+30
2018-06-01anv/batch_chain: Simplify secondary batch return chainingJason Ekstrand1-40/+36
2018-06-01anv/batch_chain: Call batch_bo_finish at the end of end_batch_bufferJason Ekstrand1-6/+6
2018-06-01anv: Soft-pin client-allocated memoryJason Ekstrand1-0/+3
2018-06-01anv/allocator: Support softpin in the BO cacheJason Ekstrand1-1/+50
2018-06-01anv/allocator: Set the BO flags in bo_cache_alloc/importJason Ekstrand5-28/+60
2018-06-01anv: For pinned BOs, skip relocations, but track bo usageScott D Phillips2-0/+66
2018-06-01anv: Use a separate pool for binding tables when soft pinningScott D Phillips3-11/+53
2018-06-01anv: Soft-pin state poolsScott D Phillips7-10/+34
2018-06-01nir: Lower !f2b(x) to x == 0.0Ian Romanick1-0/+1
2018-06-01nir: Add some missing "optimization undo" patternsIan Romanick1-1/+19
2018-06-01glsl: Add ir_binop_vector_extract in NIRJuan A. Suarez Romero1-0/+9
2018-06-01i965: Add ARB_fragment_shader_interlock support.Plamena Manolova8-6/+35
2018-06-01mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.Plamena Manolova14-1/+197
2018-06-01compiler/spirv: reject invalid shader code properlyMartin Pelikán2-5/+38