summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* dri/common: Add files to distribution.Matt Turner2014-12-123-1/+7
* dri/common: Drop unused mmio.h.Matt Turner2014-12-121-62/+0
* r200: Avoid out of bounds array access.Matt Turner2014-12-121-1/+1
* 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
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* 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-054-0/+6
* i965/gs: Avoid DW * DW mulBen Widawsky2014-12-051-2/+6
* i965/fs: Move brw_file_from_reg() higher in the file.Matt Turner2014-12-051-14/+14
* i965/fs: Make brw_reg_from_fs_reg static and remove prototype.Matt Turner2014-12-052-72/+70
* i965: Use ~0 to represent true on all generations.Matt Turner2014-12-055-102/+120
* i965: Change the type of booleans to D.Matt Turner2014-12-053-25/+25
* i965/fs: Add a negate() function.Matt Turner2014-12-051-0/+8
* i965/vec4: Don't DCE flag-writing insts because dest was unused.Matt Turner2014-12-051-1/+1
* i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.Matt Turner2014-12-056-1/+13
* i965: Compute VS attribute WA bits earlier and check if they changed.Kenneth Graunke2014-12-044-37/+57
* i965: Drop BRW_NEW_VERTEX_PROGRAM and _NEW_TRANSFORM from Gen4 VS state.Kenneth Graunke2014-12-041-3/+2
* i965: Drop BRW_NEW_VERTEX_PROGRAM from Gen7+ 3DSTATE_VS atoms.Kenneth Graunke2014-12-042-2/+0
* i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke2014-12-0411-43/+18
* i965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader too.Kenneth Graunke2014-12-044-4/+4
* i965: Move PSCDEPTH calculations from draw time to compile time.Kenneth Graunke2014-12-046-52/+40