summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-07winsys/radeon: add an interface for contextsMarek Olšák10-14/+55
2015-08-07gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák9-57/+46
2015-08-06radeonsi: rename enable_s3tc -> enable_compressed_formatsMarek Olšák1-5/+4
2015-08-06gallium/radeon: add DRM and LLVM version to the renderer stringMarek Olšák2-4/+24
2015-08-06radeonsi: always flush framebuffer caches at the beginning of IBsMarek Olšák1-1/+2
2015-08-06radeonsi: don't count the exact needed CS space if the CS is large enoughMarek Olšák1-2/+11
2015-08-06radeonsi: don't crash when cleaning up after an incomplete contextMarek Olšák1-7/+11
2015-08-06i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner7-20/+20
2015-08-06i965: Correct a mistake that always forced texture tiling.Matt Turner1-5/+3
2015-08-06i965: Request a miptree with no tiling intel_miptree_map_blit().Matt Turner1-1/+1
2015-08-06radeonsi: add a HUD query showing the number of shaders createdMarek Olšák4-0/+17
2015-08-06radeonsi: add a HUD query showing the number of compiler invocationsMarek Olšák4-1/+19
2015-08-06gallium/radeon: display cumulative results for some driver queriesMarek Olšák1-2/+4
2015-08-06gallium/radeon: switch the buffer-wait-time query to microsecondsMarek Olšák2-3/+3
2015-08-06gallium/radeon: change some driver query types to HzMarek Olšák1-2/+2
2015-08-06gallium/hud: automatically print % if max_value == 100Marek Olšák1-6/+11
2015-08-06gallium/hud: fix printing % next to panesMarek Olšák1-1/+1
2015-08-06gallium/hud: replace assertions with clamping the unit indexMarek Olšák1-19/+23
2015-08-06gallium,hud: allow displaying cumulative values instead of averageMarek Olšák4-8/+36
2015-08-06gallium/hud: fix printing byte unitsMarek Olšák1-1/+1
2015-08-06gallium,hud: add support for Hz units in driver queriesMarek Olšák2-0/+8
2015-08-06radeonsi: before storing tess levels, load them from LDS instead of temporaryMarek Olšák1-79/+57
2015-08-06winsys/radeon: loosen up the requirements for how much memory IBs can useMarek Olšák1-4/+9
2015-08-06gallium/radeon: always use the llvm. prefix in intrinsic namesMarek Olšák1-6/+16
2015-08-06radeon/winsys: increase the IB size for VMMarek Olšák4-6/+17
2015-08-06gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák11-18/+18
2015-08-06gallium/radeon: suspend timer queries between IBsMarek Olšák5-25/+66
2015-08-06st/mesa: implement DrawTransformFeedbackStreamMarek Olšák3-31/+34
2015-08-06mesa: save which transform feedback buffer is associated with which streamMarek Olšák2-0/+6
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák19-26/+39
2015-08-06mesa: handle no-op cases sooner in _mesa_[Client]ActiveTexture()Brian Paul1-10/+10
2015-08-06i965/fs: Lower arithmetic instructions with register regions of unsupported w...Francisco Jerez1-0/+62
2015-08-06i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.Francisco Jerez1-0/+1
2015-08-06i965/fs: Implement nir_op_imul/umul_high in terms of MULH.Francisco Jerez1-31/+2
2015-08-06i965/fs: Lower the MULH virtual instruction.Francisco Jerez1-0/+55
2015-08-06i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.Francisco Jerez1-130/+134
2015-08-06i965/fs: Lower 32x32 bit multiplication on BXT.Francisco Jerez1-2/+2
2015-08-06i965: Define virtual instruction to calculate the high 32 bits of a multiply.Francisco Jerez6-0/+13
2015-08-06glsl: Initialize patch member of glsl_struct_fieldMichel Dänzer1-0/+2
2015-08-05nir: add missing type to type_size_vec4()Timothy Arceri1-0/+2
2015-08-05mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0Eduardo Lima Mitev1-47/+69
2015-08-05mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal formatEduardo Lima Mitev1-9/+9
2015-08-05mesa: Validate target before resolving tex obj in glTex(ture)SubImageXDEduardo Lima Mitev1-15/+14
2015-08-05mesa: Fix errors values returned by glShaderBinary()Eduardo Lima Mitev1-3/+14
2015-08-05mesa: do not modify args when errors with GetProgramResourceNameTapani Pälli1-6/+0
2015-08-05glsl: add variable mode check to build_stagerefTapani Pälli1-4/+13
2015-08-04dri: set the __DRI_API_OPENGL bit based on max gl compat versionFrank Binns1-1/+3
2015-08-04egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attribFrank Binns1-1/+2
2015-08-04egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns1-0/+4
2015-08-04vc4: Use nir_lower_load_const_to_scalar().Eric Anholt1-0/+1