summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-21st/mesa: reenable cullingarb_cull_distanceDave Airlie1-1/+1
2016-05-21i965: reenable ARB_cull_distance.Dave Airlie1-1/+1
2016-05-21glsl: rewrite clip/cull distance lowering passDave Airlie3-60/+164
2016-05-21glsl: make max array trackers ints and use -1 as base.Dave Airlie10-35/+32
2016-05-21nir: remove dead glsl variables before lowering io.Dave Airlie1-0/+1
2016-05-20spirv: Handle the PixelCenterInteger execution mode.Kenneth Graunke3-0/+7
2016-05-20i965: Delete dead dFdy flipping code.Kenneth Graunke1-19/+5
2016-05-20i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.Kenneth Graunke3-50/+0
2016-05-20i965, anv: Use NIR FragCoord re-center and y-transform passes.Kenneth Graunke8-57/+39
2016-05-20nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers.Kenneth Graunke3-0/+109
2016-05-20nir: Don't use ffma in nir_lower_wpos_ytransform().Kenneth Graunke1-12/+8
2016-05-20nir: Handle fddy_fine and fddy_coarse in nir_lower_wpos_ytransform.Kenneth Graunke1-1/+3
2016-05-20nir: Make lower_wpos_ytransform_block a void function.Kenneth Graunke1-3/+1
2016-05-20nir: Make nir_lower_wpos_ytransform() match FragCoord by location.Kenneth Graunke1-1/+2
2016-05-20nir: Add interp_var_at_offset flipping.Kenneth Graunke1-0/+21
2016-05-20nir: Fix fddy swizzles in nir_lower_wpos_ytransform().Kenneth Graunke1-0/+3
2016-05-20nir: Fix wpos_ytransform lowering state_slot swizzle.Kenneth Graunke1-0/+2
2016-05-20i965: Fix brw_regs_equal() for NaN and positive/negative zero.Kenneth Graunke1-1/+2
2016-05-21virgl: handle cull distance cap.Dave Airlie1-0/+1
2016-05-21virgl: Add missing texture transfer_inline_writeRob Herring1-1/+1
2016-05-20anv: Merge in my TODO list itemsKristian Høgsberg Kristensen1-0/+11
2016-05-20mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner9-50/+78
2016-05-20hash: Add _mesa_HashRemoveLocked() function.Matt Turner2-4/+17
2016-05-20i965: Pass nir_src/nir_dest by reference.Matt Turner4-18/+18
2016-05-20glsl: Guard against NULL dereferenceMark Janes1-1/+1
2016-05-20anv: Enable textureCompressionASTC_LDR on Gen9+Nanley Chery2-29/+29
2016-05-20anv/format: Reorder ASTC mappings to match ISL enum orderingNanley Chery1-14/+14
2016-05-20genxml: Expand SKL's SurfaceFormat field width for ASTCNanley Chery1-2/+1
2016-05-20isl: Handle npot ASTC block dimensions on Gen9+Nanley Chery1-4/+4
2016-05-20isl: Add 2D ASTC format layouts and enumsNanley Chery3-1/+59
2016-05-20nir/validate: assume() that hashtable entry existsRob Clark1-0/+3
2016-05-20nir: coverity unitialized pointer readRob Clark1-0/+2
2016-05-20nir: coverity sign-extension fixRob Clark1-1/+1
2016-05-20nir/glsl_to_nir: quell some uninit_member coverity errorsRob Clark1-0/+6
2016-05-20freedreno/ir3: need to lower fmod tooRob Clark1-0/+2
2016-05-20i965: Fix strerror error code signMark Janes1-1/+1
2016-05-19nir/spirv: Handle the NonReadable decoration on struct membersJason Ekstrand1-0/+1
2016-05-19anv/pipeline: Bounds-check resource indices when robuts_buffer_access is enabledJason Ekstrand1-17/+35
2016-05-19anv/pipeline: Only do buffer bounds checks if robustBufferAccess is enabledJason Ekstrand1-1/+7
2016-05-19anv/apply_dynamic_offsets: Use rewrite_src instead of a regular assignmentJason Ekstrand1-4/+5
2016-05-19anv/device: Add a boolean for robust buffer accessJason Ekstrand2-0/+4
2016-05-19anv: Add a TODO fileJason Ekstrand1-0/+23
2016-05-20glsl: handle same struct redeclaration (v2)Dave Airlie3-4/+11
2016-05-19i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz.Matt Turner1-2/+10
2016-05-19i965: Add infrastucture for sample lod-zero operations.Matt Turner6-0/+33
2016-05-19i965/fs: Add and use get_nir_src_imm().Matt Turner2-4/+19
2016-05-19nvc0: account for shader-allocated local memory needsIlia Mirkin2-2/+2
2016-05-19nv50/ir: treat addresses as localIlia Mirkin1-1/+1
2016-05-19swr: [rasterizer] utility functions for shared libsTim Rowley2-2/+64
2016-05-19swr: [rasterizer jitter] fix assert in AVX implementation of MASKLOADDTim Rowley1-2/+7