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
2016-10-21
i965: Set up a second "fake" miptree for aux CCS_E
image_ccs_alloc
Ben Widawsky
1
-10
/
+39
2016-10-21
i965: Add a helper function for image creation
Ben Widawsky
4
-19
/
+43
2016-10-21
i965: Keep track of where the aux buffer is
Ben Widawsky
2
-0
/
+8
2016-10-21
i965: Round up the image size for compressed
Ben Widawsky
1
-3
/
+28
2016-10-21
i965: Split out image allocation (for ccs)
Ben Widawsky
1
-0
/
+30
2016-10-21
i965: Bring back always Y-tiled on SKL+
Ben Widawsky
3
-5
/
+22
2016-10-21
gbm: Get tiling properties from DRI
Ben Widawsky
5
-0
/
+72
2016-10-21
dri: Add vendor and tiling attributes
Ben Widawsky
2
-2
/
+16
2016-10-21
i965/dri: Store the screen associated with the image
Ben Widawsky
2
-6
/
+11
2016-10-21
gbm: Move getters to match order in header file
Ben Widawsky
1
-11
/
+11
2016-10-21
radeonsi: fix a regression in si_eliminate_const_output
Nicolai Hähnle
1
-4
/
+3
2016-10-21
nv50,nvc0: don't keep track of whether fb rt0 is integer-only
Ilia Mirkin
6
-44
/
+22
2016-10-20
Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""
Francisco Jerez
1
-0
/
+12
2016-10-20
glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...
Francisco Jerez
1
-13
/
+17
2016-10-20
util: Include string.h in bitscan.h.
Vinson Lee
1
-0
/
+1
2016-10-20
nvc0: do not break 3D state by pushing MS coordinates on Fermi
Samuel Pitoiset
1
-43
/
+44
2016-10-20
nvc0: translate compute shaders at program creation
Samuel Pitoiset
1
-0
/
+4
2016-10-20
i965: Reorder PCI ID list to match release order
Ben Widawsky
1
-9
/
+9
2016-10-20
i965: Add some APL and KBL SKU strings
Ben Widawsky
1
-4
/
+4
2016-10-20
vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c
Brian Paul
1
-252
/
+276
2016-10-20
vbo: whitespace fixes and reformatting in vbo_exec_api.c
Brian Paul
1
-42
/
+64
2016-10-20
vbo: minor clean-up in vbo_exec_api.c
Brian Paul
1
-5
/
+2
2016-10-20
vbo: move attribute type assignment
Brian Paul
1
-1
/
+2
2016-10-20
vbo: rename reset_attrfv() to vbo_reset_all_attr()
Brian Paul
1
-4
/
+6
2016-10-20
vbo: make vbo_reset_attr() static
Brian Paul
2
-3
/
+5
2016-10-20
vbo: trivial indentation fix in vbo_exec_api.c
Brian Paul
1
-1
/
+1
2016-10-20
gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h
Marek Olšák
1
-1
/
+5
2016-10-20
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8
Marek Olšák
1
-3
/
+2
2016-10-20
gallivm: add wrappers for missing functions in LLVM <= 3.8
Marek Olšák
2
-0
/
+27
2016-10-20
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
1
-1
/
+1
2016-10-20
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
1
-2
/
+13
2016-10-20
st/glsl_to_tgsi: sort input and output decls by TGSI index
Nicolai Hähnle
1
-0
/
+28
2016-10-20
st/glsl_to_tgsi: fix block copies of arrays of structs
Nicolai Hähnle
1
-2
/
+4
2016-10-20
st/glsl_to_tgsi: fix block copies of arrays of doubles
Nicolai Hähnle
1
-0
/
+1
2016-10-20
glsl: Indirect array indexing on non-last SSBO member must fail compilation
Iago Toral Quiroga
2
-7
/
+15
2016-10-19
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
1
-53
/
+94
2016-10-19
nv50,nvc0: avoid reading out of bounds when getting bogus so info
Ilia Mirkin
2
-2
/
+8
2016-10-20
wsi/wayland: fix error path
Eric Engestrom
1
-0
/
+4
2016-10-20
anv: drop unused zero macro.
Dave Airlie
1
-2
/
+0
2016-10-20
radv: use emit_icmp for samples_identical
Dave Airlie
1
-1
/
+1
2016-10-19
i965/cs: Don't use a thread channel ID for small local sizes
Jordan Justen
1
-2
/
+11
2016-10-19
i965/cs: Use udiv/umod for local IDs
Jordan Justen
1
-1
/
+1
2016-10-20
mesa: remove unused LocalSizeVariable
Timothy Arceri
2
-6
/
+0
2016-10-19
nvc0/ir: simplify predicate logic for GK104 atomic operations
Samuel Pitoiset
1
-14
/
+7
2016-10-19
nvc0/ir: remove useless NVC0LoweringPass::gMemBase
Samuel Pitoiset
1
-4
/
+1
2016-10-19
nv50/ir: print CCTL subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-10-19
nir: Optimize integer division and modulus with 1
Ian Romanick
1
-0
/
+4
2016-10-19
configure.ac: enable EGL platform DRM if GBM is enabled
Marek Olšák
1
-2
/
+6
2016-10-19
configure.ac: enable GBM by default
Marek Olšák
1
-10
/
+9
2016-10-19
configure.ac: print whether GBM is enabled
Marek Olšák
1
-0
/
+5
[next]