summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-19i965: Silence unused parameter warningsIan Romanick1-1/+1
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz1-3/+3
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-1/+1
2020-08-08i965: add support for force_gl_vendorTimothy Arceri1-0/+5
2020-07-15mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer1-1/+1
2020-05-27iris, i965: Update limits for ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho1-15/+6
2020-05-05mesa: extend GLSLZeroInit semanticsPierre-Eric Pelloux-Prayer1-1/+1
2020-04-22meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of metaJason Ekstrand1-8/+0
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-1/+0
2020-04-21replace imports memory functions with utils memory functionsDylan Baker1-0/+1
2020-04-09i965: Implement ARB_compute_variable_group_sizePlamena Manolova1-0/+18
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2020-02-13i965: enable INTEL_blackhole_renderLionel Landwerlin1-0/+26
2020-02-11vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák1-3/+1
2020-02-11vbo: remove immediate mode code that doesn't do anything and simplify stuffMarek Olšák1-1/+0
2020-02-04i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev1-1/+3
2020-01-23i965: Enable INTEL_shader_integer_functions2 on Gen8+Ian Romanick1-0/+1
2020-01-13i965: Simplify brw_get_renderer_string()Kenneth Graunke1-20/+10
2019-12-04mesa: Silence unused parameter warningIan Romanick1-1/+1
2019-09-15driconfig: add a new engine name/version parameterLionel Landwerlin1-1/+1
2019-09-05intel/dri: finish proper glthreadSergii Romantsov1-1/+1
2019-08-29i965: initialize bo_reuse when creating brw_bufmgrTapani Pälli1-9/+0
2019-08-10i965: Use force_compat_profile driconf optionDanylo Piliaiev1-2/+7
2019-08-07intel/perf: make perf context privateMark Janes1-0/+1
2019-08-01nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand1-0/+1
2019-07-29intel: Use a system value for gl_FragCoordJason Ekstrand1-0/+1
2019-07-17spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro1-1/+10
2019-05-13mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt1-2/+2
2019-05-03anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand1-7/+0
2019-04-24st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri1-1/+1
2019-03-05i965: Implement threaded GL support.Kenneth Graunke1-0/+44
2019-01-07spirv: Sort supported capabilitiesJason Ekstrand1-5/+5
2018-08-24Revert recent changes about not including compute in combined limits.Kenneth Graunke1-11/+11
2018-08-23i965: don't include compute resources in "Combined" limitsKenneth Graunke1-11/+11
2018-08-21i965: Implement EGL_KHR_mutable_render_bufferChad Versace1-2/+84
2018-08-20i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+Danylo Piliaiev1-1/+1
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-1/+2
2018-07-31i965: enable XFB and GeometryStreams for gen7+Alejandro Piñeiro1-0/+2
2018-07-09mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen1-1/+1
2018-07-09i965: Use ShaderCacheSerializeDriverBlob driver functionJordan Justen1-0/+4
2018-07-03i965: enable AtomicStorage capability for gen7+Alejandro Piñeiro1-0/+1
2018-06-04i965: Disable internal CCS for shadows of multi-sampled windowsJason Ekstrand1-1/+10
2018-05-09i965: silence unused variableLionel Landwerlin1-1/+0
2018-05-08i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand1-9/+0
2018-05-07i965: Don't leak blorp on Gen4-5.Kenneth Graunke1-2/+1
2018-05-03i965: Always try to create a logical contextChris Wilson1-15/+14
2018-03-31i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich1-0/+1
2018-03-30i965: initialize SPIR-V capabilitiesAlejandro Piñeiro1-0/+25
2018-03-29i965: Don't request GLSL IR lowering of gl_VertexIDIan Romanick1-1/+0
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke1-0/+2