summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: Really don't emit Q or UQ moves on Gen < 8"Matt Turner2017-01-201-8/+0
* i965: Select DF type for 64-bit integers on Gen < 8.Matt Turner2017-01-204-10/+12
* i965: Enable ARB_gpu_shader_int64 on Gen8+Ian Romanick2017-01-202-0/+6
* i965: Split SIMD16 CMP of Q and UQ instructionsIan Romanick2017-01-201-14/+29
* i965: Enable 64-bit integer support for almost all unary and binary operationsIan Romanick2017-01-201-10/+0
* i965: Enable uploading 64-bit integer uniformsIan Romanick2017-01-201-1/+3
* i965: Add 64-bit integer support for conversions and bitcastsIan Romanick2017-01-202-5/+35
* i965: Enable emitting Q and UQ instructions in the fs backendIan Romanick2017-01-202-1/+12
* i965: Add support for constant evaluation on Q and UQ typesIan Romanick2017-01-202-7/+20
* i965: Return Q and UQ types for int64 and uint64Ian Romanick2017-01-201-4/+2
* i965: Really don't emit Q or UQ moves on Gen < 8Ian Romanick2017-01-201-0/+8
* i965: Avoid int64 warnings.Dave Airlie2017-01-201-0/+28
* i965: Avoid int64 induced warningsDave Airlie2017-01-203-0/+6
* mesa/program: Add unused ir operations.Dave Airlie2017-01-201-0/+28
* mesa: Add support for 64-bit integer uniformsDave Airlie2017-01-202-5/+247
* glsl: Add basic ARB_gpu_shader_int64 typesDave Airlie2017-01-202-0/+20
* mesa: Add ARB_gpu_shader_int64 extension bitsDave Airlie2017-01-202-0/+2
* mapi: Add support for ARB_gpu_shader_int64.Dave Airlie2017-01-203-0/+302
* i965: Validate "Special Cases for Byte Operations"Matt Turner2017-01-202-9/+150
* i965: Validate "Region Alignment Rules"Matt Turner2017-01-202-1/+697
* i965: Validate "General Restrictions Based on Operand Types"Matt Turner2017-01-202-0/+273
* i965: Validate "General Restrictions on Regioning Parameters"Matt Turner2017-01-202-0/+377
* i965: Replace reg_type_size[] with a function.Matt Turner2017-01-203-25/+75
* i965: Validate math instruction sources.Matt Turner2017-01-202-9/+23
* i965: Claim that SEND/math has two sources.Matt Turner2017-01-201-1/+8
* i965: Simplify num_sources_from_inst().Matt Turner2017-01-201-3/+1
* i965: Factor out send_restrictions() function.Matt Turner2017-01-201-12/+22
* i965: Factor out sources_not_null() validation function.Matt Turner2017-01-201-17/+23
* i965: Structure code so unsupported inst will not generate more errors.Matt Turner2017-01-201-2/+5
* i965: Add a test for the EU assembly validator.Matt Turner2017-01-202-0/+176
* i965: Add a CHECK macro to call more complicated validation funcs.Matt Turner2017-01-201-0/+9
* i965: Make ERROR_IF usable from other functions.Matt Turner2017-01-201-1/+1
* i965: Mark error annotation on correct SIMD16 inst.Matt Turner2017-01-201-2/+2
* i965/vec4: Use UW-typed operands when dest is UW.Matt Turner2017-01-201-4/+6
* i965: Use W-typed immediate in brw_F32TO16().Matt Turner2017-01-201-1/+1
* i965: Don't change F->VF if dest type is DF.Matt Turner2017-01-201-1/+2
* st/mesa: ask pipe driver to recreate derived internal resources when (re-)bin...Philipp Zabel2017-01-201-0/+4
* mesa: update external textures when (re-)bindingPhilipp Zabel2017-01-201-2/+3
* i965: Remove unnecessary mt->compressed checksAnuj Phogat2017-01-191-12/+4
* i965: Fix indentation in brw_miptree_layout_2d()Anuj Phogat2017-01-191-3/+2
* i965: Fix comment to include 3d texturesAnuj Phogat2017-01-191-1/+2
* i965: Delete pending CCS and HiZ ops in intel_miptree_make_shareable()Chad Versace2017-01-191-0/+16
* mesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for NONE attachment typeAlejandro Piñeiro2017-01-191-4/+6
* mesa/main: fix meta caller of _mesa_ClampColorNicolai Hähnle2017-01-191-1/+2
* mesa/glsl: move TransformFeedbackBufferStride to gl_shaderTimothy Arceri2017-01-191-5/+3
* glsl: set InnerCoverage directly in gl_programTimothy Arceri2017-01-192-3/+1
* glsl: tidy up PostDepthCoverage shader fieldTimothy Arceri2017-01-192-2/+2
* mesa/glsl: move pixel_center_integer to gl_shaderTimothy Arceri2017-01-191-2/+1
* mesa/glsl: move origin_upper_left to gl_shaderTimothy Arceri2017-01-191-4/+5
* mesa/glsl: move uses_gl_fragcoord to gl_shaderTimothy Arceri2017-01-191-1/+1