summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-10nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin2-0/+36
2015-07-10i965: Remove special case for layered drawbuffer attachments.Kenneth Graunke1-1/+2
2015-07-10i965/gen6: Set up layer constraints properly for depth buffers.Kenneth Graunke1-1/+5
2015-07-10i965: Label the repclear shader "meta repclear" rather than "meta clear".Kenneth Graunke1-1/+1
2015-07-10i965: Fix indentation in emit_control_data_bits().Kenneth Graunke1-72/+70
2015-07-10i965/gs: Move vertex_count != 0 check up a level; skip one caller.Kenneth Graunke1-6/+8
2015-07-11glsl: use set rather than old hash table for ir_validateTimothy Arceri1-12/+12
2015-07-10mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace1-1/+4
2015-07-10freedreno/a4xx: occlusion query supportRob Clark1-1/+85
2015-07-10freedreno: update generated headersRob Clark11-57/+116
2015-07-10freedreno/ir3/sched: fixup new instr's blockRob Clark1-0/+4
2015-07-10freedreno/ir3/ra: fix failed assert for a0/p0Rob Clark1-0/+5
2015-07-10freedreno/ir3: shader-db tracesRob Clark7-8/+67
2015-07-10freedreno: fix crash in fd_invalidate_resource()Rob Clark1-2/+2
2015-07-10vc4: unref old fenceRob Clark1-0/+2
2015-07-10ilo: unref old fenceRob Clark1-0/+2
2015-07-10freedreno: unref old fenceRob Clark1-1/+3
2015-07-10gallium: clarify reference counting for fenceRob Clark1-1/+7
2015-07-10xa: don't leak fencesRob Clark3-3/+7
2015-07-09i965/vs: Get rid of brw_vs_compile completely.Kenneth Graunke3-40/+31
2015-07-09i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.Kenneth Graunke4-15/+15
2015-07-09i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke8-22/+15
2015-07-09i965/vec4: Move total_scratch calculation into the visitor.Kenneth Graunke3-10/+7
2015-07-09i965/vec4: Move perf_debug about register spilling into the visitor.Kenneth Graunke3-11/+13
2015-07-09i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke8-8/+18
2015-07-09i965: Switch on shader stage in nir_setup_outputs().Kenneth Graunke1-26/+33
2015-07-09tgsi: whitespace fixes in tgsi_parse.cBrian Paul1-13/+13
2015-07-09gallium: fix comment typo in p_shader_tokens.hBrian Paul1-1/+1
2015-07-09gallium/docs: s/treaded/treated/ typo in tgsi.rstBrian Paul1-1/+1
2015-07-09util: Don't link to SHA1 library if shader-cache is disabled.Matt Turner1-1/+1
2015-07-09i965: Set brw->batch.emit only #ifdef DEBUG.Matt Turner2-1/+3
2015-07-09i965/hsw: Implement end of batch workaroundBen Widawsky2-2/+29
2015-07-09st/vdpau: fix mixer size checksChristian König1-11/+11
2015-07-09vl: cleanup video buffer private when the decoder is destroyedChristian König2-0/+28
2015-07-08nv50: avoid segfault with enabled but unbound vertex attribSamuel Pitoiset1-0/+5
2015-07-08nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copySamuel Pitoiset1-1/+1
2015-07-08nir: Fix comment above nir_convert_from_ssa() prototype.Kenneth Graunke1-3/+3
2015-07-08egl/dri2: load libglapi.0.dylib on osxJulien Isorce1-0/+2
2015-07-08egl: use unix defines on osx with clangJulien Isorce1-2/+2
2015-07-08darwin: Suppress type conversion warnings for GLhandleARBJulien Isorce2-1/+6
2015-07-08android: freedreno: add missing components to the buildVarad Gautam1-1/+4
2015-07-08i965: Move pipecontrol workaround bo to brw_pipe_controlChris Wilson6-37/+64
2015-07-08loader: Look for any version of currently linked libudev.soChris Wilson1-18/+28
2015-07-08i965: Query whether we have kernel support for the TIMESTAMP register onceChris Wilson3-5/+25
2015-07-07nvc0: turn sample counts off during blitIlia Mirkin1-0/+7
2015-07-08mesa: use implementation specified MAX_VERTEX_ATTRIBS rather than hardcoded v...Timothy Arceri1-6/+2
2015-07-07i965/vs: Fix matNxM vertex attributes where M != 4.Kenneth Graunke1-4/+11
2015-07-07st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfacesMarek Olšák1-1/+1
2015-07-07gallium/hud: display percentages with % suffixBrian Paul1-0/+3
2015-07-07gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul2-10/+26