summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-167-2/+44
* gallium/cso: set NULL shaders at context destructionMarek Olšák2015-05-161-0/+7
* gallium/cso: add support for tessellation shadersMarek Olšák2015-05-162-0/+105
* gallium/u_blitter: disable tessellation for all operationsMarek Olšák2015-05-162-1/+42
* gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák2015-05-161-0/+2
* trace: implement new tessellation functionsMarek Olšák2015-05-162-0/+28
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-162-0/+9
* gallium: add vertices_per_patch to draw infoIlia Mirkin2015-05-161-0/+2
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-164-2/+52
* gallium: add interfaces for controlling tess program stateIlia Mirkin2015-05-161-0/+10
* gallium: bump shader input and output limitsMarek Olšák2015-05-161-2/+2
* gallium: add new semantics for tessellationIlia Mirkin2015-05-163-1/+48
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-162-2/+4
* gallium: add tessellation shader typesIlia Mirkin2015-05-165-5/+15
* glapi: Remove offset from the DTDIan Romanick2015-05-151-1/+0
* glapi: Whitespace clean up after the previous commitIan Romanick2015-05-1511-443/+223
* glapi: Remove all offset tags from the XMLIan Romanick2015-05-1560-1289/+1289
* glapi: Use the offsets from static_data.py instead of from the XMLIan Romanick2015-05-151-17/+5
* glapi: Add a list of functions that are not used but still need dispatch slotsIan Romanick2015-05-151-0/+56
* glapi: Remove static dispatch for functions that didn't exist in NVIDIAIan Romanick2015-05-151-46/+0
* glapi: Remove static dispatch for functions that didn't exist in fglrxIan Romanick2015-05-151-121/+0
* glapi: Remove static dispatch for functions that didn't exist in 10.3Ian Romanick2015-05-151-1/+0
* glapi: Remove static dispatch for functions that didn't exist in 10.4Ian Romanick2015-05-151-33/+0
* glapi: Remove static dispatch for functions that didn't exist in 10.5Ian Romanick2015-05-151-81/+0
* glapi: Remove static_dispatch from the DTDIan Romanick2015-05-151-1/+0
* glapi: Whitespace clean up after the previous commitIan Romanick2015-05-156-210/+112
* glapi: Remove all static_dispatch tags from the XMLIan Romanick2015-05-1511-288/+288
* glapi: Store list of functions with static dispatch in a separate tableIan Romanick2015-05-152-1/+1520
* glapi: Store static dispatch offsets in a separate tableIan Romanick2015-05-153-0/+446
* mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick2015-05-154-37/+5
* glapi: Mark a couple functions "ignore" for GLXIan Romanick2015-05-151-2/+2
* st/mesa: Flush the bitmap cache in st_BlitFramebufferFredrik Höglund2015-05-151-0/+4
* i965: Fix FS unit testsIan Romanick2015-05-152-2/+4
* target/haiku-softpipe: Move api init into st codeAlexander von Gluck IV2015-05-152-19/+10
* st/hgl: Move st_api creation to st and extern "C" itAlexander von Gluck IV2015-05-152-8/+22
* winsys/hgl: Add needed extern "C" to hgl winsysAlexander von Gluck IV2015-05-151-0/+7
* gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV2015-05-153-0/+24
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-152-0/+17
* i965/fs: Combine the fs_visitor constructors.Kenneth Graunke2015-05-145-74/+20
* egl: remove remaining EGL_MESA_copy_context skeletonEmil Velikov2015-05-143-13/+0
* egl/main: fix EGL_KHR_get_all_proc_addressesEmil Velikov2015-05-141-3/+3
* egl: more define fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-05-142-2/+2
* egl/main: expose only core EGL functions staticallyEmil Velikov2015-05-142-135/+132
* egl: fix the EGL_MESA_image_dma_buf_export header declarationsEmil Velikov2015-05-141-0/+6
* egl/main: Update README.txtEmil Velikov2015-05-141-7/+6
* egl/main: cleanup function prototypesEmil Velikov2015-05-142-14/+2
* egl/main: drop support for external egl driversEmil Velikov2015-05-141-351/+13
* freedreno: fix bug in tile/slot calculationRob Clark2015-05-141-5/+4
* freedreno: enable a306Rob Clark2015-05-142-1/+2
* egl/haiku: Drop extern "C". No longer neededAlexander von Gluck IV2015-05-141-2/+0