| Commit message (Expand) | Author | Age | Files | Lines |
* | spirv: Bump the SPIR-V header to the latest public version | Jason Ekstrand | 2017-05-03 | 1 | -3/+31 |
* | compiler: Add a system value and varying for ViewIndex | Jason Ekstrand | 2017-05-03 | 5 | -0/+13 |
* | mesa/vbo: reduce prim array size | Bartosz Tomczyk | 2017-05-03 | 1 | -37/+37 |
* | mesa: add const qualifier on _mesa_valid_to_render() | Brian Paul | 2017-05-03 | 2 | -2/+2 |
* | i965/vec4: don't modify regioning parameters to the sources of DF align1 inst... | Samuel Iglesias Gonsálvez | 2017-05-03 | 1 | -8/+1 |
* | i965/vec4: fix register width for DF VGRF and UNIFORM | Samuel Iglesias Gonsálvez | 2017-05-03 | 1 | -5/+7 |
* | i965/vec4: fix vertical stride to avoid breaking region parameter rule | Samuel Iglesias Gonsálvez | 2017-05-03 | 1 | -18/+32 |
* | radv/ac: canonicalize the output for 32-bit float min/max. | Dave Airlie | 2017-05-03 | 1 | -0/+8 |
* | radv: flush f32->f16 conversion denormals to zero. (v2) | Dave Airlie | 2017-05-03 | 2 | -4/+41 |
* | radv: Add userspace fence buffer per context. | Bas Nieuwenhuizen | 2017-05-03 | 4 | -37/+44 |
* | radv: enable lower_sub to fix loop unrolling. | Dave Airlie | 2017-05-03 | 1 | -0/+1 |
* | radv: Don't set dynamic state for pipelines with rasterizer dicard. | Bas Nieuwenhuizen | 2017-05-03 | 1 | -6/+9 |
* | radv: flush more stages when semaphore are waiting. | Dave Airlie | 2017-05-03 | 2 | -3/+23 |
* | glsl: set vector_elements to 1 for samplers | Samuel Pitoiset | 2017-05-02 | 2 | -16/+6 |
* | vc4: Use runtime CPU detection for whether NEON is available. | Eric Anholt | 2017-05-02 | 2 | -14/+16 |
* | vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS. | Eric Anholt | 2017-05-02 | 4 | -8/+31 |
* | gallium: Enable ARM NEON CPU detection. | Eric Anholt | 2017-05-02 | 3 | -0/+46 |
* | radv: fix stencil only clears. | Dave Airlie | 2017-05-03 | 1 | -0/+3 |
* | renderonly: use drmIoctl | Philipp Zabel | 2017-05-02 | 1 | -4/+3 |
* | renderonly: drop resources on destroy | Philipp Zabel | 2017-05-02 | 3 | -3/+13 |
* | renderonly: close transfer prime_fd | Philipp Zabel | 2017-05-02 | 1 | -0/+2 |
* | radv/wsi: report presentation error per image request | Dave Airlie | 2017-05-03 | 1 | -6/+13 |
* | radv: minor pahole related improvements. | Dave Airlie | 2017-05-03 | 3 | -5/+5 |
* | radv/image: resize some surface members. | Dave Airlie | 2017-05-03 | 1 | -3/+3 |
* | radv: drop unused surface level members. | Dave Airlie | 2017-05-03 | 2 | -6/+0 |
* | radv/image: drop blk_d | Dave Airlie | 2017-05-03 | 3 | -3/+1 |
* | radv: remove some members of radeon surface. | Dave Airlie | 2017-05-03 | 4 | -48/+40 |
* | radv: move some image info into a separate struct. | Dave Airlie | 2017-05-03 | 13 | -80/+90 |
* | radv: provide a helper for comparing an image extents. | Dave Airlie | 2017-05-03 | 2 | -2/+11 |
* | gbm/dri: Fix sign-extension in modifier query | Daniel Stone | 2017-05-02 | 1 | -1/+1 |
* | nir: Pick just the channels we want for bitmap and drawpixels lowering. | Eric Anholt | 2017-05-02 | 2 | -2/+6 |
* | anv/tests: Create a dummy instance as well as device | Jason Ekstrand | 2017-05-01 | 4 | -4/+16 |
* | radv: Use correct stage for ready bit. | Bas Nieuwenhuizen | 2017-05-02 | 1 | -9/+24 |
* | radv: Add top of pipe timestamp queries. | Bas Nieuwenhuizen | 2017-05-02 | 2 | -12/+27 |
* | radv: Add NIR loop unrolling. | Bas Nieuwenhuizen | 2017-05-02 | 1 | -0/+10 |
* | i965: Solve Android native fence fd double close | Randy Xu | 2017-05-01 | 1 | -1/+1 |
* | vc4: Only build the NEON code on arm32. | Eric Anholt | 2017-05-01 | 1 | -2/+2 |
* | gm107/ir: add a missing assertion in emitISCADD() | Samuel Pitoiset | 2017-05-01 | 1 | -0/+2 |
* | i965: Don't allocate uniform space for samplers | Timothy Arceri | 2017-05-01 | 1 | -1/+1 |
* | egl: initialise dummy_thread via _eglInitThreadInfo | Emil Velikov | 2017-04-29 | 1 | -9/+4 |
* | egl: polish dri2_to_egl_attribute_map[] | Emil Velikov | 2017-04-29 | 1 | -50/+18 |
* | gallium/targets: fix bool setting on BE architectures | Ilia Mirkin | 2017-04-29 | 8 | -11/+11 |
* | st/wgl: whitespace, formatting fixes in stw_pixelformat.c | Brian Paul | 2017-04-28 | 1 | -72/+62 |
* | st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals | Charmaine Lee | 2017-04-28 | 1 | -2/+2 |
* | st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB() | Brian Paul | 2017-04-28 | 1 | -1/+1 |
* | st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c | Brian Paul | 2017-04-28 | 1 | -59/+52 |
* | svga: implement sRGB rendering for imported surfaces | Neha Bhende | 2017-04-28 | 1 | -2/+9 |
* | svga: add function svga_linear_to_srgb() | Neha Bhende | 2017-04-28 | 2 | -0/+29 |
* | glx: add missing sRGB attribute check in fbconfigs_compatible() | Neha Bhende | 2017-04-28 | 1 | -0/+1 |
* | svga: Add a more elaborate format compatibility determination v2 | Thomas Hellstrom | 2017-04-28 | 3 | -41/+93 |