summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-251-2/+2
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-253-5/+11
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-08-251-0/+8
* st/mesa: fix a null pointer accessFrank Richter2017-08-191-1/+1
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-192-3/+3
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-191-1/+0
* 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
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-08-031-0/+10
* mesa/main: Move NULL pointer check.Plamena Manolova2017-07-121-6/+6
* st/mesa: release EGLImage on EGLImageTarget* errorPhilipp Zabel2017-07-081-0/+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
* st/mesa: fix pipe_rasterizer_state::scissor with multiple viewportsMarek Olšák2017-06-281-1/+1
* mesa: flush vertices before updating ctx->_ShaderMarek Olšák2017-06-281-2/+2
* mesa: flush vertices before changing viewportsMarek Olšák2017-06-281-2/+4
* 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
* st/mesa: don't load cached TGSI shaders on demandMarek Olšák2017-06-141-1/+6
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-144-5/+18
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-141-0/+1
* 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
* st/mesa: remove redundant stfb->iface checksNicolai Hähnle2017-06-012-9/+2
* mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk2017-06-011-2/+8
* st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2017-06-012-1/+8
* 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