index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ilo: make toy_compiler_disassemble() more useful
Chia-I Wu
2014-09-09
5
-9
/
+11
*
nv50/ir: accomodate all file types, there are now more than 8
Ilia Mirkin
2014-09-08
1
-2
/
+2
*
nvc0/ir: uses was always null at that point in the code
Ilia Mirkin
2014-09-08
1
-7
/
+1
*
nv50/ir: avoid array overrun when checking for supported mods
Ilia Mirkin
2014-09-08
2
-2
/
+2
*
nouveau: buffer can never be null
Ilia Mirkin
2014-09-08
1
-2
/
+0
*
nvc0/ir: insn can never be null
Ilia Mirkin
2014-09-08
1
-1
/
+1
*
nvc0: size is a uint16_t, remove unnecessary assertion
Ilia Mirkin
2014-09-08
1
-1
/
+0
*
nvc0: avoid null deref of screen when collecting stats
Ilia Mirkin
2014-09-08
1
-1
/
+1
*
nvc0: use 64-bit math when scaling the query results
Ilia Mirkin
2014-09-08
1
-4
/
+4
*
nvc0/ir: clarify recursion fix to finding first tex uses
Christoph Bumiller
2014-09-05
1
-9
/
+7
*
nv50/ir/util: fix BitSet issues
Christoph Bumiller
2014-09-05
3
-3
/
+10
*
nvc0: remove nvc0_push, replaced with nvc0_vbo_translate
Ilia Mirkin
2014-09-05
2
-410
/
+0
*
nv50,nvc0: get rid of draw module support
Ilia Mirkin
2014-09-05
7
-224
/
+0
*
gallium/vc4: ship all files in the tarball
Emil Velikov
2014-09-05
1
-1
/
+13
*
gallium/trace: ship all files in the tarball
Emil Velikov
2014-09-05
2
-1
/
+12
*
gallium/svga: ship all files in the tarball
Emil Velikov
2014-09-05
2
-12
/
+62
*
gallium/softpipe: ship all files in the tarball
Emil Velikov
2014-09-05
2
-10
/
+32
*
gallium/rbug: ship all files in the tarball
Emil Velikov
2014-09-05
2
-2
/
+8
*
gallium/radeonsi: ship all files in the tarball
Emil Velikov
2014-09-05
2
-0
/
+8
*
gallium/radeon: ship all files in the tarball
Emil Velikov
2014-09-05
2
-7
/
+20
*
gallium/r600: ship all files in the tarball
Emil Velikov
2014-09-05
2
-8
/
+36
*
gallium/r300: ship all files in the tarball
Emil Velikov
2014-09-05
2
-25
/
+72
*
gallium/nouveau: ship all files in the tarball
Emil Velikov
2014-09-05
2
-36
/
+113
*
gallium/noop: ship all files in the tarball
Emil Velikov
2014-09-05
2
-0
/
+3
*
gallium/llvmpipe: ship all files in the tarball
Emil Velikov
2014-09-05
2
-3
/
+35
*
gallium/identity: ship all files in the tarball
Emil Velikov
2014-09-05
2
-2
/
+8
*
gallium/ilo: ship all files in the tarball
Emil Velikov
2014-09-05
2
-1
/
+48
*
gallium/i915: ship all files in the tarball
Emil Velikov
2014-09-05
2
-14
/
+32
*
gallium/galahad: ship all files in the tarball
Emil Velikov
2014-09-05
2
-2
/
+8
*
gallium/freedreno: ship all files in the tarball
Emil Velikov
2014-09-05
2
-12
/
+65
*
freedreno/ir3: fix constlen with relative addressing
Rob Clark
2014-09-04
3
-3
/
+15
*
freedreno/ir3: fix error in bail logic
Rob Clark
2014-09-04
1
-2
/
+4
*
freedreno/ir3: bit of debug
Rob Clark
2014-09-04
1
-4
/
+16
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
9
-402
/
+327
*
vc4: Add a CSE optimization pass.
Eric Anholt
2014-09-04
4
-0
/
+238
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
5
-6
/
+228
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
5
-79
/
+148
*
vc4: Stop being so clever in CMP handling.
Eric Anholt
2014-09-04
1
-23
/
+6
*
r600g,radeonsi: make sure there's enough CS space before resuming queries
Marek Olšák
2014-09-04
1
-0
/
+28
*
Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"
Marek Olšák
2014-09-04
1
-3
/
+1
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
3
-3
/
+3
*
r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruption
Marek Olšák
2014-09-03
1
-6
/
+6
*
r600g,radeonsi: Preserve existing buffer flags
Michel Dänzer
2014-09-03
1
-3
/
+3
*
r300g: pointless assignment of info.indexed
Dave Airlie
2014-09-03
1
-2
/
+0
*
vc4: Handle a couple of the transfer map flags.
Eric Anholt
2014-09-02
2
-4
/
+12
*
radeonsi: Compile dummy pixel shader on demand
Michel Dänzer
2014-09-02
2
-8
/
+10
*
r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPU
Michel Dänzer
2014-09-02
1
-9
/
+14
*
nouveau: don't leak dec struct on error
Dave Airlie
2014-09-02
1
-1
/
+1
*
nouveau/nv40: quiten coverity warning in unused vertex texture code.
Dave Airlie
2014-09-02
1
-0
/
+1
*
nv50: remove unused variables
Ilia Mirkin
2014-09-01
2
-2
/
+0
[prev]
[next]