summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/meta: Expose fast clear value setupTopi Pohjolainen2016-04-212-5/+10
* i965/meta: Expose non-fast clear rectangle calculationTopi Pohjolainen2016-04-212-10/+21
* i965/meta: Expose resolve clear rectangle calculationTopi Pohjolainen2016-04-212-7/+15
* i965/meta: Expose fast clear rectangle calculationTopi Pohjolainen2016-04-212-19/+33
* i965: Declare input to mcs alignment calculation constantTopi Pohjolainen2016-04-212-2/+2
* i965/blorp: Switch the order of render and texture targetsTopi Pohjolainen2016-04-212-1/+5
* i965/blorp: Reduce scope for generator and its inputsTopi Pohjolainen2016-04-213-26/+25
* i965/blorp: Add support for disabling color blendingTopi Pohjolainen2016-04-214-0/+19
* i965/blorp: Add support for setting fast clear operationTopi Pohjolainen2016-04-214-0/+5
* i965/blorp: Enable blits on gen8Topi Pohjolainen2016-04-213-6/+9
* i965/blorp: Prepare stencil sampling for gen8Topi Pohjolainen2016-04-212-3/+4
* i965/blorp: Add check for supported sample numbersTopi Pohjolainen2016-04-212-2/+17
* i965/blorp: Add support for sampling 3D texturesTopi Pohjolainen2016-04-213-6/+23
* i965/blorp: Add support for source swizzleTopi Pohjolainen2016-04-215-9/+29
* i965/blorp: Pipeline upload support for gen8Topi Pohjolainen2016-04-213-0/+699
* i965/gen8: Expose pma stall emissionTopi Pohjolainen2016-04-212-4/+8
* i965: Allow texture surface state setup to be used by blorpTopi Pohjolainen2016-04-214-6/+12
* i965/blorp: Prepare sampling for gen9Topi Pohjolainen2016-04-211-2/+14
* i965/blorp: Prepare render target write for gen8Topi Pohjolainen2016-04-215-8/+10
* i965/blorp/gen6: Prepare vertex buffer setup logic for gen8Topi Pohjolainen2016-04-211-8/+22
* i965/blorp/gen7: Expose state setup applicable to gen8Topi Pohjolainen2016-04-212-11/+50
* i965/blorp: Use 8k chunk size for urb allocationTopi Pohjolainen2016-04-211-5/+14
* i965/blorp/gen7: Prepare re-using for gen8Topi Pohjolainen2016-04-211-2/+4
* i965/blorp: Let compiler calculate the vertex buffer sizeTopi Pohjolainen2016-04-211-21/+10
* i965/gen8: Expose state base address setupTopi Pohjolainen2016-04-212-2/+4
* i965/gen8: Expose surface state helpersTopi Pohjolainen2016-04-212-25/+41
* i965/gen9: Use correct size for DS_STATETopi Pohjolainen2016-04-211-4/+18
* glsl: add forgotten textureOffset function for sampler2DArrayShadowRoland Scheidegger2016-04-211-0/+7
* i965: Fix interpolateAtSample() on single sampled buffers.Kenneth Graunke2016-04-201-0/+15
* i965: Fix gl_SampleMaskIn[] in per-sample shading mode.Kenneth Graunke2016-04-203-2/+42
* i965: Only enable oMask output when there's a multisample FBO.Kenneth Graunke2016-04-201-1/+1
* i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.Kenneth Graunke2016-04-204-8/+7
* i965: Delete now dead persample_2x FS program key flag.Kenneth Graunke2016-04-203-8/+0
* i965: Simplify gl_SampleID setup on Gen8+.Kenneth Graunke2016-04-201-5/+37
* i965: Flip key->compute_sample_id check.Kenneth Graunke2016-04-201-7/+7
* st/mesa: Use correct size for compute CAPs.Bas Nieuwenhuizen2016-04-211-2/+6
* i965: Properly handle integer types in opt_vector_float().Kenneth Graunke2016-04-201-4/+18
* i965: Make opt_vector_float() only handle non-type-conversion MOVs.Kenneth Graunke2016-04-201-2/+5
* i965: Fold vectorize_mov() back into the one caller.Kenneth Graunke2016-04-202-28/+16
* i965: Rework opt_vector_float() control flow.Kenneth Graunke2016-04-201-27/+34
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-2011-138/+133
* anv: Remove the old emit macroJason Ekstrand2016-04-201-10/+0
* anv/gen7_pipeline: Use the new emit macroJason Ekstrand2016-04-201-113/+124
* anv/gen7_cmd_buffer: Use the new emit macroJason Ekstrand2016-04-201-52/+70
* anv/device: Use the new emit macroJason Ekstrand2016-04-202-12/+13
* anv/state: Use the new emit macroJason Ekstrand2016-04-201-77/+78
* anv/gen8_pipeline: Use the new emit macroJason Ekstrand2016-04-201-177/+191
* anv/genX_pipeline: Use the new emit macroJason Ekstrand2016-04-202-38/+45
* anv/gen8_cmd_buffer: Use the new emit macroJason Ekstrand2016-04-201-74/+87
* anv/cmd_buffer: Use the new emit macro for quariesJason Ekstrand2016-04-201-24/+32