aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Split backend.cpp to improve compile timeTim Rowley2017-06-3013-1832/+2146
* swr/rast: gen_backends.py removal of commented debug printsTim Rowley2017-06-301-4/+1
* swr/rast: gen_backends.py quote cleanupTim Rowley2017-06-301-8/+8
* swr/rast: generators will create target directoriesTim Rowley2017-06-301-0/+7
* Android: fix typo in symlink for driver loading and 32 bit buildsMauro Rossi2017-06-301-2/+2
* svga: update a few surface format namesBrian Paul2017-06-303-24/+24
* svga: whitespace fixes in svga_resource_buffer_upload.cBrian Paul2017-06-301-15/+14
* svga: add mksstats for surface view emulationCharmaine Lee2017-06-301-10/+17
* svga: change error handling convention for svga_set_stream_output()Brian Paul2017-06-303-12/+18
* svga: fixed surface size to include array sizeCharmaine Lee2017-06-301-1/+2
* svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende2017-06-301-7/+8
* svga: add mksstats for context creationCharmaine Lee2017-06-301-2/+7
* svga: re-validate sampler view at draw time if neededCharmaine Lee2017-06-304-2/+35
* 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