summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-01atom based state upload - wippbo+blit+atomsKristian Høgsberg1-8/+58
2014-12-27i965: Allow intel_try_pbo_upload for 3D and array texturesNeil Roberts3-39/+88
2014-12-27i965: Allow GL_UNPACK_SKIP_ROWS/PIXELS in intel_try_pbo_uploadNeil Roberts1-1/+6
2014-12-27i965: Use try_pbo_upload for glTexSubImage* as wellNeil Roberts3-14/+41
2014-12-24i965: Allow Y-tiled allocations for large surfacesBen Widawsky1-15/+56
2014-12-24i965: Attempt to blit for larger texturesBen Widawsky1-2/+104
2014-12-23i965: Add more stringent blitter assertionsBen Widawsky1-0/+3
2014-12-23i965: Consolidate some of the intel_blit logicBen Widawsky1-20/+8
2014-12-23i965/hsw: Limit max WM threads to physical limitBen Widawsky1-1/+1
2014-12-23i965/mipmap: disable MCS for sint MSAA buffers on GEN8+Ben Widawsky1-1/+1
2014-12-23i965: Allow other tiling formats for 128 bpp on gen7+Ben Widawsky1-2/+2
2014-12-23glsl: check if implicitly sized arrays match explicitly sized arrays across t...Timothy Arceri1-1/+20
2014-12-22i965: Use safer pointer arithmetic in gather_oa_results()Chad Versace1-1/+1
2014-12-22i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()Chad Versace1-3/+4
2014-12-22i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace5-10/+24
2014-12-22i965: Remove spurious casts in copy_image_with_memcpy()Chad Versace1-4/+4
2014-12-21radeonsi: force NaNs to 0Marek Olšák1-4/+8
2014-12-21st/nine: fix DBG typo (trivial)David Heidelberg1-1/+1
2014-12-21r300g: implement ARR opcodeDavid Heidelberg4-4/+16
2014-12-20freedreno/a4xx: blend-colorRob Clark1-0/+13
2014-12-20freedreno/a4xx: alpha-testRob Clark1-0/+2
2014-12-20freedreno: update generated headersRob Clark6-61/+151
2014-12-20freedreno/ir3: trans_kill cleanupRob Clark1-12/+7
2014-12-20freedreno/ir3: hack for standalone compilerRob Clark1-1/+5
2014-12-19i965/fs: Add missing const qualifier.Matt Turner1-1/+1
2014-12-18vc4: Coalesce MOVs into VPM with the instructions generating the values.Eric Anholt4-15/+143
2014-12-17vc4: Redefine VPM writes as a (destination) QIR register file.Eric Anholt3-7/+19
2014-12-18docs: note change in minimum GCC version to 4.2.0Timothy Arceri1-1/+1
2014-12-18gallium: remove support for GCC older than 4.2.0Timothy Arceri1-1/+1
2014-12-18mesa: bump required GCC version to 4.2.0Timothy Arceri1-3/+3
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt13-46/+283
2014-12-17vc4: Move follow_movs() to common QIR code.Eric Anholt3-11/+12
2014-12-17vc4: Fix missing newline for load immediate instruction disasm.Eric Anholt1-4/+4
2014-12-17mesa: Remove unnecessary -f from $(RM).Matt Turner4-8/+8
2014-12-17mesa: Remove tarballs/checksum rules.Matt Turner1-75/+0
2014-12-17gallium: Add egl and gbm to distribution.Matt Turner1-0/+4
2014-12-17mesa: Set DISTCHECK_CONFIGURE_FLAGS.Matt Turner1-0/+13
2014-12-17targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.Matt Turner1-0/+5
2014-12-17targets/vdpau: Add uninstall hooks to handle megadriver hardlinks.Matt Turner1-0/+5
2014-12-17targets/vdpau: Add clean-local rule to remove .lib links.Matt Turner1-0/+6
2014-12-17vc4: Add a userspace BO cache.Eric Anholt4-4/+175
2014-12-17vc4: Add dmabuf support.Eric Anholt4-24/+78
2014-12-17vc4: Drop a weird argument in the BOs-from-handles API.Eric Anholt3-7/+5
2014-12-17draw: revert using correct order for prim decomposition.Roland Scheidegger1-1/+3
2014-12-17util: Silence signed-unsigned comparison warningsJan Vesely1-6/+6
2014-12-16i965: Require pixel alignment for GPU copy blitCody Northrop2-4/+6
2014-12-16i965: remove includes of sampler.h from extern "C" blocksMark Janes4-5/+4
2014-12-16i965/query: Cache whether the batch references the query BO.Kenneth Graunke2-4/+26
2014-12-16i965/query: Use brw_bo_map to handle stall warnings.Kenneth Graunke1-7/+1
2014-12-16i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.Kenneth Graunke1-7/+8