i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
[mesa.git] / src / mesa / drivers /
2016-10-05 Kenneth Graunkei965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
2016-10-05 Kenneth Graunkei965: Fix brw_clear_cache to clean up TCS/TES shaders.
2016-10-05 Kenneth Graunkei965: Add missing BRW_CS_PROG_DATA to CS work group...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_CS_PROG_DATA to compute const...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_FS_PROG_DATA to render target...
2016-10-05 Kenneth Graunkei965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
2016-10-05 Kenneth Graunkei965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS...
2016-10-04 Ian Romanicki965: Enable ARB_shader_atomic_counter_ops
2016-10-04 Ian Romanicki965: Refactor emission of atomic counter operations
2016-10-04 Timothy Arcerii965: fix unused variable warning in brw_emit_gpgpu_wal...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Timothy Arcerii965: wrap unused function in #ifndef NDEBUG
2016-10-04 Timothy Arcerii965: fix unused variable warning in gen7_block_read_sc...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Anuj Phogatanv/gen7: Make use of local variable prog_data
2016-10-04 Anuj Phogati965/gen8+: Enable GL_OES_viewport_array
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
2016-10-03 Timothy Arcerii965: rename max_ds_* variable to max_tes_*
2016-10-03 Timothy Arcerii965: rename max_hs_* variables to max_tcs_*
2016-10-02 Kenneth Graunkei965: Drop pointless stage == MESA_SHADER_FRAGMENT...
2016-09-30 Timothy Arcerii915/i965: remove commented out warning
2016-09-28 Ben Widawskyi965: Remove useless (harmful) assertion
2016-09-28 Timothy Arceriglsl: don't crash when dumping shaders if some come...
2016-09-27 Timothy Arcerii965: create populate key functions for tcs and tes
2016-09-27 Timothy Arcerii965: make gs key generation helper available to shader...
2016-09-27 Carl Worthi965: make vs and fs key generation helpers available...
2016-09-25 Timothy Arcerii965: stop passing stage as a function parameter
2016-09-24 Emilio Cobos Álvarezosmesa: Unbind the current context when given a null...
2016-09-23 Adam Jacksoni965: Enable EGL_KHR_gl_texture_3D_image
2016-09-23 Adam Jacksoni915: Enable EGL_KHR_gl_texture_3D_image
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-22 Eric Anholtnir: Allow opt_peephole_sel to be more aggressive in...
2016-09-21 Kenneth Graunkei965: Enable ES 3.2 on Skylake.
2016-09-21 Chuanbo Wengi965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.
2016-09-21 Francisco Jerezi965/ir: Test thread dispatch packing assumptions.
2016-09-21 Francisco Jerezi965/ir: Pass identity mask to brw_find_live_channel...
2016-09-21 Francisco Jerezi965/ir: Skip eliminate_find_live_channel() for stages...
2016-09-21 Jason Ekstrandi965/fs: Take Dispatch/Vector mask into account in...
2016-09-21 Jason Ekstrandi965/reg: Make brw_sr0_reg take a subnr and return...
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-21 Kenneth Graunkei965: Rename __DRIScreen pointers to "dri_screen".
2016-09-20 Dylan Bakermesa: Implement ARB_shader_viewport_layer_array for...
2016-09-17 Eric Anholti965: Drop assertion about buffer offset at draw time.
2016-09-15 Ilia Mirkini965: enable ARB_ES3_2_compatibility on gen8+
2016-09-15 Jason Ekstrandi965/nir: Roll set_default_interpolation into lower_fs_...
2016-09-15 Jason Ekstrandi965/fs: Use NIR for handling forced per-sample interpo...
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-15 Jason Ekstrandi965/fs: Use sample interpolation for interpolateAtCent...
2016-09-15 Jason Ekstrandintel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
2016-09-15 Jason Ekstrandintel/blorp: Emit 3DSTATE_MULTISAMPLE directly
2016-09-14 Francisco Jerezi965/vec4: Assert that pull constant load offsets are...
2016-09-14 Francisco Jerezi965/vec4: Assert that ATTR regions are register-aligned.
2016-09-14 Francisco Jerezi965/vec4: Don't spill non-GRF-aligned register regions.
2016-09-14 Francisco Jerezi965/vec4: Fix copy propagation for non-register-aligne...
2016-09-14 Francisco Jerezi965/vec4: Compare full register offsets in cmod propag...
2016-09-14 Francisco Jerezi965/vec4: Assign correct destination offset to rewritt...
2016-09-14 Francisco Jerezi965/vec4: Don't coalesce registers with overlapping...
2016-09-14 Francisco Jerezi965/vec4: Compare full register offsets in opt_registe...
2016-09-14 Francisco Jerezi965/vec4: Check that the write offsets match when...
2016-09-14 Francisco Jerezi965/vec4: Change opt_vector_float to keep track of...
2016-09-14 Francisco Jerezi965/vec4: Simplify src/dst_reg to brw_reg conversion...
2016-09-14 Francisco Jerezi965/ir: Update several stale comments.
2016-09-14 Francisco Jerezi965/ir: Don't print ARF subnr values twice.
2016-09-14 Francisco Jerezi965/vec4: Print src/dst_reg::offset field consistently...
2016-09-14 Francisco Jerezi965/fs: Print fs_reg::offset field consistently for...
2016-09-14 Francisco Jerezi965/fs: Misc simplification.
2016-09-14 Francisco Jerezi965/fs: Get rid of fs_inst::set_smear().
2016-09-14 Francisco Jerezi965/fs: Use region_contained_in() in compute-to-mrf...
2016-09-14 Francisco Jerezi965/fs: Move region_contained_in to the IR header...
2016-09-14 Francisco Jerezi965/fs: Change region_contained_in() to use byte units.
2016-09-14 Francisco Jerezi965/fs: Simplify copy propagation LOAD_PAYLOAD ACP...
2016-09-14 Francisco Jerezi965/fs: Simplify a bunch of fs_inst::size_written...
2016-09-14 Francisco Jerezi965/fs: Simplify result_live calculation in dead_code_...
2016-09-14 Francisco Jerezi965/fs: Simplify and fix buggy stride/offset calculati...
2016-09-14 Francisco Jerezi965/fs: Simplify get_fpu_lowered_simd_width() by using...
2016-09-14 Francisco Jerezi965/fs: Simplify byte_offset().
2016-09-14 Francisco Jerezi965/fs: Fix signedness of the return value of fs_inst...
2016-09-14 Francisco Jerezi965/fs: Switch mask_relative_to() used in compute...
2016-09-14 Francisco Jerezi965/fs: Fix bogus sub-MRF offset calculation in comput...
2016-09-14 Francisco Jerezi965/fs: Take into account copy register offset during...
2016-09-14 Francisco Jerezi965/vec4: Drop backend_reg::in_range() in favor of...
2016-09-14 Francisco Jerezi965/vec4: Port regions_overlap() to the vec4 IR.
2016-09-14 Francisco Jerezi965/fs: Stop using fs_reg::in_range() in favor of...
2016-09-14 Francisco Jerezi965/fs: Drop fs_inst::overwrites_reg() in favor of...
2016-09-14 Francisco Jerezi965/fs: Fix LOAD_PAYLOAD handling in register coalesce...
2016-09-14 Francisco Jerezi965/fs: Fix can_propagate_from() source/destination...
2016-09-14 Francisco Jerezi965/fs: Compare full register offsets in cmod propagat...
2016-09-14 Francisco Jerezi965/fs: Don't consider LOAD_PAYLOAD with stride >...
2016-09-14 Francisco Jerezi965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offse...
2016-09-14 Francisco Jerezi965/vec4: Take into account misalignment in regs_writt...
2016-09-14 Francisco Jerezi965/fs: Take into account misalignment in regs_written...
2016-09-14 Francisco Jerezi965/fs: Take into account trailing padding in regs_wri...
2016-09-14 Francisco Jerezi965/fs: Handle fixed HW GRF subnr in reg_offset().
2016-09-14 Francisco Jerezi965/fs: Handle arbitrary offsets in brw_reg_from_fs_re...
2016-09-14 Francisco Jerezi965/fs: Return more accurate read size for LINTERP...
2016-09-14 Francisco Jerezi965/fs: Return more accurate read size from fs_inst...
2016-09-14 Francisco Jerezi965/vec4: Replace vec4_instruction::regs_read with...
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_read with ::size_read...
next