summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gen10: Remove warning message.Rafael Antognolli2018-02-141-7/+0
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* i965: move disk cache from brw_context to intel_screenTapani Pälli2018-01-301-3/+1
* i965: fix disk_cache leak when destroying contextTapani Pälli2018-01-291-0/+3
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+1
* i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContextChris Wilson2018-01-221-1/+3
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-211-0/+4
* Revert "i965: Enable flush control"Adam Jackson2018-01-151-19/+1
* glsl: remove Lower{TCS,TES}PatchVerticesInIago Toral Quiroga2018-01-101-2/+0
* intel/compiler/gen10: Disable push constants.Rafael Antognolli2017-12-191-0/+7
* i965: Add ARB_get_program_binary support using nir_serializationJordan Justen2017-12-081-0/+10
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+3
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* i965: remove ARB_compute_shader extension overrideEmil Velikov2017-11-161-2/+1
* i965: use _mesa_is_desktop_gl helperEmil Velikov2017-11-161-1/+1
* i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspaceTapani Pälli2017-11-091-6/+10
* i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke2017-11-081-0/+1
* i965: Enable flush controlNeil Roberts2017-11-061-1/+19
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-17/+24
* intel: Don't flush the old context in intelMakeCurrentNeil Roberts2017-11-061-9/+0
* i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen2017-10-311-0/+2
* i965: Initialize sha1 hash of dri config optionsJordan Justen2017-10-311-0/+4
* i965: unref push_const_bo in intelDestroyContextTapani Pälli2017-10-271-0/+6
* i965: remove if conditions from scratch_bo unrefTapani Pälli2017-10-271-10/+6
* i965: Pass the EGL/DRI context priority through to the kernelChris Wilson2017-10-201-0/+18
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-3/+4
* i965: Allow mapped VBOs during drawing in non-debug contexts.Kenneth Graunke2017-10-111-0/+3
* i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli2017-10-061-13/+1
* i965: enable up to 32 inputs for geometry shaders in gen8+Iago Toral Quiroga2017-09-281-1/+2
* Revert "i965: Reset miptree aux state on update_image_buffer"Jason Ekstrand2017-09-191-3/+1
* i965: Reset miptree aux state on update_image_bufferJason Ekstrand2017-09-181-1/+3
* i965: Plumb brw through to intel_batchbuffer_reset().Kenneth Graunke2017-09-181-1/+1
* i965: Move TexSubImage functions to intel_tex_image.cJason Ekstrand2017-09-151-1/+0
* i965: drop unused brw->needs_unlit_centroid_workaroundLionel Landwerlin2017-08-301-2/+0
* i965: drop brw->has_surface_tile_offset in favor of devinfo'sLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_plnLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->must_use_separate_stencil in favor of devinfo'sLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_negative_rhw_bugLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_compr4Lionel Landwerlin2017-08-301-1/+0
* i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_cherryview in favor of devinfo->is_cherryviewLionel Landwerlin2017-08-301-2/+1
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-3/+2
* i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-301-2/+1
* i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-31/+37
* i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke2017-08-231-4/+0
* i965: enable STD430 packing by default on IVB+Timothy Arceri2017-08-221-0/+16
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-191-2/+2