aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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/glsl/i965: set and use tcs vertices_out directlyTimothy Arceri2017-01-191-4/+2
* i965: get outputs_written from gl_programTimothy Arceri2017-01-191-2/+2
* i965/blorp: Make post draw flush more explicitTopi Pohjolainen2017-01-182-5/+22
* i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen2017-01-181-1/+6
* i965: Make depth clear flushing more explicitTopi Pohjolainen2017-01-182-8/+57
* i965/blorp: Use the render cache mechanism instead of explicit flushingTopi Pohjolainen2017-01-181-1/+7
* i965: Make brw_cache_item structure private to brw_program_cache.c.Kenneth Graunke2017-01-182-19/+21
* i965: Fix SURFACE_STATE to handle non-zero aux offsetsBen Widawsky2017-01-181-2/+1
* i965: Don't map/unmap in brw_print_program_cache on LLC platforms.Kenneth Graunke2017-01-171-2/+4
* i965: Move program cache printing to brw_program_cache.c.Kenneth Graunke2017-01-173-57/+49
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-177-85/+68
* i965: Make DCE set null destinations on messages with side effects.Kenneth Graunke2017-01-171-13/+41
* i965: Combine some dead code elimination NOP'ing code.Kenneth Graunke2017-01-171-8/+1
* i965: Make DCE explicitly not eliminate any control flow instructions.Kenneth Graunke2017-01-171-3/+2
* i965: Make BLORP disable the NP Z PMA stall fix.Kenneth Graunke2017-01-161-0/+4
* i965: Enable OpenGL 4.5 on Haswell.Kenneth Graunke2017-01-162-2/+2
* i965: Use align1 mode for barrier messages.Kenneth Graunke2017-01-151-0/+3
* i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.Kenneth Graunke2017-01-1311-70/+52
* i965/vec4: Fix mapping attributesJuan A. Suarez Romero2017-01-132-23/+11