summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove spurious casts in copy_image_with_memcpy()Chad Versace2014-12-221-4/+4
* i965/fs: Add missing const qualifier.Matt Turner2014-12-191-1/+1
* i965: Require pixel alignment for GPU copy blitCody Northrop2014-12-161-2/+3
* i965: remove includes of sampler.h from extern "C" blocksMark Janes2014-12-164-5/+4
* i965/query: Cache whether the batch references the query BO.Kenneth Graunke2014-12-162-4/+26
* i965/query: Use brw_bo_map to handle stall warnings.Kenneth Graunke2014-12-161-7/+1
* i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.Kenneth Graunke2014-12-161-7/+8
* i965/query: Add query->bo == NULL early return in CheckQuery hook.Kenneth Graunke2014-12-161-2/+8
* i965/query: Set Ready flag in gen6_queryobj_get_results().Kenneth Graunke2014-12-161-2/+2
* i965/fs: Add a comment explaining what saturate propagation does.Matt Turner2014-12-161-0/+14
* i965: add test_vf_float_conversions to .gitignoreJuha-Pekka Heikkila2014-12-161-0/+1
* i965: Make validate_reg tables constantJuha-Pekka Heikkila2014-12-161-4/+4
* i965: remove commented out codeTimothy Arceri2014-12-161-2/+0
* i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez2014-12-153-2/+28
* i965/vec4: Drop writemasks on scratch reads.Kenneth Graunke2014-12-121-8/+0
* i965: Add headers to distribution.Matt Turner2014-12-121-0/+47
* i965: Alphabetize source list.Matt Turner2014-12-121-35/+35
* i965/gen8+: Remove false perf debug message about MOCSBen Widawsky2014-12-111-3/+0
* i965/gen8: Check correct number of blitter dwordsBen Widawsky2014-12-111-6/+6
* i965: Generate vs code using scalar backend for BDW+Kristian Høgsberg2014-12-106-15/+77
* i965: Clean up fs_visitor::run and rename to run_fsKristian Høgsberg2014-12-102-19/+15
* i965: Add fs_visitor::run_vs() to generate scalar vertex shader codeKristian Høgsberg2014-12-103-13/+436
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-1013-42/+42
* i965: Prepare for using the ATTR register file in the fs backendKristian Høgsberg2014-12-104-6/+23
* i965: Consolidate code to get struct brw_sampler_prog_key_dataKristian Høgsberg2014-12-101-21/+16
* i965: Add new SIMD8 VS prog data flagKristian Høgsberg2014-12-106-7/+21
* i965: Add SIMD8 URB write low-level IR instructionKristian Høgsberg2014-12-106-1/+51
* i965: Remove shader program argument and member from fs_generatorKristian Høgsberg2014-12-104-6/+3
* i965: Set shader name for generator from call siteKristian Høgsberg2014-12-104-24/+35
* i965: Generalize fs_generator furtherKristian Høgsberg2014-12-104-16/+12
* i965: Don't copy propagate constants from sources with saturateKristian Høgsberg2014-12-101-0/+2
* i965: Replace 'noann' debug flag with 'ann'.Matt Turner2014-12-103-3/+3
* i965: Disable unlit-centroid workaround on Gen < 6.Matt Turner2014-12-101-3/+0
* i965/skl: Add Skylake PCI IDsKristian Høgsberg2014-12-081-0/+29
* i965/skl: Emit depth stall workaround for gen9 as wellDamien Lespiau2014-12-081-1/+1
* i965/skl: Fix GS thread count locationBen Widawsky2014-12-081-11/+18
* i965: Fix union usage for G++ <= 4.6.Vinson Lee2014-12-081-1/+2
* i965: Remove default from brw_instruction_name switch to catch missing names.Matt Turner2014-12-081-12/+5
* i965: Add missing opcode names.Matt Turner2014-12-081-0/+9
* i965: Add opcode names for set_omask and set_sample_id.Matt Turner2014-12-081-0/+4
* i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)Chris Forbes2014-12-071-0/+6
* i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSETChris Forbes2014-12-071-0/+2
* i965: Add opcode names for FS interpolation opcodesChris Forbes2014-12-071-0/+9
* i965/fs: Perform CSE on MOV ..., VF instructions.Matt Turner2014-12-051-5/+11
* i965/fs: Try to emit LINE instructions on Gen <= 5.Matt Turner2014-12-052-0/+56
* i965/fs: Add support for generating the LINE instruction.Matt Turner2014-12-051-0/+4
* i965: Set the region of LINE's src0 to <0,1,0>.Matt Turner2014-12-051-1/+10
* i965: Give compile stats through KHR_debug.Matt Turner2014-12-052-0/+20
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-052-0/+3
* i965/gs: Avoid DW * DW mulBen Widawsky2014-12-051-2/+6