index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/xvmc/tests: avoid non portable error.h functions
Jonathan Gray
2014-09-05
5
-13
/
+22
*
kms-swrast: Support Prime fd handling
Andreas Pokorny
2014-09-05
2
-11
/
+79
*
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
2014-09-05
3
-6
/
+10
*
clover/util: Null-terminate the result of compat::string::c_str().
Francisco Jerez
2014-09-05
1
-1
/
+3
*
clover/util: Implement compat::string using aggregation instead of inheritance.
Francisco Jerez
2014-09-05
1
-5
/
+71
*
clover/util: Have compat::vector track separate size and capacity.
Francisco Jerez
2014-09-05
2
-27
/
+44
*
clover: Use conversion operator to initialize build log from compat::string.
Francisco Jerez
2014-09-05
1
-2
/
+2
*
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
*
winsys/svga: Fix incorrect type usage in IOCTL v2
Thomas Hellstrom
2014-09-04
1
-4
/
+9
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
3
-3
/
+3
*
gallivm: Fix build against LLVM SVN >= r216982
Michel Dänzer
2014-09-03
2
-0
/
+11
*
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
*
omx/h264: remove stray semicolon after if
Dave Airlie
2014-09-03
1
-1
/
+1
*
vdpau: unlock the mutex on error paths in attribute setting.
Dave Airlie
2014-09-03
1
-12
/
+26
*
u_primconvert: Use u_upload_mgr for our little IB allocations.
Eric Anholt
2014-09-02
1
-11
/
+9
*
u_primconvert: Shut up compiler warning.
Eric Anholt
2014-09-02
1
-1
/
+1
*
gbm: Fix gallium build when X11 is in a non-system directory
Eric Anholt
2014-09-02
1
-0
/
+1
*
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
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPU
Michel Dänzer
2014-09-02
3
-11
/
+23
*
nouveau: don't leak dec struct on error
Dave Airlie
2014-09-02
1
-1
/
+1
*
xvmc/tests: %C isn't a valid printf specifier.
Dave Airlie
2014-09-02
1
-2
/
+2
*
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
*
nv50: attach the buffer bo to the miptree structures
Ilia Mirkin
2014-09-01
1
-8
/
+5
*
nv50: mt address may not be the underlying bo's start address
Ilia Mirkin
2014-09-01
3
-12
/
+14
*
nv50: set the miptree address when clearing bo's in vp2 init
Ilia Mirkin
2014-09-01
1
-0
/
+2
*
nv50/ir: avoid creating instructions that can't be emitted
Ilia Mirkin
2014-09-01
1
-0
/
+4
*
nvc0: don't make 1d staging textures linear
Ilia Mirkin
2014-09-01
1
-1
/
+0
*
nv50: zero out unbound samplers
Ilia Mirkin
2014-09-01
1
-2
/
+5
*
nvc0/ir: avoid infinite recursion when finding first uses of tex
Ilia Mirkin
2014-09-01
2
-8
/
+29
*
freedreno/ir3: add DDX/DDY
Rob Clark
2014-09-01
1
-4
/
+53
*
freedreno/ir3: don't keep IR around
Rob Clark
2014-09-01
1
-1
/
+6
*
radeonsi: implement EXPCLEAR optimization for depth
Marek Olšák
2014-09-01
5
-2
/
+23
*
r600g,radeonsi: initialize HTILE to fully-expanded state
Marek Olšák
2014-09-01
1
-1
/
+3
*
radeonsi: implement fast depth clear
Marek Olšák
2014-09-01
4
-2
/
+21
*
radeonsi: move DB_RENDER_CONTROL into draw_vbo
Marek Olšák
2014-09-01
5
-58
/
+46
*
radeonsi: disable occlusion queries if they are not needed
Marek Olšák
2014-09-01
1
-0
/
+8
[next]