summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-27aubinator: import intel_aub.h from libdrmLionel Landwerlin1-0/+153
2017-06-27i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin1-0/+8
2017-06-27nir: implement GLSL.std.450 NMax, NMIn and NClamp operationsJuan A. Suarez Romero1-0/+3
2017-06-27nir: add support for 64-bit in SmoothStep functionJuan A. Suarez Romero1-3/+5
2017-06-27nir: sge operation is defined for floating-point typesJuan A. Suarez Romero1-1/+1
2017-06-27i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()Topi Pohjolainen1-3/+3
2017-06-27intel/anv: Add missing break in anv_CreateDevice()Topi Pohjolainen1-0/+1
2017-06-27ac/nir: convert emit helpers to ac_llvm_contextNicolai Hähnle1-117/+118
2017-06-27ac/nir: remove unused nir_to_llvm_context::has_ddxyNicolai Hähnle1-2/+0
2017-06-27ac/nir: implement nir_op_f2bNicolai Hähnle1-0/+12
2017-06-27ac/nir: implement nir_op_{b2i,i2b}Nicolai Hähnle1-0/+20
2017-06-27ac/nir: convert type helpers to ac_llvm_contextNicolai Hähnle1-95/+95
2017-06-27ac/llvm: fix type of second llvm.cttz.* parameterNicolai Hähnle1-1/+1
2017-06-27ac/shader_info: fix a commentNicolai Hähnle1-2/+6
2017-06-27ac: add ac_llvm_context::v8i32Nicolai Hähnle2-0/+2
2017-06-27ac: add ac_llvm_context::{i,f}32_{0,1}Nicolai Hähnle2-0/+10
2017-06-27ac: add ac_llvm_context::{i16, i64, f16, f64}Nicolai Hähnle2-0/+8
2017-06-26nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-26nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin1-1/+5
2017-06-26nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin1-1/+1
2017-06-26nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin2-9/+10
2017-06-26nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin1-19/+32
2017-06-27mesa: skip FLUSH_VERTICES() if no samplers were changedTimothy Arceri1-1/+6
2017-06-27mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniformsTimothy Arceri1-0/+6
2017-06-26Android: add renderonly files to libmesa_galliumRob Herring1-0/+1
2017-06-27mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri3-2/+33
2017-06-27mesa: add no error support to copyteximage()Timothy Arceri1-13/+30
2017-06-27mesa: create copyteximage_err() helper and always inline copyteximage()Timothy Arceri1-4/+14
2017-06-27mesa: tidy up copyteximage()Timothy Arceri1-5/+5
2017-06-26i915: On Gen <= 3 there are no array texturesIan Romanick4-17/+0
2017-06-26i915: On Gen <= 3 there is no W-tilingIan Romanick4-29/+9
2017-06-26i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0Ian Romanick2-11/+0
2017-06-26i915: Remove unused field intel_mipmap_tree::array_spacing_lod0Ian Romanick1-9/+0
2017-06-26i915: On Gen <= 3 there is no multisamplingIan Romanick3-38/+9
2017-06-26i915: Trivial code reformattingIan Romanick1-56/+54
2017-06-26i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick2-7/+2
2017-06-27mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri4-6/+115
2017-06-27mesa: add copy_texture_sub_image_no_error() helperTimothy Arceri1-0/+17
2017-06-27mesa: remove redundant NULL checkTimothy Arceri1-6/+2
2017-06-27mesa: create copy_texture_sub_image_err() helperTimothy Arceri1-36/+48
2017-06-27mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri2-99/+85
2017-06-27mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri3-6/+124
2017-06-27mesa: add no error support to teximage()Timothy Arceri1-29/+32
2017-06-27mesa: create wrapper around teximage()Timothy Arceri1-14/+26
2017-06-27mesa: fix unused variable warning in release buildsTimothy Arceri1-1/+2
2017-06-26radeonsi: don't flush and wait for CB after depth-only renderingMarek Olšák1-1/+4
2017-06-26blorp: Use normalized coordinates on Gen6Ian Romanick2-5/+8
2017-06-26mesa/glthread: don't include pthread.hMarek Olšák1-1/+0
2017-06-26anv/gpu_memcpy: Rename the gpu_memcpy functionNanley Chery3-11/+11
2017-06-26anv/blorp: Provide surface states for CCS resolvesNanley Chery1-19/+10