summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv/meta_clear: Don't trash state if no clears are neededJason Ekstrand2015-11-211-0/+26
* anv/meta_clear: Don't try to clear depth-stencil without LOAD_OP_CLEARJason Ekstrand2015-11-211-5/+7
* anv/meta: Add initial support for multi-slice array and 3-D copiesJason Ekstrand2015-11-201-148/+200
* anv/meta: Use array textures for 2DJason Ekstrand2015-11-201-10/+3
* anv/meta: Keep z coordinate flat while blittingJason Ekstrand2015-11-201-2/+2
* nir/spirv: Rework decoration iterationJason Ekstrand2015-11-201-8/+9
* nir/spirv: Handle OpNopJason Ekstrand2015-11-201-0/+5
* gen8_state: Clamp sampler values to HW limitationsJason Ekstrand2015-11-202-3/+16
* nir/spirv: Add support for runtime arraysJason Ekstrand2015-11-201-2/+6
* gen8/pipeline: Properly handle MIN/MAX blend opsJason Ekstrand2015-11-201-0/+17
* gen8/pipeline: Set IndependentAlphaBlendEnable properlyJason Ekstrand2015-11-201-0/+6
* gen8/pipeline: Minor blending fixesJason Ekstrand2015-11-201-2/+4
* anv: Put all of the descriptor set stuff together in one fileJason Ekstrand2015-11-184-464/+504
* anv/device: Update the right sampler in UpdateDescriptorSetsJason Ekstrand2015-11-181-1/+1
* anv/cmd_buffer: Add a new genX_cmd_buffer file for shared codeJason Ekstrand2015-11-186-449/+286
* anv/gen7: A bunch of depth-stencil fixesJason Ekstrand2015-11-183-13/+15
* gen7/pipeline: Re-arrange stencil parameters to match gen8Jason Ekstrand2015-11-171-11/+10
* anv/gen7: Implement CmdPipelineBarrierJason Ekstrand2015-11-171-1/+128
* anv/gen7: Don't use the upper bound on dynamic state base addressJason Ekstrand2015-11-171-3/+0
* anv: Add initial Haswell supportJason Ekstrand2015-11-178-77/+171
* anv: Add macros for doing per-gen compilationJason Ekstrand2015-11-172-11/+169
* anv/entrypoints: Add dispatch support for haswellJason Ekstrand2015-11-171-1/+5
* anv/entrypoints: Use devinfo instead of a gen numberJason Ekstrand2015-11-172-6/+11
* anv/cmd_buffer: Pack the 3DSTATE_VF packet on-demandJason Ekstrand2015-11-174-16/+12
* anv/formats: Don't advertise stencil texture/blit prior to BroadwellJason Ekstrand2015-11-171-2/+4
* anv: Only include the pack headers where neededJason Ekstrand2015-11-1612-27/+46
* anv/cmd_buffer: Move gen-specific stuff into the appropreate filesJason Ekstrand2015-11-164-236/+240
* nir/spirv: Add support for separate samplers and texturesJason Ekstrand2015-11-142-16/+87
* anv/cmd_buffer: Add a default descriptor type caseJason Ekstrand2015-11-141-0/+4
* anv/apply_pipeline_layout: Handle separate samplers and texturesJason Ekstrand2015-11-141-17/+73
* Merge branch 'wip/i965-separate-sampler-tex' into vulkanJason Ekstrand2015-11-1416-74/+181
|\
| * i965/vec4: Plumb separate surfaces and samplers through from NIRJason Ekstrand2015-11-143-13/+30
| * i965/vec4: Separate the sampler from the surface in generate_texJason Ekstrand2015-11-141-5/+13
| * i965/fs: Plumb separate surfaces and samplers through from NIRJason Ekstrand2015-11-146-36/+60
| * i965/fs: Separate the sampler from the surface in generate_texJason Ekstrand2015-11-142-6/+15
| * nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2015-11-148-17/+66
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-11-14336-4388/+9083
|\|
| * nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-141-0/+1
| * nir: Silence GCC maybe-uninitialized warnings.Vinson Lee2015-11-131-0/+3
| * i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.Kenneth Graunke2015-11-134-5/+10
| * glsl: Allow implicit int -> uint conversions for the % operator.Kenneth Graunke2015-11-131-9/+28
| * i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.Kenneth Graunke2015-11-134-1/+40
| * i965: Make convert_attr_sources_to_hw_regs handle stride == 0.Kenneth Graunke2015-11-131-1/+2
| * nir: Add helpers for getting input/output intrinsic sources.Kenneth Graunke2015-11-132-0/+45
| * nir: Don't lower TCS outputs to temporaries.Kenneth Graunke2015-11-131-0/+3
| * nir: Allow outputs reads and add the relevant intrinsics.Kenneth Graunke2015-11-134-8/+21
| * nir/lower_io: Introduce nir_store_per_vertex_output intrinsics.Kenneth Graunke2015-11-133-5/+26
| * nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES.Kenneth Graunke2015-11-131-4/+8
| * i965: Silence unused parameter warnings in get_buffer_rectIan Romanick2015-11-131-4/+3
| * meta/generate_mipmap: Don't leak the sampler objectIan Romanick2015-11-131-0/+2