i965: Calculate thread_count in brw_alloc_stage_scratch
[mesa.git] / src / mesa / drivers / dri / i965 /
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-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 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 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
2017-10-13 Jason Ekstrandi965: Only add the wpos state reference if we lowered...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandi965: Use prog->info.num_images for needs_dc computation
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandi965: Get rid of gen7_cs_state.c
2017-10-13 Jason Ekstrandi965: Add a helper for populating constant buffers
2017-10-13 Jason Ekstrandi965: Move brw_upload_pull_constants to gen6_constant_s...
2017-10-13 Chris Wilsoni965: Share the flush for brw_blorp_miptree_download...
2017-10-13 Jason Ekstrandmeta: Delete the PBO texture upload/download path
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO pixel reads
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture downloads
2017-10-13 Jason Ekstrandi965/tex: Use blorp texture upload for all CCS_E textures
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture uploads
2017-10-13 Jason Ekstrandi965: Add blorp-based texture upload and download paths
2017-10-13 Kenneth Graunkei965: Refactor y-flipping coordinate transform.
2017-10-13 Jason Ekstrandi965/tex: Check if there is data to upload up-front
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for framebuffer...
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for texture updates
2017-10-13 Kenneth Graunkei965: Ignore GL_SKIP_DECODE_EXT for textures accessed...
2017-10-11 Kenneth Graunkei965: Drop brw_bo_alloc in ARB_indirect_parameters...
2017-10-11 Kenneth Graunkei965: Allow mapped VBOs during drawing in non-debug...
2017-10-11 Kenneth Graunkei965: Make brw_update_texture_surface static.
2017-10-10 Dave Airliemesa: rename various buffer bindings to one struct.
2017-10-10 Kenneth Graunkei965: Disable auxiliary buffers when there are self...
2017-10-10 Kenneth Graunkei965: minor whitespace fix
2017-10-10 Eric Anholtmesa: Only expose GLES's EXT_texture_type_2_10_10_10_RE...
2017-10-09 Lionel Landwerlini965: silence coverity warning
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-10-04 Matt Turneri965: Add Atom graphics names to parse_devid_override()
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-10-02 Plamena Manolovai965: Implement ARB_indirect_parameters.
2017-10-02 Plamena Manolovai965: Refactor brw_try_draw_prims.
2017-10-02 Plamena Manolovai965: Indroduce brw_finish_drawing.
2017-10-02 Plamena Manolovai965: Introduce brw_prepare_drawing.
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-09-28 Jason Ekstrandi965/link: Use prog->nir instead of creating a temporary
2017-09-28 Jason Ekstrandi965/link: Make more use of NIR_PASS
2017-09-28 Jason Ekstrandi965/link: Make better use of temporary variables
2017-09-28 Iago Toral Quirogai965: enable up to 32 inputs for geometry shaders in...
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-09-26 Timothy Arcerii965: make use of nir linking
2017-09-26 Timothy Arcerii965: call brw_shader_gather_info() from the callers...
2017-09-26 Timothy Arcerii965: create a brw_shader_gather_info() helper
2017-09-25 Kenneth Graunkei965: Rename do_flush_locked to submit_batch().
2017-09-25 Kenneth Graunkei965: Use atomic ops in get_new_program_id().
2017-09-25 Kenneth Graunkei965: Convert brw_bufmgr to use C11 mutexes instead...
2017-09-25 Kenneth Graunkei965: Delete dead meta stencil blit program fields...
2017-09-21 Kenneth Graunkei965: Force outputs_written to contain varyings needed...
2017-09-21 Kenneth Graunkei965: Compute VS/GS output VUE map from the NIR info.
2017-09-21 Kenneth Graunkei965: Fix brw_finish_batch to grow the batchbuffer.
next