i965: Drop some reserved space remnants.
[mesa.git] / src / mesa / drivers / dri /
2017-11-15 Kenneth Graunkei965: Drop some reserved space remnants.
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-15 Kenneth Graunkei965: Use nir_lower_atomics_to_ssbos and delete ABO...
2017-11-15 Kenneth Graunkei965: Make a better helper function for UBO/SSBO/ABO...
2017-11-14 Anuj Phogati965: Make use of brw_load_register_imm32() helper...
2017-11-14 Anuj Phogati965/gen8+: Fix the number of dwords programmed in...
2017-11-14 Anuj Phogati965: Program DWord Length in MI_FLUSH_DW
2017-11-14 Julien Isorcei965: implement (un)mapImage
2017-11-14 Jason Ekstrandi965: Track the depth and render caches separately
2017-11-14 Jason Ekstrandi965/blorp: Add more destination flushing
2017-11-14 Jason Ekstrandi965: Add more precise cache tracking helpers
2017-11-14 Jason Ekstrandi965: Add stencil buffers to cache set regardless of...
2017-11-14 Jason Ekstrandi965: Switch over to fully external-or-not MOCS scheme
2017-11-14 Jason Ekstrandi965: Use PTE MOCS for all external buffers
2017-11-14 Jason Ekstrandintel/blorp: Make the MOCS setting part of blorp_address
2017-11-10 Jason Ekstrandi965/gen10: Use the correct form of | for the RCPFE...
2017-11-10 Kenneth Graunkei965: Make L3 configuration atom listen for TCS/TES...
2017-11-09 Marek Olšákmesa: enable ARB_texture_buffer_* extensions in the...
2017-11-09 Kenneth Graunkei965: Pretend there are 4 subslices for compute shader...
2017-11-09 Tapani Pällii965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
2017-11-08 Kenneth Graunkei965: properly initialize brw->cs.base.stage to MESA_SH...
2017-11-08 Jason Ekstrandintel/nir: Break the linking code into a helper in...
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-06 Timothy Arcerii965: disable NIR linking on HSW and below
2017-11-06 Neil Robertsi965: Enable flush control
2017-11-06 Neil Robertsdri: Add a flush control extension
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-11-06 Neil Robertsintel: Don't flush the old context in intelMakeCurrent
2017-11-03 Anuj Phogati965/gen10: Implement Wa3DStateMode
2017-11-03 Anuj Phogati965/gen10: Enable float blend optimization
2017-11-03 Anuj Phogati965/gen10: Implement WaForceRCPFEHangWorkaround
2017-11-03 Anuj Phogati965/gen10: Implement WaSampleOffsetIZ workaround
2017-11-03 Anuj Phogati965/gen10: Don't set Antialiasing Enable in 3DSTATE_RA...
2017-11-03 Anuj Phogati965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF...
2017-11-03 Lionel Landwerlini965: perf: list registers to program for queries
2017-11-03 Lionel Landwerlini965: perf: factorize code for availability
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-11-01 Jordan Justeni965: Initialize disk shader cache if MESA_GLSL_CACHE_D...
2017-11-01 Jordan Justendri drivers: Always add the sha1 build-id
2017-11-01 Jordan Justeni965: Initialize sha1 hash of dri config options
2017-11-01 Jordan Justeni965: Don't link when the program was found in the...
2017-11-01 Jordan Justeni965: add cache fallback support using serialized nir
2017-11-01 Timothy Arcerii965: add support for cached shaders with xfb qualifiers
2017-11-01 Jordan Justeni965: Add shader cache support for compute
2017-11-01 Timothy Arcerii965: add shader cache support for tess stages
2017-11-01 Timothy Arcerii965: add shader cache support for geometry shaders
2017-11-01 Timothy Arcerii965: Add shader cache support for vertex and fragment...
2017-11-01 Timothy Arcerii965: add initial implementation of on disk shader...
2017-11-01 Jordan Justeni965: Calculate thread_count in brw_alloc_stage_scratch
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Jordan Justeni965: Don't rely on nir for uses_texture_gather
2017-11-01 Jordan Justeni965/link: Serialize program to nir after linking for...
2017-10-31 Nanley Cheryi965: Check CCS_E compatibility for texture view rendering
2017-10-31 Plamena Manolovai965: Fix ARB_indirect_parameters logic.
2017-10-31 Kenneth Graunkei965: Don't flag BRW_NEW_SURFACES unless some push...
2017-10-30 Kevin Rogovini965: correctly assign SamplerCount of INTERFACE_DESCRI...
2017-10-30 Kenneth Graunkei965: Only set key->high_quality_derivatives when it...
2017-10-30 Kenneth Graunkei965: Update brw_wm_debug_recompile() for newer key...
2017-10-27 Tapani Pällii965: unref push_const_bo in intelDestroyContext
2017-10-27 Tapani Pällii965: remove if conditions from scratch_bo unref
2017-10-26 Jason Ekstrandi965/miptree: Take an isl_format in render_aux_usage
2017-10-26 Jason Ekstrandi965/blorp: Use more temporary isl_format variables
2017-10-26 Jason Ekstrandi965/blorp: Use blorp_to_isl_format for src_isl_format...
2017-10-26 Dylan Bakermeson: build nouveau vieux driver
2017-10-26 Dylan Bakermeson: build r200 driver
2017-10-26 Dylan Bakermeson: build r100 driver
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-25 Jason Ekstrandi965/program: Move nir_lower_system_values higher up
2017-10-25 Timothy Arcerii965: fix unused var warnings in release build
2017-10-24 Kenneth Graunkei965: Call gen6_upload_push_constants() even when the...
2017-10-24 Kenneth Graunkei965: Drop a bunch of downcasting and upcasting of...
2017-10-24 Kenneth Graunkei965: Move _mesa_shader_write_subroutine_indices down...
2017-10-24 Kenneth Graunkei965: Don't disable CCS for RT dependencies when dispat...
2017-10-23 Kenneth Graunkei965: Revert absolute mode for constant buffer pointers.
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Chris Wilsoni965: Report supported context priorities to EGL/DRI
2017-10-20 Chris Wilsoni965: Pass the EGL/DRI context priority through to...
2017-10-20 Chris Wilsoni965: Record the presence of the kernel scheduler
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-19 Kenneth Graunkei965: Don't disable aux buffers for non-overlapping...
2017-10-19 Kenneth Graunkei965: Remove the intel_miptree_prepare_fb_fetch wrapper.
2017-10-19 Kenneth Graunkei965: Only resolve texture levels/layers that are accessed.
2017-10-19 Kenneth Graunkei965: Make intel_miptree_prepare_texture() take level...
2017-10-19 Iago Toral Quirogai965/sbe: fix active components for SSO programs with...
2017-10-19 Chris Wilsoni965: Do not log a perf warning when mapping an idle bo
2017-10-19 Matt Turneri965: Use a union to bitcast a float
2017-10-16 Dylan Bakermeson: Don't try to install dri drivers unless one...
2017-10-16 Kenneth GraunkeRevert "i965/tex_image: Reference the renderbuffer...
2017-10-16 Chris Wilsoni965: Only put external handles into the handle ht
2017-10-16 Jason Ekstrandi965/miptree: Drop the invalidate parameter form copy_t...
2017-10-13 Kenneth Graunkei965: Rename brw->no_batch_wrap to intel_batchbuffer...
2017-10-13 Kenneth Graunkei965: Delete dead brw_context fields.
2017-10-13 Mario Kleineri965: Complete 'expose RGBA visuals only on Android'
2017-10-13 Ville Syrjälämeson: Build i915
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Allocate pull_param in assign_constant_...
2017-10-13 Jason Ekstrandintel: Allocate prog_data::[pull_]param deeper inside...
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandintel/compiler: Stop adding params for texture sizes
next