i965: drop brw->is_g4x in favor of devinfo->is_g4x
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
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...
2017-01-03 Robert Braggi965: Remove perf monitor/query backend
2016-12-07 Jordan Justeni965: Increase max texture to 16k for gen7+
2016-11-29 Ilia Mirkini965/gen7: expose larger gather offsets
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-09 Jordan Justeni965/compute: Allow ARB_compute_shader in compat profile
2016-11-08 Jordan Justeni965: Add function to indicate when sampling with hiz...
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get outputs read from nir info
2016-10-06 Chad Versacei965/sync: Replace 'intel' prefix with 'brw'
2016-10-04 Anuj Phogati965/gen8+: Enable GL_OES_viewport_array
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
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-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-21 Kenneth Graunkei965: Rename __DRIScreen pointers to "dri_screen".
2016-09-12 Jason EkstrandRevert "i965: Drop the maximum 3D texture size to 512...
2016-09-12 Topi Pohjolaineni965/rbc: Clarify rational given for shader image resolves
next