i965: Fix intel_miptree_is_fast_clear_capable()
[mesa.git] / src / mesa / drivers / dri /
2015-10-05 Chad Versacei965: Fix intel_miptree_is_fast_clear_capable()
2015-10-05 Chad Versacei965/mt: Declare some functions as static
2015-10-05 Iago Toral Quirogai965: Make vec4_visitor's destructor virtual
2015-10-05 Iago Toral Quirogai965: Assert on the number of combined UBO and SSBO...
2015-10-05 Iago Toral Quirogai965: Reserve binding table space for SSBO surfaces
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_SSBO
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_UBO
2015-10-05 Matt Turneri965/vec4: Remove more dead visitor/vertex program...
2015-10-05 Matt Turneri965: Don't print line numbers with INTEL_DEBUG=optimizer.
2015-10-04 Timothy Arceriglsl: reduce memory footprint of uniform_storage struct
2015-10-04 Kenneth Graunkei965: Remove shader_prog from vec4_gs_visitor.
2015-10-04 Kenneth Graunkei965: Use nir->has_transform_feedback_varyings to avoid...
2015-10-04 Kenneth Graunkenir: Introduce new nir_intrinsic_load_per_vertex_input...
2015-10-03 Marek Olšákmesa: remove Driver.Hint
2015-10-03 Marek Olšákmesa: remove Driver.Accum
2015-10-03 Marek Olšákmesa: remove Driver.ResizeBuffers
2015-10-03 Jason Ekstrandi965/wm: Make compute_barycentric_interp_modes take...
2015-10-03 Jason Ekstrandi965: Use nir_foreach_variable
2015-10-03 Jason Ekstrandi965/nir: Remove the prog parameter from brw_nir_lower_...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs,vec4: Get rid of the sanity_param_count
2015-10-02 Jason Ekstrandi965/vec4: Use nir info instead of pulling things out...
2015-10-02 Jason Ekstrandi965/fs: Use the nir info instead of pulling things...
2015-10-02 Jason Ekstrandi965/fs: Move sampler unit lookup into rescale_texcoord
2015-10-02 Jason Ekstrandi965/cs: Remove the prog argument from local_id_payload...
2015-10-02 Jason Ekstrandi965/backend_shader: Add a field to store the NIR shader
2015-10-02 Jason Ekstrandnir/glsl: Take a gl_shader_program and a stage rather...
2015-10-02 Jason Ekstrandi965: Move prog_data uniform setup to the codegen level
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965/shader: Pull assign_common_binding_table_offsets...
2015-10-02 Jason Ekstrandi965/nir: Simplify uniform setup
2015-10-02 Jason Ekstrandi965/nir: Pull GLSL uniform handling into a common...
2015-10-02 Jason Ekstrandi965/nir: Pull common ARB program uniform handling...
2015-10-02 Jason Ekstrandi965/vec4: Use the uniform count from nir_assign_var_lo...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the setup_vec4_uniform_value...
2015-10-02 Jason Ekstrandi965/shader: Pull setup_image_uniform_values out of...
2015-10-02 Jason Ekstrandi965/vec4: Get rid of the uniform_vector_size array
2015-10-02 Jason Ekstrandi965/vec4: Use the actual channels used in pack_uniform...
2015-10-02 Jason Ekstrandi965: Pull stage_prog_data.nr_params out of the NIR...
2015-10-02 Jason Ekstrandi965/vs: Move lazy NIR creation to codegen_vs_prog
2015-10-02 Jason Ekstrandi965/vec4: Delete the old vec4_vp code
2015-10-02 Jason Ekstrandi965/vec4: Delete the old ir_visitor code
2015-10-02 Jason Ekstrandi965/vec4: Always use NIR
2015-10-02 Ilia Mirkini965: don't forget to free image_param on prog_data...
2015-10-01 Kenneth Graunkei965/fs: Print reg and reg_offset separately for ATTR...
2015-10-01 Kenneth Graunkei965/nir: Refactor input/output lowering setup into...
2015-10-01 Kenneth Graunkenir: Allow nir_lower_io() to only lower one type of...
2015-09-30 Chad Versacei965/miptree: Add PRM references for most struct member...
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-09-30 Chad Versacei965/miptree: Rename intel_miptree_map::mt -> ::linear_...
2015-09-30 Chad Versacei965/miptree: Fix comments for map mode
2015-09-30 Chad Versacei965/miptree: More comments for BRW_MAP_DIRECT_BIT...
2015-09-30 Kenneth Graunkei965: Remove duplicate copy of is_scalar_shader_stage().
2015-09-30 Ville Syrjäläi915: Remember to call intel_prepare_render() before...
2015-09-30 Ville Syrjäläi915: Fix texcoord vs. varying collision in fragment...
2015-09-30 Ville Syrjäläi830: Fix collision between I830_UPLOAD_RASTER_RULES...
2015-09-30 Jordan Justeni965/cs: Upload UBO/SSBO surfaces
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-30 Jason Ekstrandi965/state_cache: Remove the aux_compare fields
2015-09-30 Jason Ekstrandi965/copy_image: Fix a copy+past error
2015-09-30 Chris Wilsoni965: Remove early release of DRI2 miptree
2015-09-30 Samuel Iglesias... i965/vec4/nir: add nir_intrinsic_memory_barrier support
2015-09-29 Kenneth Graunkenir: Use a system value for gl_PrimitiveIDIn.
2015-09-29 Jordan Justeni965/cs: Generate code to load gl_NumWorkGroups
2015-09-29 Jordan Justeni965/cs: Setup surface binding for gl_NumWorkGroups
2015-09-29 Jordan Justeni965/cs: Add a binding table entry for gl_NumWorkGroups
2015-09-29 Jordan Justeni965/cs: Store compute invocation information in brw...
2015-09-29 Jordan Justeni965/cs: Re-emit cs_state when surfaces have changed
2015-09-29 Jordan Justeni965/cs: Re-emit push constants and cs_state on new...
2015-09-29 Samuel Iglesias... mesa: rename gl_shader_program's NumUniformBlocks to...
2015-09-28 Anuj Phogati965/gen9: Add a condition for starting pixel in fast...
2015-09-28 Anuj Phogati965: Rename intel_miptree_get_dimensions_for_image()
2015-09-28 Anuj Phogati965/gen9: Fix {src, dst}_pitch alignment check for...
2015-09-28 Anuj Phogati965: Fix {src, dst}_pitch alignment check for XY_SRC_C...
2015-09-28 Anuj Phogati965: Move conversion of {src, dst}_pitch to dwords...
2015-09-28 Anuj Phogati965: Delete temporary variable 'src_pitch'
2015-09-28 Anuj Phogati965: Use helper function intel_get_tile_dims() in...
2015-09-28 Anuj Phogati965: Use intel_get_tile_dims() to get tile masks
2015-09-28 Anuj Phogati965: Add a helper function intel_get_tile_dims()
2015-09-28 Francisco Jerezi965/fs: Fix hang on IVB and VLV with image format...
2015-09-26 Kenneth Graunkei965/gs: Optimize away the EOT write on Gen8+ with...
2015-09-26 Kenneth Graunkei965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_O...
2015-09-26 Kenneth Graunkei965: Implement "Static Vertex Count" geometry shader...
2015-09-26 Kenneth Graunkei965: Move GS_THREAD_END mlen calculations out of the...
2015-09-26 Kenneth Graunkei965: Simplify handling of VUE map changes.
2015-09-26 Kenneth Graunkei965/gs: Remove the dependency on the VS VUE map.
2015-09-26 Kenneth Graunkei965: Don't re-layout varyings for separate shader...
2015-09-26 Kenneth Graunkei965/vue: Make assign_vue_map() take an explicit slot.
2015-09-26 Kenneth Graunkei965: Initialize unused VUE map slots to BRW_VARYING_SL...
2015-09-26 Kenneth Graunkei965: Fix BRW_VARYING_SLOT_PAD handling in the scalar...
2015-09-25 Samuel Iglesias... i965: Enable ARB_shader_storage_buffer_object extension...
2015-09-25 Iago Toral Quirogai965/nir/vec4: Implement nir_intrinsic_ssbo_atomic_*
2015-09-25 Iago Toral Quirogai965/nir/fs: Implement nir_intrinsic_ssbo_atomic_*
2015-09-25 Iago Toral Quirogai965/nir/vec4: Implement nir_intrinsic_load_ssbo
2015-09-25 Iago Toral Quirogai965/nir/fs: Implement nir_intrinsic_load_ssbo
2015-09-25 Iago Toral Quirogai965/nir/vec4: Implement nir_intrinsic_store_ssbo
2015-09-25 Iago Toral Quirogai965/nir/fs: Implement nir_intrinsic_store_ssbo
2015-09-25 Francisco Jerezi965/vec4: Import surface message builder functions.
2015-09-25 Francisco Jerezi965/vec4: Import helpers to convert vectors into array...
2015-09-25 Francisco Jerezi965/vec4: Introduce VEC4 IR builder.
next