summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update Khronos-supplied headersNicolai Hähnle2017-06-301-587/+1573
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-305-18/+33
* nir: Add a lowering pass for UYVY texturesJohnson Lin2017-06-302-0/+19
* gbm: add XBGR8888 support for dumb buffersRob Herring2017-06-301-1/+1
* gallium: os_process fixes for AndroidRob Herring2017-06-301-2/+2
* etnaviv: Add unreachable statement to etna_amode to fix compilation warningsTomeu Vizoso2017-06-301-0/+2
* swr: Remove need to allocate vertex buffer scratch space all in one gocros-mesa-17.1.1-r14-vanillachadv/cros-mesa-17.1.1-r14-vanillaBruce Cherniak2017-06-291-23/+2
* swr: conditionally validate vertex buffer stateBruce Cherniak2017-06-291-4/+5
* swr: set dynamic vertex sizeTim Rowley2017-06-291-2/+4
* scons: wait on subprocess' completionEric Engestrom2017-06-291-1/+1
* build systems: uniformize git_sha1.h generationEric Engestrom2017-06-293-38/+10
* radeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1Marek Olšák2017-06-291-1/+4
* radeonsi: use the DISPATCH packets to force COMPUTE_START_X/Y/Z = 0Marek Olšák2017-06-291-7/+6
* Android: use symlinks for driver loadingRob Herring2017-06-2914-18/+21
* Android: i965: remove libdrm_intel dependencyRob Herring2017-06-291-6/+6
* android: anv: drop libdrm_intel dependencyMauro Rossi2017-06-291-1/+2
* etnaviv: fix memory leak when BO allocation failsLucas Stach2017-06-291-1/+5
* etnaviv: fill in layer_stride for imported resourcesLucas Stach2017-06-291-0/+2
* anv: use devinfo for number of thread/euLionel Landwerlin2017-06-291-2/+3
* intel: tools: add intel_aub.h as part of aubinatorJuan A. Suarez Romero2017-06-291-1/+2
* intel: automake: include Makefile.drm.amJuan A. Suarez Romero2017-06-291-0/+1
* mesa: Require mipmap completeness for glCopyImageSubData() at times.Kenneth Graunke2017-06-281-2/+57
* mesa: tidy up white space in pixelstore.cTimothy Arceri2017-06-291-6/+6
* mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targetsIan Romanick2017-06-281-7/+19
* i965: Drop index buffer re-alignment code.Kenneth Graunke2017-06-281-30/+8
* mesa: add KHR_no_error support for glBlendFunc*()Timothy Arceri2017-06-293-2/+32
* mesa: create some glBlendFunc*() helper functionsTimothy Arceri2017-06-291-50/+81
* mesa: add KHR_no_error support for glBindFragDataLocation*()Timothy Arceri2017-06-294-2/+40
* mesa: add bind_frag_data_location() helperTimothy Arceri2017-06-291-11/+19
* mesa: add KHR_no_error support for glGetUniformLocation()Timothy Arceri2017-06-293-1/+14
* mesa: inline _mesa_finish()Timothy Arceri2017-06-292-19/+8
* mesa: add KHR_no_error support for glDisableVertexA*A*()Timothy Arceri2017-06-294-2/+25
* mesa: move error handling into disable_vertex_array_attrib() callersTimothy Arceri2017-06-291-10/+14
* mesa: add KHR_no_error support for glEnableVertexA*A*()Timothy Arceri2017-06-294-2/+27
* mesa: add KHR_no_error support for glLogicOp()Timothy Arceri2017-06-293-1/+13
* mesa: add logic_op() helperTimothy Arceri2017-06-291-9/+16
* mesa: add KHR_no_error support for glPixelStore*()Timothy Arceri2017-06-293-2/+23
* mesa: add pixel_storei() helperTimothy Arceri2017-06-291-46/+57
* mesa: remove redundant error checkTimothy Arceri2017-06-291-4/+0
* mesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0, so don't depend on GL_ARB...Ian Romanick2017-06-281-1/+9
* genxml: Silence about a billion unused parameter warningsIan Romanick2017-06-281-2/+7
* mesa: Fix Android buildChad Versace2017-06-281-1/+1
* i965: Fix anisotropic filtering for mag filterEero Tamminen2017-06-281-1/+1
* etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach2017-06-281-28/+32
* ac/nir: remove last remnants of v16i8Dave Airlie2017-06-283-9/+3
* ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith2017-06-281-29/+34
* ac/nir: assert printfs will fitJames Legg2017-06-281-5/+12
* ac/nir: Make intrinsic_name buffer long enoughJames Legg2017-06-281-1/+1
* i965/dri: Support R8G8B8A8 and R8G8B8X8 configsChad Versace2017-06-282-3/+43
* mesa: do not use format string as literal stringJuan A. Suarez Romero2017-06-281-2/+2