summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2017-06-28i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+Iago Toral Quiroga1-1/+1
2017-06-28i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä3-8/+7
2017-06-28i965: Clamp clear colors to the representable rangeJason Ekstrand1-0/+40
2017-06-28i915: Fix gl_Fragcoord interpolationVille Syrjälä5-16/+21
2017-06-28i965: Ignore anisotropic filtering in nearest mode.Kenneth Graunke1-2/+4
2017-06-28i965/gen4: Set depth offset when there is stencil attachment onlyTopi Pohjolainen1-0/+6
2017-06-28i965: Set step_rate = 0 for interleaved vertex buffersJason Ekstrand1-0/+1
2017-06-28i965: Disable the interleaved vertex optimization when instancingJason Ekstrand1-5/+6
2017-06-28i965: Do an end-of-pipe sync after flushesJason Ekstrand1-3/+3
2017-06-28i965/blorp: Do an end-of-pipe sync around CCS opsJason Ekstrand1-12/+4
2017-06-28i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESSJason Ekstrand1-6/+12
2017-06-28i965: Add an end-of-pipe sync helperTopi Pohjolainen2-1/+100
2017-06-28i965: Unify the two emit_pipe_control functionsJason Ekstrand1-73/+64
2017-06-28i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand5-18/+15
2017-06-28i965: Flush around state base addressJason Ekstrand2-1/+33
2017-06-14i965: Mark depth surfaces as needing a HiZ resolve after blittingJason Ekstrand1-0/+2
2017-06-14i965: Perform HiZ flush/stall prior to HiZ resolvesJason Ekstrand1-13/+26
2017-06-14i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2-56/+58
2017-06-14i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand5-18/+16
2017-06-14i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace1-5/+1
2017-06-02i965: Rework Sandy Bridge HiZ and stencil layoutsJason Ekstrand5-29/+134
2017-06-01r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick1-1/+1
2017-06-01r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick3-3/+1
2017-06-01r100: Don't assume that the base mipmap of a texture existsIan Romanick1-4/+10
2017-06-01i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand1-2/+2
2017-06-01i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand1-18/+38
2017-05-19i965/formats: Update the three-channel DXT1 mappingsNanley Chery2-14/+5
2017-05-18Android: correct libz dependencyChih-Wei Huang1-1/+2
2017-05-10i915: Fix build break with empty unreachable()Daniel Stone1-4/+2
2017-05-08i965: Don't try to unmap NULL program cache BO.Kenneth Graunke1-4/+7
2017-05-08i965: Set modifier for imported and duplicated imagesDaniel Stone1-0/+20
2017-05-08i965: Use helper function for modifier -> tilingDaniel Stone1-17/+34
2017-05-08mesa/dri: always link against shared glapiEmil Velikov1-7/+9
2017-05-05i965: Solve Android native fence fd double closeRandy Xu1-1/+1
2017-04-16i965/drm: Delete NULL check in brw_bo_unmap().Kenneth Graunke1-3/+0
2017-04-16i965/drm: Remove dead return in brw_bo_busy()Kenneth Graunke1-3/+1
2017-04-14i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2-2/+2
2017-04-14i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez1-1/+1
2017-04-14i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero1-1/+1
2017-04-14i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2-5/+6
2017-04-14i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez1-1/+1
2017-04-13i965: add missing ir_unop_*/ir_binop_* in visit_leave()Samuel Pitoiset1-0/+3
2017-04-13radeon: fix duplicate 'const' specifierSamuel Pitoiset2-2/+2
2017-04-11i965/drm: Use bools for a few flags.Kenneth Graunke1-2/+2
2017-04-11i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.Kenneth Graunke3-4/+4
2017-04-11i965/drm: Make BO size a uint64_t rather than unsigned long.Kenneth Graunke2-11/+11
2017-04-11i965/drm: Make alignment parameter a uint64_t.Kenneth Graunke2-4/+4
2017-04-11i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke4-31/+18
2017-04-11i965/drm: Fix types for pwrite/pread fields.Kenneth Graunke2-14/+14
2017-04-11i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke4-62/+41