summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Add support for detecting valgrind headersJason Ekstrand2016-04-151-0/+21
* nir/print: Fix printing variable modeEduardo Lima Mitev2016-04-151-7/+27
* xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu2016-04-151-23/+19
* xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu2016-04-151-8/+21
* xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2016-04-152-39/+24
* xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu2016-04-151-18/+8
* i965: Expose the surface format tableJason Ekstrand2016-04-143-18/+48
* nir/lower_io: Add UBOs and SSBOs to get_io_offset_srcJason Ekstrand2016-04-141-0/+3
* nir/intrinsics: Add a vulkan_resource_index intrinsicJason Ekstrand2016-04-143-0/+34
* nir: Add a descriptor_set field to nir_variableJason Ekstrand2016-04-141-0/+5
* dri: Fix robust context creation via EGL attributeChad Versace2016-04-141-2/+23
* radeon/uvd: fix tonga feedback buffer sizeLeo Liu2016-04-141-4/+8
* i965: Push everything if pull_param == NULLJason Ekstrand2016-04-142-2/+14
* i965/fs: Push small uniform arraysJason Ekstrand2016-04-141-23/+53
* i965/fs: Rename demote_pull_constants to lower_constant_loadsJason Ekstrand2016-04-142-3/+3
* i965/vec4: Get rid of the uniform_size arrayJason Ekstrand2016-04-146-33/+0
* i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constantsJason Ekstrand2016-04-144-51/+50
* i965/fs: Get rid of the param_size arrayJason Ekstrand2016-04-144-15/+0
* i965/fs: Stop relying on param_size in assign_constant_locationsJason Ekstrand2016-04-141-27/+17
* i965/fs: Get rid of reladdrJason Ekstrand2016-04-142-10/+2
* i965/fs: Use MOV_INDIRECT for all indirect uniform loadsJason Ekstrand2016-04-142-40/+87
* nir: Add another index to load_uniform to specify the range readJason Ekstrand2016-04-144-1/+18
* i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardwareJason Ekstrand2016-04-142-13/+66
* i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnrJason Ekstrand2016-04-141-1/+1
* i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructionsJason Ekstrand2016-04-141-1/+0
* i965/fs: Add support for doing MOV_INDIRECT on uniformsJason Ekstrand2016-04-141-1/+4
* i965: Make intel_get_param return an intBen Widawsky2016-04-141-10/+7
* st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()Brian Paul2016-04-141-0/+6
* gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle2016-04-141-0/+4
* radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle2016-04-141-0/+2
* i965/vec4: Use UD rather than D for uniform indirectsJason Ekstrand2016-04-142-6/+6
* i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOADJason Ekstrand2016-04-142-3/+4
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-143-2/+5
* scons: Build NIR.Jose Fonseca2016-04-142-0/+74
* nir: Use _snprintf on Windows.Jose Fonseca2016-04-141-0/+4
* nir: Avoid structure initalization expressions.Jose Fonseca2016-04-141-2/+16
* nir: Remove unistd.h include.Jose Fonseca2016-04-141-1/+0
* nir: Avoid empty {} struct initializer.Jose Fonseca2016-04-141-10/+10
* gallium/swr: fold the almost identical MakefilesEmil Velikov2016-04-147-314/+184
* install-gallium-links.mk: handle multiple librariesTim Rowley2016-04-141-3/+3
* radeonsi: don't overwrite the scratch offset in shader prologsMarek Olšák2016-04-141-3/+4
* radeonsi: fold num_user_sgprs where it is possibleMarek Olšák2016-04-141-16/+4
* radeonsi: fix SGPRS calculation once moreMarek Olšák2016-04-142-55/+23
* radeonsi: disable hw ETC2 on PolarisMarek Olšák2016-04-141-1/+1
* doxygen: remove git rebase falloutsEmil Velikov2016-04-142-54/+0
* appveyor: Run unit tests.Jose Fonseca2016-04-141-0/+3
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-145-26/+31
* test/unit: Make translate_test invoke translate_create by default.Jose Fonseca2016-04-141-3/+4
* test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca2016-04-141-7/+50