summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-08scons: support for LLVM 3.7.Olivier Pena1-1/+13
2015-12-08docs/GL3.txt: consolidate r600 GL4.1.Dave Airlie1-4/+4
2015-12-07i965: Make uniform offsets be in terms of bytesJason Ekstrand6-22/+49
2015-12-07i965/nir_uniforms: Replace comps_per_unit with an is_scalar booleanJason Ekstrand1-13/+15
2015-12-07i965/nir: Remove unused indirect handlingJason Ekstrand1-33/+11
2015-12-07i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand6-38/+19
2015-12-07i965/vec4: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-27/+7
2015-12-07i965/fs: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-16/+13
2015-12-07i965/vec4: Use byte offsets for UBO pulls on Sandy BridgeJason Ekstrand3-10/+31
2015-12-07i965: Fix texture views of 2d array surfacesBen Widawsky1-2/+2
2015-12-07radeonsi: last_gfx_fence is a winsys fenceNicolai Hähnle1-1/+1
2015-12-07nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integersIlia Mirkin3-12/+11
2015-12-07gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin1-8/+3
2015-12-07i965: Add brw_device_info::min_ds_entries field.Kenneth Graunke2-0/+12
2015-12-07i965: Add state bits for tess stagesChris Forbes4-2/+28
2015-12-07i965: Add backend structures for tess stagesChris Forbes6-0/+98
2015-12-07i965: Set core tessellation-related limitsChris Forbes1-2/+6
2015-12-07i965: Request lowering of gl_TessLevel* from float[] to vec4s.Kenneth Graunke1-0/+2
2015-12-07i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke10-110/+271
2015-12-07gk104/ir: sampler doesn't matter for txfIlia Mirkin1-1/+1
2015-12-07radeonsi: disable DCC on StoneyMarek Olšák1-0/+4
2015-12-07winsys/amdgpu: addrlib - port a Fiji bug fixSonny Jiang2-1/+46
2015-12-07winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatibleSonny Jiang2-2/+5
2015-12-07winsys/amdgpu: addrlib - port fix error for workaround for 1D tilingSonny Jiang1-1/+1
2015-12-07st/va: disable MPEG4 by default v2Christian König2-1/+15
2015-12-07st/va: move HEVC functions into separate file v2Christian König4-168/+215
2015-12-07mesa: remove _mesa_tex_target_is_arrayAlejandro Piñeiro2-17/+0
2015-12-07i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_arrayAlejandro Piñeiro2-2/+2
2015-12-07gk110/ir: fix imul hi emission with limm argIlia Mirkin1-2/+2
2015-12-07svga: use the debug callback to report issues to the state trackerBrian Paul6-0/+62
2015-12-07gallium/util: check callback pointers for non-null in pipe_debug_message()Brian Paul1-3/+5
2015-12-07i965: Add defines for gather push constantsAbdiel Janulgue1-0/+19
2015-12-07mesa: move GLES checks for SSO input/output validationTimothy Arceri1-22/+23
2015-12-07mesa: move GL_INVALID_OPERATION error to rendering callTimothy Arceri3-25/+15
2015-12-07mesa: move pipeline input/output validation inside _mesa_validate_program_pip...Timothy Arceri1-15/+15
2015-12-07glsl: re-validate program pipeline after sampler changeTimothy Arceri1-0/+4
2015-12-07r600: apply SIMD workaround to cayman also.Dave Airlie1-1/+8
2015-12-07r600: fix regression introduced with ring emit changes.Dave Airlie1-1/+2
2015-12-07r600: remove stale tessellation commentDave Airlie1-1/+0
2015-12-07docs: consolidate r600 entry in GL3.txtDave Airlie1-14/+14
2015-12-07docs: update with r600 tessellation status.Dave Airlie2-1/+2
2015-12-07r600: enable tessellation for evergreen/cayman (v2)Dave Airlie1-1/+9
2015-12-07r600g: reduce number of ps thread on caicosDave Airlie1-1/+1
2015-12-07r600g: adjust ls/hs thread counts for sumoDave Airlie1-4/+4
2015-12-07r600/asm: enable nstack check for tess ctrl/eval shaders.Dave Airlie1-1/+1
2015-12-07r600/asm: handle lds read operations.Dave Airlie1-1/+21
2015-12-07r600/asm: add LDS ops and barrier to the once per group restriction.Dave Airlie1-1/+1
2015-12-07r600: move VGT_VTX_CNT_EN into shader stages atom.Dave Airlie1-2/+2
2015-12-07r600: enable tcs/tes dumping for R600_DUMP_SHADERS.Dave Airlie1-1/+1
2015-12-07r600: handle SIMD allocation issue with HS/LSDave Airlie1-0/+5