i965: add MAYBE_UNUSED to assert param
[mesa.git] / src / mesa /
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 Anuj Phogatmesa: Add a check for OES_viewport_array
2016-10-04 Anuj Phogatmesa: Enable enums for 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-10-01 Timothy Arcerimesa: use uint32_t rather than unsigned for xfb struct...
2016-09-30 Timothy Arcerii915/i965: remove commented out warning
2016-09-30 Brian Paulmesa: move _mesa_valid_to_render() to api_validate.c
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 Ilia Mirkinst/mesa: enable ARB_ES3_2_compatibility when enough...
2016-09-27 Ilia Mirkinst/mesa: enable GL_ANDROID_extension_pack_es31a when...
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-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-09-26 Rob Clarkmesa/st: add nir pass to lower tex_src_plane
2016-09-26 Rob Clarkmesa/st: add lowering pass for YUV samplers
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-24 Brian Paulst/mesa: small optimization in swizzle_swizzle()
2016-09-24 Brian Paulst/mesa: fix swizzle issue in st_create_sampler_view_fr...
2016-09-24 Timothy ArceriRevert "glsl: move xfb BufferStride into gl_transform_f...
2016-09-23 Timothy Arceriglsl: move xfb BufferStride into gl_transform_feedback_info
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-23 Ilia Mirkinst/mesa: turn on OES_viewport_array when dependencies...
2016-09-23 Ilia Mirkinmesa: add implementations for new float depth functions
2016-09-23 Ilia Mirkinmesa: move ARB_viewport_array params to a GLES 3.1...
2016-09-23 Ilia Mirkinmesa: add GL_OES_viewport_array to the extension string
2016-09-23 Ilia Mirkinmesa: add new entrypoints for GL_OES_viewport_array
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-17 Kenneth Graunkemesa: Move buffers-unmapped earlier in check_valid_to_r...
2016-09-17 Kenneth Graunkemesa: Expose GL_CONTEXT_FLAGS in ES 3.2.
2016-09-16 Marek Olšákmesa: fix glGetFramebufferAttachmentParameteriv w/...
2016-09-16 Brian Paulst/mesa: update comment in st_atom_msaa.c
2016-09-16 Brian Paulst/mesa: only enable MSAA coverage options when we...
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
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 Brian Paulmesa: check for no matrix change in _mesa_LoadMatrixf()
2016-09-15 Kenneth Graunkemesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robus...
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...
next