| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "egl: Unhide functionality in _eglInitSurface()" | Chia-I Wu | 2014-02-19 | 1 | -3/+1 |
* | i965: Bump MaxTexMbytes from 1GB to 1.5GB. | Kenneth Graunke | 2014-02-18 | 1 | -0/+1 |
* | i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192. | Kenneth Graunke | 2014-02-18 | 1 | -1/+1 |
* | i965: Bump MAX_3D_TEXTURE_SIZE to 2048. | Kenneth Graunke | 2014-02-18 | 1 | -1/+1 |
* | Prevent zero sized wl_egl_window | Sinclair Yeh | 2014-02-18 | 1 | -0/+6 |
* | glsl: Fix condition to generate shader link error | Anuj Phogat | 2014-02-18 | 1 | -4/+5 |
* | mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target() | Anuj Phogat | 2014-02-18 | 1 | -0/+3 |
* | i965/fs: Use conditional sends to do FB writes on HSW+. | Eric Anholt | 2014-02-18 | 4 | -18/+46 |
* | i965/fs: Drop dead comment about the old proj_attrib_mask optimization. | Eric Anholt | 2014-02-18 | 1 | -6/+0 |
* | i965: Drop mt->levels[].width/height. | Eric Anholt | 2014-02-18 | 7 | -42/+23 |
* | i965: Move singlesample_mt to the renderbuffer. | Eric Anholt | 2014-02-18 | 8 | -276/+168 |
* | i965: Drop some duplicated code in DRI winsys BO updates. | Eric Anholt | 2014-02-18 | 3 | -110/+38 |
* | i965: Simplify intel_miptree_updownsample. | Eric Anholt | 2014-02-18 | 1 | -24/+11 |
* | i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees. | Eric Anholt | 2014-02-18 | 1 | -3/+4 |
* | i965: Make the mt->target of multisample renderbuffers be 2D_MS. | Eric Anholt | 2014-02-18 | 1 | -3/+5 |
* | meta: Push into desktop GL mode when doing meta operations. | Eric Anholt | 2014-02-18 | 2 | -23/+19 |
* | meta: Fix blit shader compile on non-glsl-130 drivers. | Eric Anholt | 2014-02-18 | 1 | -1/+1 |
* | r600g,radeonsi: Consolidate logic for short-circuiting flushes | Michel Dänzer | 2014-02-18 | 6 | -6/+8 |
* | st/dri: remove #ifdef DRM_CAP_PRIME guard | Emil Velikov | 2014-02-18 | 1 | -2/+0 |
* | automake: remove leftover XORG and LIBKMS variables | Emil Velikov | 2014-02-18 | 2 | -3/+0 |
* | targets/vdpau: Don't link unused libraries | Kusanagi Kouichi | 2014-02-17 | 4 | -4/+5 |
* | configure: Try pkg-config first for libselinux | Kusanagi Kouichi | 2014-02-17 | 3 | -0/+3 |
* | targets/vdpau: Always use c++ to link | Kusanagi Kouichi | 2014-02-17 | 1 | -5/+1 |
* | st/xvmc: fix tests so that they pass | Ilia Mirkin | 2014-02-16 | 3 | -10/+12 |
* | pipe-loader: add pipe loader for freedreno/msm | Rob Clark | 2014-02-16 | 2 | -0/+38 |
* | st/xa: missing handle type | Rob Clark | 2014-02-16 | 1 | -0/+1 |
* | st/xa: use pipe-loader to get screen | Rob Clark | 2014-02-16 | 7 | -51/+40 |
* | pipe-loader: split out "client" version | Rob Clark | 2014-02-16 | 4 | -10/+25 |
* | freedreno/a3xx/compiler: use (ss) for WAR hazards | Rob Clark | 2014-02-16 | 1 | -2/+19 |
* | freedreno/a3xx/compiler: fix RA typo | Rob Clark | 2014-02-16 | 2 | -4/+4 |
* | freedreno/a3xx/compiler: handle kill properly (new compiler) | Rob Clark | 2014-02-16 | 4 | -26/+105 |
* | freedreno/a3xx/compiler: trans_cmp() sanity | Rob Clark | 2014-02-16 | 1 | -51/+35 |
* | freedreno: fix problems if no color buf bound | Rob Clark | 2014-02-16 | 2 | -2/+7 |
* | meta: Don't try to enable FF texturing when we're using GLSL. | Eric Anholt | 2014-02-14 | 1 | -6/+3 |
* | main: Avoid double-free of shader Label | Carl Worth | 2014-02-14 | 1 | -0/+1 |
* | gallium/pipebuffer: change pb_cache_manager_create() size_factor to float | Brian Paul | 2014-02-14 | 4 | -8/+8 |
* | svga/winsys: Propagate surface shared information to the winsys | Thomas Hellstrom | 2014-02-14 | 5 | -26/+44 |
* | svga/winsys: implement GBS support | Brian Paul | 2014-02-14 | 19 | -323/+3064 |
* | gallium/util: Add flush/map debug utility code | Thomas Hellstrom | 2014-02-14 | 3 | -0/+530 |
* | gallium/pipebuffer: Add a cache buffer manager bypass mask | Thomas Hellstrom | 2014-02-14 | 3 | -5/+23 |
* | pipebuffer, winsys: Add a size match parameter to the cached buffer manager | Thomas Hellstrom | 2014-02-14 | 3 | -4/+8 |
* | svga: update texture code for GBS | Brian Paul | 2014-02-14 | 2 | -64/+326 |
* | svga: update buffer code for GBS | Brian Paul | 2014-02-14 | 2 | -42/+224 |
* | svga: add new helper functions for GBS buffers | Brian Paul | 2014-02-14 | 1 | -0/+76 |
* | svga: remove a couple unneeded assertions | Brian Paul | 2014-02-14 | 2 | -2/+0 |
* | svga: adjust adjustment for point coordinates | Brian Paul | 2014-02-14 | 1 | -1/+4 |
* | svga: track which textures are rendered to | Brian Paul | 2014-02-14 | 2 | -18/+38 |
* | svga: add helpers for tracking rendering to textures | Brian Paul | 2014-02-14 | 2 | -0/+68 |
* | svga: update shader code for GBS | Brian Paul | 2014-02-14 | 8 | -20/+142 |
* | svga: update constant buffer code for GBS | Brian Paul | 2014-02-14 | 5 | -69/+175 |