index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-30
i965: Reorganize miptree mapping
reorg-array-optv2
Ben Widawsky
2
-35
/
+234
2014-12-30
i965: Use map->mode instead of mode
Ben Widawsky
1
-2
/
+2
2014-12-30
i915/i965: Rename map_gtt
Ben Widawsky
2
-22
/
+24
2014-12-27
i965: Allow intel_try_pbo_upload for 3D and array textures
texture-array-optv2
Neil Roberts
3
-39
/
+88
2014-12-27
i965: Allow GL_UNPACK_SKIP_ROWS/PIXELS in intel_try_pbo_upload
Neil Roberts
1
-1
/
+6
2014-12-27
i965: Use try_pbo_upload for glTexSubImage* as well
Neil Roberts
3
-14
/
+41
2014-12-24
i965: Allow Y-tiled allocations for large surfaces
Ben Widawsky
1
-15
/
+56
2014-12-24
i965: Attempt to blit for larger textures
Ben Widawsky
1
-2
/
+104
2014-12-23
i965: Add more stringent blitter assertions
Ben Widawsky
1
-0
/
+3
2014-12-23
i965: Consolidate some of the intel_blit logic
Ben Widawsky
1
-20
/
+8
2014-12-23
i965/hsw: Limit max WM threads to physical limit
Ben Widawsky
1
-1
/
+1
2014-12-23
i965/mipmap: disable MCS for sint MSAA buffers on GEN8+
Ben Widawsky
1
-1
/
+1
2014-12-23
i965: Allow other tiling formats for 128 bpp on gen7+
Ben Widawsky
1
-2
/
+2
2014-12-23
glsl: check if implicitly sized arrays match explicitly sized arrays across t...
Timothy Arceri
1
-1
/
+20
2014-12-22
i965: Use safer pointer arithmetic in gather_oa_results()
Chad Versace
1
-1
/
+1
2014-12-22
i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
Chad Versace
1
-3
/
+4
2014-12-22
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
5
-10
/
+24
2014-12-22
i965: Remove spurious casts in copy_image_with_memcpy()
Chad Versace
1
-4
/
+4
2014-12-21
radeonsi: force NaNs to 0
Marek Olšák
1
-4
/
+8
2014-12-21
st/nine: fix DBG typo (trivial)
David Heidelberg
1
-1
/
+1
2014-12-21
r300g: implement ARR opcode
David Heidelberg
4
-4
/
+16
2014-12-20
freedreno/a4xx: blend-color
Rob Clark
1
-0
/
+13
2014-12-20
freedreno/a4xx: alpha-test
Rob Clark
1
-0
/
+2
2014-12-20
freedreno: update generated headers
Rob Clark
6
-61
/
+151
2014-12-20
freedreno/ir3: trans_kill cleanup
Rob Clark
1
-12
/
+7
2014-12-20
freedreno/ir3: hack for standalone compiler
Rob Clark
1
-1
/
+5
2014-12-19
i965/fs: Add missing const qualifier.
Matt Turner
1
-1
/
+1
2014-12-18
vc4: Coalesce MOVs into VPM with the instructions generating the values.
Eric Anholt
4
-15
/
+143
2014-12-17
vc4: Redefine VPM writes as a (destination) QIR register file.
Eric Anholt
3
-7
/
+19
2014-12-18
docs: note change in minimum GCC version to 4.2.0
Timothy Arceri
1
-1
/
+1
2014-12-18
gallium: remove support for GCC older than 4.2.0
Timothy Arceri
1
-1
/
+1
2014-12-18
mesa: bump required GCC version to 4.2.0
Timothy Arceri
1
-3
/
+3
2014-12-17
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
13
-46
/
+283
2014-12-17
vc4: Move follow_movs() to common QIR code.
Eric Anholt
3
-11
/
+12
2014-12-17
vc4: Fix missing newline for load immediate instruction disasm.
Eric Anholt
1
-4
/
+4
2014-12-17
mesa: Remove unnecessary -f from $(RM).
Matt Turner
4
-8
/
+8
2014-12-17
mesa: Remove tarballs/checksum rules.
Matt Turner
1
-75
/
+0
2014-12-17
gallium: Add egl and gbm to distribution.
Matt Turner
1
-0
/
+4
2014-12-17
mesa: Set DISTCHECK_CONFIGURE_FLAGS.
Matt Turner
1
-0
/
+13
2014-12-17
targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
1
-0
/
+5
2014-12-17
targets/vdpau: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
1
-0
/
+5
2014-12-17
targets/vdpau: Add clean-local rule to remove .lib links.
Matt Turner
1
-0
/
+6
2014-12-17
vc4: Add a userspace BO cache.
Eric Anholt
4
-4
/
+175
2014-12-17
vc4: Add dmabuf support.
Eric Anholt
4
-24
/
+78
2014-12-17
vc4: Drop a weird argument in the BOs-from-handles API.
Eric Anholt
3
-7
/
+5
2014-12-17
draw: revert using correct order for prim decomposition.
Roland Scheidegger
1
-1
/
+3
2014-12-17
util: Silence signed-unsigned comparison warnings
Jan Vesely
1
-6
/
+6
2014-12-16
i965: Require pixel alignment for GPU copy blit
Cody Northrop
2
-4
/
+6
2014-12-16
i965: remove includes of sampler.h from extern "C" blocks
Mark Janes
4
-5
/
+4
2014-12-16
i965/query: Cache whether the batch references the query BO.
Kenneth Graunke
2
-4
/
+26
[next]