aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Support integer multiplication in SIMD16 on Haswell.Matt Turner2015-05-181-5/+47
* i965/fs: Add set_sechalf() method.Matt Turner2015-05-181-0/+10
* i965/fs: Unrestrict constant propagation into integer multiply.Matt Turner2015-05-181-1/+9
* i965/fs: Lower integer multiplication after optimizations.Matt Turner2015-05-184-64/+70
* gk110/ir: switch to gk104-style sched codes rather than all-in-oneIlia Mirkin2015-05-181-9/+9
* glsl: add stage references for UBO uniformsTapani Pälli2015-05-181-0/+10
* i965: Fix textureSize for Lod > 0 with non-mipmap filtersIago Toral Quiroga2015-05-181-2/+4
* mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbufferFredrik Höglund2015-05-161-0/+2
* tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin2015-05-161-2/+18
* tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2015-05-162-8/+75
* tgsi/ureg: use correct limit for max input countMarek Olšák2015-05-161-1/+1
* tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin2015-05-161-4/+32
* tgsi/scan: allow scanning tessellation shadersIlia Mirkin2015-05-161-1/+5
* 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