i965: Update brw_wm_debug_recompile() for newer key entries.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
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-20 Chris Wilsoni965: Pass the EGL/DRI context priority through to...
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-11 Kenneth Graunkei965: Allow mapped VBOs during drawing in non-debug...
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-09-28 Iago Toral Quirogai965: enable up to 32 inputs for geometry shaders in...
2017-09-19 Jason EkstrandRevert "i965: Reset miptree aux state on update_image_b...
2017-09-18 Jason Ekstrandi965: Reset miptree aux state on update_image_buffer
2017-09-18 Kenneth Graunkei965: Plumb brw through to intel_batchbuffer_reset().
2017-09-15 Jason Ekstrandi965: Move TexSubImage functions to intel_tex_image.c
2017-08-30 Lionel Landwerlini965: drop unused brw->needs_unlit_centroid_workaround
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop unused brw->has_pln
2017-08-30 Lionel Landwerlini965: drop brw->must_use_separate_stencil in favor...
2017-08-30 Lionel Landwerlini965: drop unused brw->has_negative_rhw_bug
2017-08-30 Lionel Landwerlini965: drop unused brw->has_compr4
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_broxton
2017-08-30 Lionel Landwerlini965: drop brw->is_cherryview in favor of devinfo-...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-23 Kenneth Graunkei965: Devirtualize update_renderbuffer_surface.
2017-08-22 Timothy Arcerii965: enable STD430 packing by default on IVB+
2017-08-19 Kenneth Graunkei965: Use ISL for emitting null surface states.
2017-08-14 Jason Ekstrandi965/miptree: More conservatively resolve external...
2017-08-12 Kenneth Graunkei965: Clean up intel_batchbuffer_init().
2017-08-07 Jason Ekstrandi965/miptree: Rework create flags
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-07-22 Kenneth Graunkei965: Support the mesa_no_error driconf option.
2017-07-20 Kenneth GraunkeRevert "i965: Call intel_prepare_render() from intel_up...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Use num_samples of 1 instead of 0 for...
2017-07-17 Kenneth Graunkedri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
2017-07-14 Kenneth Graunkei965: Require a UBO offset alignment of 32 bytes.
2017-07-13 Jason Ekstrandi965: Add an isl_device to intel_screen
2017-07-13 Jason Ekstrandi965: Use create_for_dri_image in intel_update_image_buffer
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-10 Chris Wilsoni965: Use brw_bo_wait() for brw_bo_wait_rendering()
2017-07-05 Jason Ekstrandi965: Move surface resolves back to draw/dispatch time
2017-06-21 Marek Olšákmesa: don't update draw buffer bounds in _mesa_update_state
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-19 Iago Toral Quirogai965: update MaxTextureRectSize to match PRMs and compl...
2017-06-16 Kenneth Graunkei965: Improve conditional rendering in fallback paths.
2017-06-12 Kenneth Graunkei965: Call intel_prepare_render() from intel_update_state()
2017-06-08 Timothy Arcerimesa: inline vbo_exec_invalidate_state() and call from...
2017-06-08 Timothy Arcerimesa: stop passing state bitfield to UpdateState()
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move images to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move framebuffer fetch to the new resolve functions
2017-06-08 Jason Ekstrandi965: Remove an unneeded render_cache_set_check_flush
2017-06-08 Jason Ekstrandi965: Move color rendering to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move texturing to the new resolve functions
2017-06-08 Jason Ekstrandi965: Use the new resolve function for several simple...
2017-06-08 Jason Ekstrandi965: Combine render target resolve code
2017-06-08 Jason Ekstrandi965: Get rid of intel_renderbuffer_resolve_*
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-05 Jason Ekstrandi965: Finalize miptrees before prepare_texture
2017-06-01 Anuj Phogati965: Rename brw_format variable names to isl_format
2017-05-30 Chad Versacei965: Add whitespace in intel_update_image_buffers()
2017-05-30 Chad Versacei965: Move an 'i' declaration into its 'for' loop
2017-05-30 Chad Versacei965: Fix type of intel_update_image_buffers::format
2017-05-26 Jason Ekstrandi965: Add blorp support for gen4-5
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-11 Kenneth Graunkei965: Drop brw_context::viewport_transform_enable.
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-30 Kenneth Graunkei965: Stop using legacy dri_bufmgr_* and intel_* names.
2017-03-27 Kenneth Graunkei965: Require Kernel 3.6 for Gen4-5 platforms.
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-17 Robert Braggi965: Allow a per gen timebase scale factor
2017-03-15 Jason Ekstrandintel/debug: Add a common INTEL_DEBUG=nohiz option
2017-03-09 Anuj Phogati965: Rename brw_format_for_mesa_format() to brw_isl_fo...
2017-03-08 Chris Wilsoni965: Remove use of deprecated drm_intel_aub routines
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-02-22 Robert Braggi965: Implement INTEL_performance_query backend
2017-02-21 Kenneth Graunkei965: Enable ARB_transform_feedback2 on Sandybridge.
2017-02-21 Kenneth Graunkei965: Properly reset SVBI counters on ResumeTransformFe...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-01-30 Kenneth Graunkei965: Support the force_glsl_version driconf option.
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-06 Kenneth Graunkei965: Rework gl_TessLevel*[] handling to use NIR compac...
2017-01-06 Ian Romanicki965: Always set MaxViewports and related limits
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2017-01-05 Iago Toral Quirogai965: add a kernel_features bitfield to intel screen
2017-01-05 Iago Toral Quirogai965: get rid of brw->can_do_pipelined_register_writes
2017-01-05 Chris Wilsoni965: Move the pipelined test for SO register access...
2017-01-04 Iago Toral Quirogai965: remove brw_context dependency from intel_batchbuf...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_free() take a batchbuffer...
next