summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-15gallium/swr: confine c++11 flag to swr driverTim Rowley1-2/+3
2016-04-15gallium/swr: allow swr use as a swrast dri driverTim Rowley4-7/+36
2016-04-15vc4: Fix subimage accesses to LT textures.Eric Anholt1-4/+4
2016-04-15util: Fix race condition on libgcrypt initializationMark Janes1-8/+11
2016-04-15nir/print: Fix printing variable modeEduardo Lima Mitev1-7/+27
2016-04-15xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu1-23/+19
2016-04-15xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu1-8/+21
2016-04-15xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2-39/+24
2016-04-15xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu1-18/+8
2016-04-14i965: Expose the surface format tableJason Ekstrand3-18/+48
2016-04-14nir/lower_io: Add UBOs and SSBOs to get_io_offset_srcJason Ekstrand1-0/+3
2016-04-14nir/intrinsics: Add a vulkan_resource_index intrinsicJason Ekstrand3-0/+34
2016-04-14nir: Add a descriptor_set field to nir_variableJason Ekstrand1-0/+5
2016-04-14dri: Fix robust context creation via EGL attributeChad Versace1-2/+23
2016-04-14radeon/uvd: fix tonga feedback buffer sizeLeo Liu1-4/+8
2016-04-14i965: Push everything if pull_param == NULLJason Ekstrand2-2/+14
2016-04-14i965/fs: Push small uniform arraysJason Ekstrand1-23/+53
2016-04-14i965/fs: Rename demote_pull_constants to lower_constant_loadsJason Ekstrand2-3/+3
2016-04-14i965/vec4: Get rid of the uniform_size arrayJason Ekstrand6-33/+0
2016-04-14i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constantsJason Ekstrand4-51/+50
2016-04-14i965/fs: Get rid of the param_size arrayJason Ekstrand4-15/+0
2016-04-14i965/fs: Stop relying on param_size in assign_constant_locationsJason Ekstrand1-27/+17
2016-04-14i965/fs: Get rid of reladdrJason Ekstrand2-10/+2
2016-04-14i965/fs: Use MOV_INDIRECT for all indirect uniform loadsJason Ekstrand2-40/+87
2016-04-14nir: Add another index to load_uniform to specify the range readJason Ekstrand4-1/+18
2016-04-14i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardwareJason Ekstrand2-13/+66
2016-04-14i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnrJason Ekstrand1-1/+1
2016-04-14i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructionsJason Ekstrand1-1/+0
2016-04-14i965/fs: Add support for doing MOV_INDIRECT on uniformsJason Ekstrand1-1/+4
2016-04-14i965: Make intel_get_param return an intBen Widawsky1-10/+7
2016-04-14st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()Brian Paul1-0/+6
2016-04-14gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle1-0/+4
2016-04-14radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle1-0/+2
2016-04-14i965/vec4: Use UD rather than D for uniform indirectsJason Ekstrand2-6/+6
2016-04-14i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOADJason Ekstrand2-3/+4
2016-04-14nvc0: do not break the universe on GK110+Samuel Pitoiset1-0/+1
2016-04-14nvc0: allow to use compute support on GM200Samuel Pitoiset3-2/+5
2016-04-14scons: Build NIR.Jose Fonseca2-0/+74
2016-04-14nir: Use _snprintf on Windows.Jose Fonseca1-0/+4
2016-04-14nir: Avoid structure initalization expressions.Jose Fonseca1-2/+16
2016-04-14nir: Remove unistd.h include.Jose Fonseca1-1/+0
2016-04-14nir: Avoid empty {} struct initializer.Jose Fonseca1-10/+10
2016-04-14gallium/swr: fold the almost identical MakefilesEmil Velikov6-312/+184
2016-04-14radeonsi: don't overwrite the scratch offset in shader prologsMarek Olšák1-3/+4
2016-04-14radeonsi: fold num_user_sgprs where it is possibleMarek Olšák1-16/+4
2016-04-14radeonsi: fix SGPRS calculation once moreMarek Olšák2-55/+23
2016-04-14radeonsi: disable hw ETC2 on PolarisMarek Olšák1-1/+1
2016-04-14scons: Add a "check" target to run all unit tests.Jose Fonseca3-17/+8
2016-04-14test/unit: Make translate_test invoke translate_create by default.Jose Fonseca1-3/+4
2016-04-14test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca1-7/+50