summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-01-20i965: Enable emitting Q and UQ instructions in the fs backendIan Romanick2-1/+12
2017-01-20i965: Add support for constant evaluation on Q and UQ typesIan Romanick2-7/+20
2017-01-20i965: Return Q and UQ types for int64 and uint64Ian Romanick1-4/+2
2017-01-20i965: Really don't emit Q or UQ moves on Gen < 8Ian Romanick1-0/+8
2017-01-20i965: Avoid int64 warnings.Dave Airlie1-0/+28
2017-01-20i965: Avoid int64 induced warningsDave Airlie3-0/+6
2017-01-20mesa/program: Add unused ir operations.Dave Airlie1-0/+28
2017-01-20mesa: Add support for 64-bit integer uniformsDave Airlie2-5/+247
2017-01-20glsl: Add basic ARB_gpu_shader_int64 typesDave Airlie2-0/+20
2017-01-20mesa: Add ARB_gpu_shader_int64 extension bitsDave Airlie2-0/+2
2017-01-20mapi: Add support for ARB_gpu_shader_int64.Dave Airlie3-0/+302
2017-01-20i965: Validate "Special Cases for Byte Operations"Matt Turner2-9/+150
2017-01-20i965: Validate "Region Alignment Rules"Matt Turner2-1/+697
2017-01-20i965: Validate "General Restrictions Based on Operand Types"Matt Turner2-0/+273
2017-01-20i965: Validate "General Restrictions on Regioning Parameters"Matt Turner2-0/+377
2017-01-20i965: Replace reg_type_size[] with a function.Matt Turner3-25/+75
2017-01-20i965: Validate math instruction sources.Matt Turner2-9/+23
2017-01-20i965: Claim that SEND/math has two sources.Matt Turner1-1/+8
2017-01-20i965: Simplify num_sources_from_inst().Matt Turner1-3/+1
2017-01-20i965: Factor out send_restrictions() function.Matt Turner1-12/+22
2017-01-20i965: Factor out sources_not_null() validation function.Matt Turner1-17/+23
2017-01-20i965: Structure code so unsupported inst will not generate more errors.Matt Turner1-2/+5
2017-01-20i965: Add a test for the EU assembly validator.Matt Turner2-0/+176
2017-01-20i965: Add a CHECK macro to call more complicated validation funcs.Matt Turner1-0/+9
2017-01-20i965: Make ERROR_IF usable from other functions.Matt Turner1-1/+1
2017-01-20i965: Mark error annotation on correct SIMD16 inst.Matt Turner1-2/+2
2017-01-20i965/vec4: Use UW-typed operands when dest is UW.Matt Turner1-4/+6
2017-01-20i965: Use W-typed immediate in brw_F32TO16().Matt Turner1-1/+1
2017-01-20i965: Don't change F->VF if dest type is DF.Matt Turner1-1/+2
2017-01-20st/mesa: ask pipe driver to recreate derived internal resources when (re-)bin...Philipp Zabel1-0/+4
2017-01-20mesa: update external textures when (re-)bindingPhilipp Zabel1-2/+3
2017-01-19i965: Remove unnecessary mt->compressed checksAnuj Phogat1-12/+4
2017-01-19i965: Fix indentation in brw_miptree_layout_2d()Anuj Phogat1-3/+2
2017-01-19i965: Fix comment to include 3d texturesAnuj Phogat1-1/+2
2017-01-19i965: Delete pending CCS and HiZ ops in intel_miptree_make_shareable()Chad Versace1-0/+16
2017-01-19mesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for NONE attachment typeAlejandro Piñeiro1-4/+6
2017-01-19mesa/main: fix meta caller of _mesa_ClampColorNicolai Hähnle1-1/+2
2017-01-19mesa/glsl: move TransformFeedbackBufferStride to gl_shaderTimothy Arceri1-5/+3
2017-01-19glsl: set InnerCoverage directly in gl_programTimothy Arceri2-3/+1
2017-01-19glsl: tidy up PostDepthCoverage shader fieldTimothy Arceri2-2/+2
2017-01-19mesa/glsl: move pixel_center_integer to gl_shaderTimothy Arceri1-2/+1
2017-01-19mesa/glsl: move origin_upper_left to gl_shaderTimothy Arceri1-4/+5
2017-01-19mesa/glsl: move uses_gl_fragcoord to gl_shaderTimothy Arceri1-1/+1
2017-01-19mesa/glsl: move redeclares_gl_fragcoord to gl_shaderTimothy Arceri1-1/+2
2017-01-19mesa/glsl: move ARB_fragment_coord_conventions_enable fieldTimothy Arceri1-1/+2
2017-01-19st/mesa/glsl: set early_fragment_tests directly in shader_infoTimothy Arceri3-8/+7
2017-01-19mesa/glsl/i965: set and use tcs vertices_out directlyTimothy Arceri2-9/+3
2017-01-19i965: get outputs_written from gl_programTimothy Arceri1-2/+2
2017-01-19mesa: don't always set _NEW_PROGRAM when linkingTimothy Arceri1-1/+22
2017-01-19mesa: change init subroutine defaults helper to work per gl_programTimothy Arceri3-24/+20