Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-02-13 Lionel Landwerlini965: enable INTEL_blackhole_render
2020-02-11 Marek Olšákvbo: merge use_buffer_objects into vbo_CreateContext...
2020-02-11 Marek Olšákvbo: remove immediate mode code that doesn't do anythin...
2020-02-04 Danylo Piliaievi965: Do not set front_buffer_dirty if there is no...
2020-01-23 Ian Romanicki965: Enable INTEL_shader_integer_functions2 on Gen8+
2020-01-14 Kenneth Graunkei965: Simplify brw_get_renderer_string()
2019-12-04 Ian Romanickmesa: Silence unused parameter warning
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-05 Sergii Romantsovintel/dri: finish proper glthread
2019-08-29 Tapani Pällii965: initialize bo_reuse when creating brw_bufmgr
2019-08-10 Danylo Piliaievi965: Use force_compat_profile driconf option
2019-08-08 Mark Janesintel/perf: make perf context private
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-07-29 Jason Ekstrandintel: Use a system value for gl_FragCoord
2019-07-17 Alejandro Piñeirospirv_extensions: i965: initialize SPIR-V extensions
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-03 Jason Ekstrandanv,i965: Stop warning about incomplete gen11 support
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-03-05 Kenneth Graunkei965: Implement threaded GL support.
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2018-08-24 Kenneth GraunkeRevert recent changes about not including compute in...
2018-08-24 Kenneth Graunkei965: don't include compute resources in "Combined...
2018-08-21 Chad Versacei965: Implement EGL_KHR_mutable_render_buffer
2018-08-20 Danylo Piliaievi965: Advertise 8 bits subpixel precision for viewport...
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-07-31 Alejandro Piñeiroi965: enable XFB and GeometryStreams for gen7+
2018-07-10 Jordan Justenmesa: Add gl_shader_program param to ProgramBinarySeria...
2018-07-10 Jordan Justeni965: Use ShaderCacheSerializeDriverBlob driver function
2018-07-03 Alejandro Piñeiroi965: enable AtomicStorage capability for gen7+
2018-06-04 Jason Ekstrandi965: Disable internal CCS for shadows of multi-sampled...
2018-05-09 Lionel Landwerlini965: silence unused variable
2018-05-08 Jason Ekstrandi965: Use ISL for emitting depth/stencil/hiz state...
2018-05-08 Kenneth Graunkei965: Don't leak blorp on Gen4-5.
2018-05-03 Chris Wilsoni965: Always try to create a logical context
2018-03-31 Mathias Fröhlichi965: Push down the gl_vertex_array inputs into i965.
2018-03-30 Alejandro Piñeiroi965: initialize SPIR-V capabilities
2018-03-29 Ian Romanicki965: Don't request GLSL IR lowering of gl_VertexID
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-02-28 Matt Turneri965: Warn about preliminary support for Gen11
2018-02-28 Tapani Pällii965: use context priority definitions from gen_defines.h
2018-02-16 Kenneth Graunkei965: Implement GenerateMipmap directly, rather than...
2018-02-14 Rafael Antognollii965/gen10: Remove warning message.
2018-02-02 Jason Ekstrandi965: Call prepare_external after implicit window-syste...
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-29 Tapani Pällii965: fix disk_cache leak when destroying context
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-22 Chris Wilsoni965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2017-12-19 Rafael Antognolliintel/compiler/gen10: Disable push constants.
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-16 Emil Velikovi965: remove ARB_compute_shader extension override
2017-11-16 Emil Velikovi965: use _mesa_is_desktop_gl helper
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-06 Neil Robertsi965: Enable flush control
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-01 Jordan Justeni965: Initialize disk shader cache if MESA_GLSL_CACHE_D...
2017-11-01 Jordan Justeni965: Initialize sha1 hash of dri config options
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...
next