summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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-28st/mesa: fix pipe_rasterizer_state::scissor with multiple viewportsMarek Olšák1-1/+1
2017-06-28mesa: flush vertices before updating ctx->_ShaderMarek Olšák1-2/+2
2017-06-28mesa: flush vertices before changing viewportsMarek Olšák1-2/+4
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-14st/mesa: don't load cached TGSI shaders on demandMarek Olšák1-1/+6
2017-06-14xlib: fix glXGetCurrentDisplay() failureBrian Paul4-5/+18
2017-06-14automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca1-0/+1
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-01st/mesa: remove redundant stfb->iface checksNicolai Hähnle2-9/+2
2017-06-01mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk1-2/+8
2017-06-01st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2-1/+8
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-18st/mesa: remove an incorrect assertionNicolai Hähnle1-2/+0
2017-05-18Android: correct libz dependencyChih-Wei Huang1-1/+2
2017-05-18mesa/st: fix yuv EGLImage'sRob Clark1-2/+30
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-08Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke1-23/+2
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-30st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2-2/+4
2017-04-24mesa: validate sampler type across the whole programTimothy Arceri3-5/+28
2017-04-24mesa/glthread: correctly compare thread handlesEmil Velikov1-1/+1
2017-04-24st/mesa: automake: honour the vdpau header install locationEmil Velikov1-0/+1
2017-04-24st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák1-0/+2