summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spirv: Bump the SPIR-V header to the latest public versionJason Ekstrand2017-05-031-3/+31
* compiler: Add a system value and varying for ViewIndexJason Ekstrand2017-05-035-0/+13
* mesa/vbo: reduce prim array sizeBartosz Tomczyk2017-05-031-37/+37
* mesa: add const qualifier on _mesa_valid_to_render()Brian Paul2017-05-032-2/+2
* i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez2017-05-031-8/+1
* i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez2017-05-031-5/+7
* i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez2017-05-031-18/+32
* radv/ac: canonicalize the output for 32-bit float min/max.Dave Airlie2017-05-031-0/+8
* radv: flush f32->f16 conversion denormals to zero. (v2)Dave Airlie2017-05-032-4/+41
* radv: Add userspace fence buffer per context.Bas Nieuwenhuizen2017-05-034-37/+44
* radv: enable lower_sub to fix loop unrolling.Dave Airlie2017-05-031-0/+1
* radv: Don't set dynamic state for pipelines with rasterizer dicard.Bas Nieuwenhuizen2017-05-031-6/+9
* radv: flush more stages when semaphore are waiting.Dave Airlie2017-05-032-3/+23
* glsl: set vector_elements to 1 for samplersSamuel Pitoiset2017-05-022-16/+6
* vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt2017-05-022-14/+16
* vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.Eric Anholt2017-05-024-8/+31
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-023-0/+46
* radv: fix stencil only clears.Dave Airlie2017-05-031-0/+3
* renderonly: use drmIoctlPhilipp Zabel2017-05-021-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-023-3/+13
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-021-0/+2
* radv/wsi: report presentation error per image requestDave Airlie2017-05-031-6/+13
* radv: minor pahole related improvements.Dave Airlie2017-05-033-5/+5
* radv/image: resize some surface members.Dave Airlie2017-05-031-3/+3
* radv: drop unused surface level members.Dave Airlie2017-05-032-6/+0
* radv/image: drop blk_dDave Airlie2017-05-033-3/+1
* radv: remove some members of radeon surface.Dave Airlie2017-05-034-48/+40
* radv: move some image info into a separate struct.Dave Airlie2017-05-0313-80/+90
* radv: provide a helper for comparing an image extents.Dave Airlie2017-05-032-2/+11
* gbm/dri: Fix sign-extension in modifier queryDaniel Stone2017-05-021-1/+1
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-022-2/+6
* anv/tests: Create a dummy instance as well as deviceJason Ekstrand2017-05-014-4/+16
* radv: Use correct stage for ready bit.Bas Nieuwenhuizen2017-05-021-9/+24
* radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2017-05-022-12/+27
* radv: Add NIR loop unrolling.Bas Nieuwenhuizen2017-05-021-0/+10
* i965: Solve Android native fence fd double closeRandy Xu2017-05-011-1/+1
* vc4: Only build the NEON code on arm32.Eric Anholt2017-05-011-2/+2
* gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset2017-05-011-0/+2
* i965: Don't allocate uniform space for samplersTimothy Arceri2017-05-011-1/+1
* egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov2017-04-291-9/+4
* egl: polish dri2_to_egl_attribute_map[]Emil Velikov2017-04-291-50/+18
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-298-11/+11
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul2017-04-281-1/+1
* st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul2017-04-281-59/+52
* svga: implement sRGB rendering for imported surfacesNeha Bhende2017-04-281-2/+9
* svga: add function svga_linear_to_srgb()Neha Bhende2017-04-282-0/+29
* glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende2017-04-281-0/+1
* svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom2017-04-283-41/+93