summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-16i965/sched: Change the scheduling heuristics to favor early program termination.i965-sched-discardFrancisco Jerez1-3/+16
2016-08-16i965/sched: Assign a preferred exit node to each node of the dependency graph.Francisco Jerez1-0/+59
2016-08-16i965/sched: Calculate the critical path of scheduling nodes non-recursively.Francisco Jerez1-13/+12
2016-08-16i965/fs: Switch to per-subspan discard jumps.Francisco Jerez1-3/+1
2016-08-16i965/fs: Drop bogus writemasking disable bit from HALT instructions.Francisco Jerez1-4/+0
2016-08-16st/mesa: use pipe var instead of st->pipe in st_create_context_priv()Brian Paul1-4/+4
2016-08-16gallium: remove unused u_clear.h fileBrian Paul2-65/+0
2016-08-16gallium/i915: inline the util_clear() code into i915_clear_blitter()Brian Paul1-3/+21
2016-08-16gallium/util: minor reformatting in u_box.hBrian Paul1-29/+13
2016-08-16svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul1-1/+0
2016-08-16svga: avoid a calloc in svga_buffer_transfer_map()Brian Paul1-1/+3
2016-08-16svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul5-11/+26
2016-08-16svga: remove unneeded memset() call in draw_vgpu10()Brian Paul1-2/+1
2016-08-16svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul1-1/+1
2016-08-16svga: minor clean-ups in define_rasterizer_object()Brian Paul1-5/+6
2016-08-16svga: remove incorrect buffer invalidation codeBrian Paul1-5/+0
2016-08-16svga: additional comments for svga_hw_draw_state membersBrian Paul1-4/+11
2016-08-16svga: use the sws local var to simplify some codeBrian Paul1-3/+2
2016-08-16svga: minor whitespace and code clean-upsBrian Paul1-32/+25
2016-08-16freedreno/a4xx: use generic clear pathRob Clark2-215/+4
2016-08-16freedreno/a3xx: use generic clear pathRob Clark2-200/+4
2016-08-16freedreno: support for using generic clear pathRob Clark5-10/+92
2016-08-16gallium/u_blitter: split out a helper for common clear stateRob Clark2-13/+30
2016-08-16gallium/u_blitter: add helper to save FS const buffer stateRob Clark2-0/+25
2016-08-16gallium/u_blitter: export some functionsRob Clark2-70/+84
2016-08-16egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat1-4/+5
2016-08-16st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh1-10/+18
2016-08-15glcpp: Update tests for new #undef of built-in macro rules.Kenneth Graunke4-1/+11
2016-08-16anv: fix writemask on blit fragment shader.Dave Airlie1-1/+1
2016-08-15egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+2
2016-08-15egl/x11: avoid using freed memory if dri2 init failsJan Ziak1-0/+3
2016-08-15anv: add genX_multisample.h to the sources list(s).Emil Velikov1-0/+1
2016-08-15anv/x11: Add support for Xlib platformKevin Strasser3-15/+80
2016-08-15glx: apple specific occurences of dummyContext checkTapani Pälli3-4/+4
2016-08-15glx: fix error code when there is no context boundBernard Kilarski5-20/+33
2016-08-15mesa: Remove duplicate include.Mathias Fröhlich1-1/+0
2016-08-15vbo: Remove always true return from vbo_bind_arrays.Mathias Fröhlich2-26/+12
2016-08-15mesa: Move check for vbo mapping into api_validate.c.Mathias Fröhlich2-7/+8
2016-08-15mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.Mathias Fröhlich3-35/+33
2016-08-15vbo: Array draw must not care about glBegin/glEnd vbo mapping.Mathias Fröhlich1-17/+1
2016-08-14nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin2-4/+14
2016-08-14gallium/util: add helper to compute zmin/zmax for a viewport stateIlia Mirkin2-1/+61
2016-08-14vbo: allow DrawElementsBaseVertex in display listsIlia Mirkin1-5/+13
2016-08-13freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark10-185/+116
2016-08-13freedreno/a2xx: add missing casts to silence noticesfrancians@gmail.com1-2/+2
2016-08-13freedreno/ir3: fix issue with emit_tex()Rob Clark1-19/+28
2016-08-12glsl: emit a specific error when ast_*_assign changes typeIlia Mirkin1-1/+27