summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-26docs: document VMware OpenGL 3.3 supportvmware-gl3Brian Paul1-0/+35
2015-08-26svga: update driver for version 10 GPU interfaceBrian Paul64-2369/+8655
2015-08-26svga: add new version 10 device command prototypesBrian Paul1-0/+333
2015-08-26svga: add new svga_streamout.h fileBrian Paul1-0/+50
2015-08-26svga: add new svga_state_tgsi_transform.c fileBrian Paul1-0/+293
2015-08-26svga: add new svga_state_sampler.c fileBrian Paul1-0/+339
2015-08-26svga: add new svga_state_gs.c fileBrian Paul1-0/+264
2015-08-26svga: add new svga_pipe_streamout.c fileBrian Paul1-0/+320
2015-08-26svga: add new svga_pipe_gs.c fileBrian Paul1-0/+142
2015-08-26svga: add new svga_link.[ch] filesBrian Paul2-0/+140
2015-08-26svga: add new svga_cmd_vgpu10.c fileBrian Paul1-0/+1289
2015-08-26svga: add new svga_tgsi_vgpu10.c fileBrian Paul1-0/+6778
2015-08-26svga: remove unused SVGA3D_* command functionsBrian Paul2-156/+0
2015-08-26gallium/st: add pipe_context::get_timestamp()Brian Paul2-2/+18
2015-08-26svga/winsys: Add support for VGPU10Brian Paul22-134/+473
2015-08-26svga: update the svga3d device header filesBrian Paul11-1043/+2206
2015-08-26svga: add new version 10 device header filesBrian Paul2-0/+2010
2015-08-26winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+214
2015-08-26auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-08-26util: add a couple primitive restart helper functionsBrian Paul3-0/+331
2015-08-26tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee3-0/+346
2015-08-26tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee3-0/+622
2015-08-26tgsi: add new tgsi_two_side.c utility codeBrian Paul3-0/+264
2015-08-26util: add util_strcasecmp() wrapperBrian Paul1-0/+3
2015-08-26gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2-0/+57
2015-08-26gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-08-26gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-08-26tgsi: add some more helper functionsCharmaine Lee1-4/+65
2015-08-26tgsi: added tgsi_is_shadow_target() helperBrian Paul2-0/+21
2015-08-26tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul4-5/+8
2015-08-26util: added ffsll() functionBrian Paul1-0/+18
2015-08-26util: added util_set_index_buffer()Brian Paul2-0/+18
2015-08-26swrast: add a new macro, FETCH_COMPRESSEDNanley Chery1-198/+41
2015-08-26mesa: return bool instead of GLboolean in compressedteximage_only_format()Nanley Chery1-3/+3
2015-08-26i965: refactor miptree alignment calculation codeNanley Chery1-55/+30
2015-08-26i965: change the meaning of cpp for compressed texturesNanley Chery4-35/+15
2015-08-26i965: correct mt->align_h for 2D textures on SkylakeNanley Chery1-3/+8
2015-08-26i965: use ALIGN_NPOT for setting ASTC mipmap layoutsNanley Chery2-15/+15
2015-08-26mesa/macros: move ALIGN_NPOT to macros.hNanley Chery2-6/+10
2015-08-26mesa/macros: add power-of-two assertions for alignment macrosNanley Chery2-3/+13
2015-08-26i965/surface_formats: add support for 2D ASTC surface formatsNanley Chery2-0/+119
2015-08-26mesa/teximage: return the base internal format of the ASTC formatsNanley Chery1-0/+4
2015-08-26mesa/teximage: accept ASTC formats for 3D texture specificationNanley Chery1-7/+56
2015-08-26mesa/texcompress: enable translation between MESA and GL ASTC formatsNanley Chery1-0/+114
2015-08-26mesa/glformats: recognize ASTC formats as compressedNanley Chery1-0/+29
2015-08-26mesa: add ASTC extensions to the extensions tableNanley Chery2-0/+4
2015-08-26mesa: don't enable online compression for ASTC formatsNanley Chery5-4/+80
2015-08-26glapi: add support for KHR_texture_compression_astc_ldrNanley Chery3-1/+42
2015-08-26mesa/formats: define the 2D ASTC formatsNanley Chery5-1/+139
2015-08-26nouveau: avoid build failures since 0fc21ecfIlia Mirkin3-3/+3