summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-14i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().Francisco Jerez7-14/+15
2016-09-14i965/fs: Fix LOAD_PAYLOAD handling in register coalesce is_nop_mov().Francisco Jerez1-1/+3
2016-09-14i965/fs: Fix can_propagate_from() source/destination overlap check.Francisco Jerez1-2/+2
2016-09-14i965/fs: Compare full register offsets in cmod propagation pass.Francisco Jerez1-2/+1
2016-09-14i965/fs: Don't consider LOAD_PAYLOAD with stride > 1 source to behave like a ...Francisco Jerez1-1/+1
2016-09-14i965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offset to behave like a raw...Francisco Jerez1-1/+1
2016-09-14i965/vec4: Take into account misalignment in regs_written() and regs_read().Francisco Jerez1-4/+6
2016-09-14i965/fs: Take into account misalignment in regs_written() and regs_read().Francisco Jerez2-29/+5
2016-09-14i965/fs: Take into account trailing padding in regs_written() and regs_read().Francisco Jerez1-2/+20
2016-09-14i965/fs: Handle fixed HW GRF subnr in reg_offset().Francisco Jerez1-1/+2
2016-09-14i965/fs: Handle arbitrary offsets in brw_reg_from_fs_reg for MRF/VGRF registers.Francisco Jerez1-3/+2
2016-09-14i965/fs: Return more accurate read size for LINTERP from fs_inst::size_read.Francisco Jerez1-1/+1
2016-09-14i965/fs: Return more accurate read size from fs_inst::size_read for IMM and U...Francisco Jerez1-1/+1
2016-09-14i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte un...Francisco Jerez3-13/+25
2016-09-14i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.Francisco Jerez3-32/+34
2016-09-14i965/ir: Drop backend_instruction::regs_written field.Francisco Jerez1-1/+0
2016-09-14i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...Francisco Jerez9-11/+12
2016-09-14i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.Francisco Jerez15-98/+107
2016-09-14i965/vec4: Add wrapper functions for vec4_instruction::regs_read and ::regs_w...Francisco Jerez6-16/+42
2016-09-14i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.Francisco Jerez9-57/+83
2016-09-14i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.Francisco Jerez6-51/+34
2016-09-14i965/ir: Remove backend_reg::reg_offset.Francisco Jerez2-15/+2
2016-09-14i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...Francisco Jerez8-48/+51
2016-09-14i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.Francisco Jerez17-82/+94
2016-09-14glsl: grammar fixEero Tamminen1-2/+2
2016-09-14docs: Mention AEP in release notesKenneth Graunke1-0/+1
2016-09-14i965: Enable ANDROID_extension_pack_es31a on Gen9+.Kenneth Graunke1-0/+1
2016-09-14nir: Report progress from nir_lower_phis_to_scalar.Kenneth Graunke5-10/+19
2016-09-14nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke5-20/+30
2016-09-14nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().Kenneth Graunke1-0/+3
2016-09-14nir/lower_tex: fix typo with sample_dimRob Clark1-1/+1
2016-09-14nir: move tex_instr_remove_srcRob Clark3-18/+20
2016-09-14nir/lower_tex: remove tex_instr_find_src()Rob Clark1-14/+3
2016-09-14egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman5-3/+27
2016-09-14egl: Factor out _eglGetSyncAttribCommonKyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitSyncCommonKyle Brenneman1-5/+13
2016-09-14egl: Lock the display in _eglCreateSync's callersKyle Brenneman1-6/+8
2016-09-14egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitClientCommonKyle Brenneman1-3/+8
2016-09-14egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman1-15/+21
2016-09-14egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman1-10/+18
2016-09-14egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman1-5/+13
2016-09-14egl: Fix typoKyle Brenneman1-1/+1
2016-09-14egl: Tear down images and syncs at eglTerminateAdam Jackson1-0/+22
2016-09-14egl: Update eglext.h (v2)Kyle Brenneman1-3/+118
2016-09-14configure.ac: fix the name of the Wayland Scanner pc fileBrendan King1-2/+2
2016-09-14gbm: remove left-over arrayEric Engestrom1-12/+0
2016-09-14gallium: fix return value checkMartina Kollarova1-6/+6
2016-09-14radeonsi: reload PS inputs with direct indexing at each use (v2)Marek Olšák3-22/+41
2016-09-14radeonsi: get rid of constant buffer preloadingMarek Olšák1-24/+14