summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-10remove Ken's filter restrictionblorp_w_tiled_as_linearTopi Pohjolainen1-0/+2
2014-04-10i965: Enable ARB_stencil_texturing on Gen6.Topi Pohjolainen1-1/+1
2014-04-10i965: Prepare gen6/7 texture surface states for stencil texturingTopi Pohjolainen2-0/+7
2014-04-10i965/fs: Emit stencil coordinate translation from W-tiling to linearTopi Pohjolainen2-0/+68
2014-04-10i965/fs: Recompile when switching to/from stencil indexingTopi Pohjolainen2-0/+14
2014-04-10i965/fs: Add helpers for de/normalizing valuesTopi Pohjolainen2-0/+45
2014-04-10i965/fs: Add helper for emitting plain texture resinfo messagesTopi Pohjolainen2-0/+23
2014-04-10i965/fs: Add generator support for fetching texture dimensionsTopi Pohjolainen5-0/+41
2014-04-10i965/blorp: Translate w-tiling into linear instead of into Y-tilingTopi Pohjolainen4-89/+31
2014-04-10i965: Expose the linear offset calculation of W-tiled stencilTopi Pohjolainen2-1/+4
2014-04-10i965/blorp: Add source and destination strides into push constantsTopi Pohjolainen2-1/+11
2014-04-10i965/blorp: Increase the scope for the coordinate accessorsTopi Pohjolainen1-17/+17
2014-04-10i965/fs: Add support for W-tiled to linear coordinate translationTopi Pohjolainen2-0/+101
2014-04-10i965/fs: Add support for linear to W-tiled coordinate translationTopi Pohjolainen2-0/+94
2014-04-10i965/fs: Add support for coordinate swizzling into w-tiling translationTopi Pohjolainen2-0/+27
2014-04-10i965/fs: Add generator support for simd16 math as 2x simd8Topi Pohjolainen1-1/+10
2014-04-10i965/blorp: Use fs_emitterTopi Pohjolainen3-289/+189
2014-04-10i965/fs: Move emission of ALUs into fs_emitterTopi Pohjolainen3-120/+120
2014-04-10i965/fs: Split LIR emission ouf of ir-visitorTopi Pohjolainen5-92/+146
2014-04-10i965: Merge fail() for ir visitorsTopi Pohjolainen7-65/+47
2014-04-10i965: Merge common members of visitorsTopi Pohjolainen6-83/+42
2014-04-10i965/vec4: Use unsigned instead of signed for visitor uniform countTopi Pohjolainen4-11/+11
2014-04-10i965: Merge max_grf between stage compilersTopi Pohjolainen7-8/+6
2014-04-10i965: Merge memory context allocation for shader visitorsTopi Pohjolainen12-22/+22
2014-04-10i965: Split emitter out of backend_visitorTopi Pohjolainen11-28/+41
2014-04-10i965/blorp: Drop unnecessary tile offset calculatorTopi Pohjolainen5-39/+14
2014-04-10i965/blorp: Use program to offset W-tiled into correct level/layerTopi Pohjolainen2-5/+40
2014-04-10i965/blorp: Single sample stencil msaaTopi Pohjolainen4-140/+18
2014-04-10docs: Expand ARB_gpu_shader5 to describe status of individual featuresChris Forbes1-0/+11
2014-04-10docs: Mark off ARB_texture_view and add to release notes for 10.2.Chris Forbes2-1/+2
2014-04-10i965: Enable ARB_texture_view on Gen7Chris Forbes1-0/+4
2014-04-10i965: Account for view parameters in blit CTSI pathChris Forbes1-2/+7
2014-04-10i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes1-3/+6
2014-04-10i965: Account for view parameters in fast depth clearsChris Forbes1-3/+3
2014-04-10i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes1-1/+1
2014-04-10i965/blorp: Use irb->layer_count in clearChris Forbes1-2/+1
2014-04-10i965: Add layer_count to intel_renderbufferChris Forbes2-0/+13
2014-04-10i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapperChris Forbes1-2/+5
2014-04-10i965: Add `layered` parameter to intel_update_renderbuffer_wrapperChris Forbes1-3/+4
2014-04-10i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayerChris Forbes1-0/+4
2014-04-10i965: Enable texture upload fast path with MinLevelChris Forbes1-1/+1
2014-04-10i965: Account for MinLevel in texture upload fast pathChris Forbes1-2/+4
2014-04-10i965: Adjust map/unmap code for MinLevel/MinLayerChris Forbes1-3/+8
2014-04-10i965: Don't try to use fast upload path for nontrivial viewsChris Forbes1-0/+4
2014-04-10i965: Adjust surface_state emission to account for view parametersChris Forbes1-5/+14
2014-04-10i965: Add _Format to intel_texobj.Chris Forbes3-0/+16
2014-04-10i965: Add driver hook for TextureViewChris Forbes1-0/+41
2014-04-10i965: Ensure that texture validation is skipped for immutable textures.Chris Forbes1-0/+5
2014-04-10i965: refactor format selection for unsupported ETC* formatsChris Forbes2-34/+45
2014-04-10i965: refactor format munging for separate stencilChris Forbes2-8/+26