summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-14docs: document VMware OpenGL 3.3 supportsvga-gl3-mergeBrian Paul1-0/+23
2015-08-14svga: update driver for version 10 GPU interfaceBrian Paul63-2362/+8648
2015-08-14svga: add new version 10 device command prototypesBrian Paul1-0/+333
2015-08-14svga: add new svga_streamout.h fileBrian Paul1-0/+50
2015-08-14svga: add new svga_state_tgsi_transform.c fileBrian Paul1-0/+293
2015-08-14svga: add new svga_state_sampler.c fileBrian Paul1-0/+339
2015-08-14svga: add new svga_state_gs.c fileBrian Paul1-0/+264
2015-08-14svga: add new svga_pipe_streamout.c fileBrian Paul1-0/+320
2015-08-14svga: add new svga_pipe_gs.c fileBrian Paul1-0/+142
2015-08-14svga: add new svga_link.[ch] filesBrian Paul2-0/+140
2015-08-14svga: add new svga_cmd_vgpu10.c fileBrian Paul1-0/+1289
2015-08-14svga: add new svga_tgsi_vgpu10.c fileBrian Paul1-0/+6778
2015-08-14svga: remove unused SVGA3D_* command functionsBrian Paul2-156/+0
2015-08-14gallium/st: add pipe_context::get_timestamp()Brian Paul2-2/+18
2015-08-14svga/winsys: Add support for VGPU10Brian Paul22-136/+474
2015-08-14svga: update the svga3d device header filesBrian Paul11-1043/+2206
2015-08-14svga: add new version 10 device header filesBrian Paul2-0/+2010
2015-08-14winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+212
2015-08-14auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-08-14util: add a couple primitive restart helper functionsBrian Paul3-0/+331
2015-08-14tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee3-0/+346
2015-08-14tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee3-0/+622
2015-08-14tgsi: add new tgsi_two_side.c utility codeBrian Paul3-0/+264
2015-08-14util: add util_strcasecmp() wrapperBrian Paul1-0/+3
2015-08-14gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2-0/+56
2015-08-14gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-08-14gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-08-14tgsi: add some more helper functionsCharmaine Lee1-4/+65
2015-08-14tgsi: added tgsi_is_shadow_target() helperBrian Paul2-0/+21
2015-08-14tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul4-5/+8
2015-08-14util: added ffsll() functionBrian Paul1-0/+18
2015-08-14util: added util_set_index_buffer()Brian Paul2-0/+18
2015-08-14st/clover: Fix build against LLVM 3.8 SVN r244928HEADmasterMichel Dänzer1-0/+2
2015-08-14mesa: set correct error for non-renderable multisample texturesTapani Pälli1-3/+10
2015-08-13i965/skl: Remove early platform supportBen Widawsky1-10/+0
2015-08-13egl: improve attribute checking for eglCreateContextFrank Binns1-1/+32
2015-08-13egl: don't allow eglGetConfigs to set num_configs param to a negative valueFrank Binns1-0/+3
2015-08-13egl/x11: don't abort when creating a DRI2 drawable failsFrank Binns1-1/+19
2015-08-13egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windowsFrank Binns1-4/+12
2015-08-13egl/x11: fix use of EGL_BAD_NATIVE_WINDOWFrank Binns1-4/+7
2015-08-13mesa: remove extern from texture functionTimothy Arceri2-10/+1
2015-08-13glsl: make linker error message more informativeTimothy Arceri1-2/+3
2015-08-13i965: Stop aux data compare preventing program binary re-useTopi Pohjolainen1-32/+20
2015-08-13i965: Only write program to cache when it doesn't exist yetTopi Pohjolainen1-7/+7
2015-08-13i965: Rename brw_upload_item_data to brw_alloc_item_dataTopi Pohjolainen1-9/+10
2015-08-13mesa: update MaxShaderStorageBlockSize to 2^27Tapani Pälli1-1/+1
2015-08-13mesa: fix name returned for XFB varyingsTapani Pälli1-4/+16
2015-08-13mesa: Fix printf format specifier warn of the ptrdiff_tEdward O'Callaghan1-1/+1
2015-08-13r600g: allow setting geometry shader sampler statesMarek Olšák1-5/+0
2015-08-13r600g: fix polygon offset scaleMarek Olšák2-2/+2