aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965: enable INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+26
* vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák2020-02-111-3/+1
* vbo: remove immediate mode code that doesn't do anything and simplify stuffMarek Olšák2020-02-111-1/+0
* i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2020-02-041-1/+3
* i965: Enable INTEL_shader_integer_functions2 on Gen8+Ian Romanick2020-01-231-0/+1
* i965: Simplify brw_get_renderer_string()Kenneth Graunke2020-01-131-20/+10
* mesa: Silence unused parameter warningIan Romanick2019-12-041-1/+1
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+1
* intel/dri: finish proper glthreadSergii Romantsov2019-09-051-1/+1
* i965: initialize bo_reuse when creating brw_bufmgrTapani Pälli2019-08-291-9/+0
* i965: Use force_compat_profile driconf optionDanylo Piliaiev2019-08-101-2/+7
* intel/perf: make perf context privateMark Janes2019-08-071-0/+1
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-011-0/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-0/+1
* spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2019-07-171-1/+10
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-131-2/+2
* anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand2019-05-031-7/+0
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-1/+1
* i965: Implement threaded GL support.Kenneth Graunke2019-03-051-0/+44
* 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