aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6/xfb: handle case where transform feedback is not activeAndrii Simiklit2018-08-281-1/+1
* Revert "configure: allow building with python3"Emil Velikov2018-08-241-1/+1
* 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
* configure: allow building with python3Emil Velikov2018-08-231-1/+1
* meson: Run the install script with Python 3Mathieu Bridon2018-08-231-0/+1
* i965: Enable INTEL_shader_atomic_float_minmax on Gen9+Ian Romanick2018-08-221-0/+1
* i965: Sort Gen9+ extension enablesIan Romanick2018-08-221-3/+3
* i965/miptree: Fix can_blit_slice()Nanley Chery2018-08-221-4/+3
* i965/miptree: Use miptree_map in map_blit functionsNanley Chery2018-08-221-8/+6
* i965/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2018-08-212-0/+15
* i965: Implement EGL_KHR_mutable_render_bufferChad Versace2018-08-213-4/+107
* mesa: move legacy hyperz option from dri configTimothy Arceri2018-08-211-0/+5
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-216-11/+3
* i965: remove unused no_rast boolTimothy Arceri2018-08-211-1/+0
* i915: remove early_z dri optionTimothy Arceri2018-08-214-16/+0
* i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+Danylo Piliaiev2018-08-201-1/+1
* mesa: move legacy dri config option texture_unitsTimothy Arceri2018-08-201-0/+5
* mesa: move legacy dri config option texture_blend_qualityTimothy Arceri2018-08-201-0/+6
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-176-6/+8
* i965: drop unused assignmentEric Engestrom2018-08-161-2/+0
* i965: do not emit empty surface stateErik Faye-Lund2018-08-151-0/+5
* intel/ppgtt: 4096 replaced by PAGE_SIZESergii Romantsov2018-08-151-6/+6
* intel/ppgtt: memory address alignmentSergii Romantsov2018-08-151-4/+3
* i965: Emitting 3DSTATE_SO_BUFFER of 0-size.Sergii Romantsov2018-08-151-4/+5
* i965/nir: Use the nir copy of shader_info to handle gl_PatchVerticesInNeil Roberts2018-08-131-1/+1
* i965: enable EXT_render_snormTapani Pälli2018-08-131-0/+1
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-112-9/+9
* meson: Build with Python 3Mathieu Bridon2018-08-101-1/+1
* i965: Only enable depth IZ signals if there's an actual depthbuffer.Kenneth Graunke2018-08-091-3/+8
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-077-11/+17
* dri: Define DRI_MutableRenderBuffer extensionsChad Versace2018-08-073-0/+7
* i965: gen_shader_sha1() doesn't use the brw_contextEric Engestrom2018-08-071-4/+4
* mesa: add gl_renderbuffer::NumStorageSamplesMarek Olšák2018-08-041-0/+2
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-011-1/+2
* i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2018-08-011-0/+3
* i965: enable XFB and GeometryStreams for gen7+Alejandro Piñeiro2018-07-311-0/+2
* i965: Link XFB varyings for SPIR-V shadersNeil Roberts2018-07-311-0/+1
* i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig2018-07-279-45/+43
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-276-8/+31
* i965/icl: Disable binding table prefetchingTopi Pohjolainen2018-07-271-1/+13
* i965: Disable guardband clipping on SandyBridge for odd dimensionsvadym.shovkoplias2018-07-271-0/+11
* i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2018-07-262-51/+18
* i965: Expose EXT_base_instance extension in OpenGLES 3.0Sagar Ghuge2018-07-261-1/+1
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-241-1/+2
* i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2018-07-241-2/+3
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-2/+2
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-235-5/+5
* i965/misc: Use depth/stencil surf's tiling on gen4-5Nanley Chery2018-07-191-1/+3
* intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand2018-07-181-2/+61