aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-5/+5
* Revert recent changes about not including compute in combined limits.Kenneth Graunke2018-08-241-11/+11
* i965: don't include compute resources in "Combined" limitsKenneth Graunke2018-08-231-11/+11
* i965: Implement EGL_KHR_mutable_render_bufferChad Versace2018-08-211-2/+84
* i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+Danylo Piliaiev2018-08-201-1/+1
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+2
* i965: enable XFB and GeometryStreams for gen7+Alejandro Piñeiro2018-07-311-0/+2
* mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen2018-07-091-1/+1
* i965: Use ShaderCacheSerializeDriverBlob driver functionJordan Justen2018-07-091-0/+4
* i965: enable AtomicStorage capability for gen7+Alejandro Piñeiro2018-07-031-0/+1
* i965: Disable internal CCS for shadows of multi-sampled windowsJason Ekstrand2018-06-041-1/+10
* i965: silence unused variableLionel Landwerlin2018-05-091-1/+0
* i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand2018-05-081-9/+0
* i965: Don't leak blorp on Gen4-5.Kenneth Graunke2018-05-071-2/+1
* i965: Always try to create a logical contextChris Wilson2018-05-031-15/+14
* i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich2018-03-311-0/+1
* i965: initialize SPIR-V capabilitiesAlejandro Piñeiro2018-03-301-0/+25
* i965: Don't request GLSL IR lowering of gl_VertexIDIan Romanick2018-03-291-1/+0
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-0/+2
* i965: Warn about preliminary support for Gen11Matt Turner2018-02-281-0/+7
* i965: use context priority definitions from gen_defines.hTapani Pälli2018-02-281-3/+5
* i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke2018-02-161-0/+2
* 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