aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glx: Don't use current context in __glXSendErrorMichel Dänzer2016-08-171-3/+1
* nv50/ir: fix bb positions after exit instructionsIlia Mirkin2016-08-161-3/+10
* nv50/ir: properly clear upper bits of a bitset fillIlia Mirkin2016-08-161-2/+2
* i965/fs: Estimate maximum sampler message execution size more accurately.Francisco Jerez2016-08-161-37/+72
* i965/fs: Return zero from fs_inst::components_read for non-present sources.Francisco Jerez2016-08-161-2/+5
* i965/fs: Lower TEX to TXL during NIR translation.Francisco Jerez2016-08-162-14/+6
* freedreno/a3xx: fix generic clear pathRob Clark2016-08-161-0/+1
* st/mesa: use pipe var instead of st->pipe in st_create_context_priv()Brian Paul2016-08-161-4/+4
* gallium: remove unused u_clear.h fileBrian Paul2016-08-162-65/+0
* gallium/i915: inline the util_clear() code into i915_clear_blitter()Brian Paul2016-08-161-3/+21
* gallium/util: minor reformatting in u_box.hBrian Paul2016-08-161-29/+13
* svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+0
* svga: avoid a calloc in svga_buffer_transfer_map()Brian Paul2016-08-161-1/+3
* svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul2016-08-165-11/+26
* svga: remove unneeded memset() call in draw_vgpu10()Brian Paul2016-08-161-2/+1
* svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+1
* svga: minor clean-ups in define_rasterizer_object()Brian Paul2016-08-161-5/+6
* svga: remove incorrect buffer invalidation codeBrian Paul2016-08-161-5/+0
* svga: additional comments for svga_hw_draw_state membersBrian Paul2016-08-161-4/+11
* svga: use the sws local var to simplify some codeBrian Paul2016-08-161-3/+2
* svga: minor whitespace and code clean-upsBrian Paul2016-08-161-32/+25
* freedreno/a4xx: use generic clear pathRob Clark2016-08-162-215/+4
* freedreno/a3xx: use generic clear pathRob Clark2016-08-162-200/+4
* freedreno: support for using generic clear pathRob Clark2016-08-165-10/+92
* gallium/u_blitter: split out a helper for common clear stateRob Clark2016-08-162-13/+30
* gallium/u_blitter: add helper to save FS const buffer stateRob Clark2016-08-162-0/+25
* gallium/u_blitter: export some functionsRob Clark2016-08-162-70/+84
* egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat2016-08-161-4/+5
* st/vdpau: change the order in which filters are applied(v3)Nayan Deshmukh2016-08-161-10/+18
* glcpp: Update tests for new #undef of built-in macro rules.Kenneth Graunke2016-08-154-1/+11
* anv: fix writemask on blit fragment shader.Dave Airlie2016-08-161-1/+1
* egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl/x11: avoid using freed memory if dri2 init failsJan Ziak2016-08-151-0/+3
* anv: add genX_multisample.h to the sources list(s).Emil Velikov2016-08-151-0/+1
* anv/x11: Add support for Xlib platformKevin Strasser2016-08-153-15/+80
* glx: apple specific occurences of dummyContext checkTapani Pälli2016-08-153-4/+4
* glx: fix error code when there is no context boundBernard Kilarski2016-08-155-20/+33
* mesa: Remove duplicate include.Mathias Fröhlich2016-08-151-1/+0
* vbo: Remove always true return from vbo_bind_arrays.Mathias Fröhlich2016-08-152-26/+12
* mesa: Move check for vbo mapping into api_validate.c.Mathias Fröhlich2016-08-152-7/+8
* mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.Mathias Fröhlich2016-08-153-35/+33
* vbo: Array draw must not care about glBegin/glEnd vbo mapping.Mathias Fröhlich2016-08-151-17/+1
* nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin2016-08-142-4/+14
* gallium/util: add helper to compute zmin/zmax for a viewport stateIlia Mirkin2016-08-142-1/+61
* vbo: allow DrawElementsBaseVertex in display listsIlia Mirkin2016-08-141-5/+13
* freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark2016-08-1310-185/+116
* freedreno/a2xx: add missing casts to silence notices[email protected]2016-08-131-2/+2