summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Set r8stencil_needs_update when writing stencilJason Ekstrand2017-09-201-0/+6
* 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
* 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
* 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
* 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
* 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