aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-2357-389/+383
* nir: Lower interp_var_at_* like a normal load_var for flat inputs.Kenneth Graunke2016-07-221-0/+4
* mesa: Don't call GenerateMipmap if Width or Height == 0.Kenneth Graunke2016-07-221-0/+5
* anv/pipeline: Set up point coord enablesJason Ekstrand2016-07-221-0/+5
* spirv/nir: Add support for ImageQuerySamplesJason Ekstrand2016-07-221-0/+3
* spirv/nir: Handle texture projectorsJason Ekstrand2016-07-221-0/+15
* nir/spirv: Refactor coordinate handling in handle_textureJason Ekstrand2016-07-221-29/+28
* spirv/nir: Refactor type handling in handle_textureJason Ekstrand2016-07-221-5/+8
* spirv/nir: Move opcode selection higher up in handle_textureJason Ekstrand2016-07-221-48/+48
* anv/image: Assert that the image format is actually supportedJason Ekstrand2016-07-221-2/+5
* spirv/nir: Don't increment coord_components for array lod queriesJason Ekstrand2016-07-221-1/+1
* i965: Get rid of the do_lower_unnormalized_offsets passJason Ekstrand2016-07-224-109/+0
* i965/nir: Enable NIR lowering of txf and rect offsetsJason Ekstrand2016-07-221-0/+2
* nir/lower_tex: Add support for lowering coordinate offsetsJason Ekstrand2016-07-222-0/+64
* nir/lower_tex: Add some helpers for working with tex sourcesJason Ekstrand2016-07-221-16/+30
* nir: Add a helper for determining the type of a texture sourceJason Ekstrand2016-07-221-0/+44
* anv/pipeline: Set binding_table.gather_texture_startJason Ekstrand2016-07-221-0/+1
* spirv/nir: Properly handle gather componentsJason Ekstrand2016-07-221-1/+11
* spirv/nir: Add support for shadow samplers that return vec4Jason Ekstrand2016-07-221-1/+2
* spirv/nir: Fix some texture opcode assertsJason Ekstrand2016-07-221-2/+2
* nv50/ir: allow to swap sources for OP_SUBSamuel Pitoiset2016-07-221-1/+6
* gallium/radeon: make deferred flushes asynchronousMarek Olšák2016-07-221-0/+2
* gallium: add PIPE_FLUSH_DEFERREDMarek Olšák2016-07-223-2/+13
* gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2016-07-222-6/+14
* mapi: fix typo in macro nameEric Engestrom2016-07-223-3/+3
* glsl: subroutine types cannot be comparedAndres Gomez2016-07-221-0/+4
* i965: fix varying output setupTimothy Arceri2016-07-231-1/+1
* nvc0/mme: fix offsets used for indirect drawsSamuel Pitoiset2016-07-222-8/+8
* nvc0: fix offsets of MP perf counters input parametersSamuel Pitoiset2016-07-221-15/+15
* mesa: Add GL_BGRA_EXT to the list of GenerateMipmap internal formats.Kenneth Graunke2016-07-211-0/+5
* i965: Fix "operation operation" in comment.Kenneth Graunke2016-07-211-1/+1
* i965: Fix shared atomic intrinsics to pay attention to base.Kenneth Graunke2016-07-211-1/+12
* nir: Add a base const_index to shared atomic intrinsics.Kenneth Graunke2016-07-211-10/+10
* glsl: re-enable varying packing in GL4.4+Timothy Arceri2016-07-221-30/+24
* i965: Include VUE handles for GS with invocations > 1.Kenneth Graunke2016-07-211-1/+1
* mapi: Massage code to allow clang to compile.Matt Turner2016-07-213-6/+22
* i965: print error messages if gs fails to compileTimothy Arceri2016-07-211-0/+6
* i965: enable GL4.4 for Gen8+Timothy Arceri2016-07-212-2/+2
* i965: enable ARB_enhanced_layouts for gen6+Timothy Arceri2016-07-211-1/+1
* i965/vec4: add packing support for tcs load outputsTimothy Arceri2016-07-213-7/+17
* i965/vec4: add support for packing tes inputsTimothy Arceri2016-07-211-4/+10
* i965/vec4: add support for packing tcs outputsTimothy Arceri2016-07-211-0/+7
* i965/vec4: support packing tcs inputsTimothy Arceri2016-07-212-2/+7
* i965/vec4: add component packing for gsTimothy Arceri2016-07-211-0/+2
* i965/vec4: add support for packing vs/gs/tes outputsTimothy Arceri2016-07-213-4/+45
* i965/vec4: add support for packing inputsTimothy Arceri2016-07-211-0/+2
* i965: add helper for creating packing writemaskTimothy Arceri2016-07-211-0/+7
* i965: add helpers for creating component layout swizzleTimothy Arceri2016-07-211-0/+3
* vc4: Return V3D version details in the GL renderer info.Eric Anholt2016-07-202-1/+12
* vc4: Check the V3D version reported by the kernel.Eric Anholt2016-07-202-0/+62