summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: use strtol to convert the integer deviceID overrideEmil Velikov2017-08-031-1/+1
* i965: Resolve framebuffers before signaling the fenceChris Wilson2017-08-031-0/+32
* i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin2017-08-031-0/+8
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-08-031-1/+1
* i965: Always set AALINEDISTANCE_TRUE on Sandybridge.Kenneth Graunke2017-07-081-2/+1
* i965: Use true AA line distance on G45/Ironlake.Kenneth Graunke2017-07-081-1/+1
* i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+Iago Toral Quiroga2017-06-281-1/+1
* i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä2017-06-283-8/+7
* i965: Clamp clear colors to the representable rangeJason Ekstrand2017-06-281-0/+40
* i915: Fix gl_Fragcoord interpolationVille Syrjälä2017-06-285-16/+21
* i965: Ignore anisotropic filtering in nearest mode.Kenneth Graunke2017-06-281-2/+4
* i965/gen4: Set depth offset when there is stencil attachment onlyTopi Pohjolainen2017-06-281-0/+6
* i965: Set step_rate = 0 for interleaved vertex buffersJason Ekstrand2017-06-281-0/+1
* i965: Disable the interleaved vertex optimization when instancingJason Ekstrand2017-06-281-5/+6
* i965: Do an end-of-pipe sync after flushesJason Ekstrand2017-06-281-3/+3
* i965/blorp: Do an end-of-pipe sync around CCS opsJason Ekstrand2017-06-281-12/+4
* i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESSJason Ekstrand2017-06-281-6/+12
* i965: Add an end-of-pipe sync helperTopi Pohjolainen2017-06-282-1/+100
* i965: Unify the two emit_pipe_control functionsJason Ekstrand2017-06-281-73/+64
* i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand2017-06-285-18/+15
* i965: Flush around state base addressJason Ekstrand2017-06-282-1/+33
* i965: Mark depth surfaces as needing a HiZ resolve after blittingJason Ekstrand2017-06-141-0/+2
* i965: Perform HiZ flush/stall prior to HiZ resolvesJason Ekstrand2017-06-141-13/+26
* i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2017-06-142-56/+58
* i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand2017-06-145-18/+16
* i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace2017-06-141-5/+1
* i965: Rework Sandy Bridge HiZ and stencil layoutsJason Ekstrand2017-06-025-29/+134
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-06-011-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-06-013-3/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-06-011-4/+10
* i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand2017-06-011-2/+2
* i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand2017-06-011-18/+38
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-192-14/+5
* Android: correct libz dependencyChih-Wei Huang2017-05-181-1/+2
* i915: Fix build break with empty unreachable()Daniel Stone2017-05-101-4/+2
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-081-4/+7
* i965: Set modifier for imported and duplicated imagesDaniel Stone2017-05-081-0/+20
* i965: Use helper function for modifier -> tilingDaniel Stone2017-05-081-17/+34
* mesa/dri: always link against shared glapiEmil Velikov2017-05-081-7/+9
* i965: Solve Android native fence fd double closeRandy Xu2017-05-051-1/+1
* i965/drm: Delete NULL check in brw_bo_unmap().Kenneth Graunke2017-04-161-3/+0
* i965/drm: Remove dead return in brw_bo_busy()Kenneth Graunke2017-04-161-3/+1
* i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2017-04-142-2/+2
* i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero2017-04-141-1/+1
* i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-142-5/+6
* i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: add missing ir_unop_*/ir_binop_* in visit_leave()Samuel Pitoiset2017-04-131-0/+3
* radeon: fix duplicate 'const' specifierSamuel Pitoiset2017-04-132-2/+2
* i965/drm: Use bools for a few flags.Kenneth Graunke2017-04-111-2/+2