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
/
winsys
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600g: avoid recursion in rv670 flush workaround
Alex Deucher
2011-05-06
1
-2
/
+7
*
Add pci id for FirePro 2270
Kostas Georgiou
2011-05-06
1
-0
/
+1
*
r600g: further r6xx cache flush fixes
Alex Deucher
2011-05-05
1
-12
/
+10
*
r600g: add rv670 flushing workaround.
Dave Airlie
2011-05-06
1
-0
/
+4
*
r600g: fix cache flushes on r6xx
Alex Deucher
2011-05-06
1
-9
/
+27
*
r600g: do RV6xx base updates inline with state updates.
Dave Airlie
2011-05-05
2
-54
/
+22
*
r600g: add some new pci ids
Alex Deucher
2011-05-03
1
-0
/
+4
*
r600g: remove some pointless and unused functions
Marek Olšák
2011-04-25
3
-21
/
+3
*
r600g: do not reset device to 0 when doing unrelated operations
Marek Olšák
2011-04-25
1
-2
/
+0
*
r600g: fix userspace fences again
Alex Deucher
2011-04-20
1
-0
/
+3
*
r600g: don't flush the dest caches on every draw
Fredrik Höglund
2011-04-20
2
-67
/
+141
*
r600g: make loop const always flush
Dave Airlie
2011-04-19
2
-2
/
+2
*
r600g: add dirty tracking to context reg.
Dave Airlie
2011-04-19
1
-7
/
+12
*
r600g: deinline some large functions.
Dave Airlie
2011-04-19
2
-76
/
+83
*
r600g: consolidate r600/evergreen code for resource emission.
Dave Airlie
2011-04-19
3
-41
/
+8
*
r600g: don't flush caches if we already did so, even for a subset of the flags
Bas Nieuwenhuizen
2011-04-19
1
-2
/
+2
*
r600g: attempt to avoid emitting resources that are the same
Dave Airlie
2011-04-19
1
-18
/
+49
*
r600g: modify block to only emit the first few dirty registers. (v2)
Dave Airlie
2011-04-19
3
-11
/
+37
*
r600g: track dirty registers better. (v2)
Dave Airlie
2011-04-19
3
-121
/
+170
*
r600g: use some loops.
Dave Airlie
2011-04-17
2
-29
/
+24
*
r600g: consolidate the same piece of cut-n-paste code into a function.
Dave Airlie
2011-04-17
3
-42
/
+21
*
r600g: add some additional ontario pci ids
Alex Deucher
2011-04-04
1
-0
/
+2
*
r600g: implement texture barrier
Fredrik Höglund
2011-03-29
1
-0
/
+17
*
r600g: implement the pipe_screen fence functions
Fredrik Höglund
2011-03-29
1
-0
/
+23
*
r600g: fix bo names causing -35 EDEADLCK
Dave Airlie
2011-03-22
3
-0
/
+48
*
r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427
Alex Deucher
2011-03-14
1
-1
/
+1
*
r600g: emit SURFACE_BASE_UPDATE packet on rv6xx
Alex Deucher
2011-03-14
2
-2
/
+25
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
r600: don't close fd on failed load
Dave Airlie
2011-03-10
1
-3
/
+0
*
r600g: add NV_conditional_render support.
Dave Airlie
2011-03-01
3
-26
/
+80
*
r600g: start using drm minor version to enable things.
Dave Airlie
2011-03-01
2
-6
/
+61
*
r600g: silence a few valgrind warnings
Brian Paterni
2011-02-08
3
-4
/
+4
*
r600g: Make some more things static.
Henri Verbeet
2011-02-03
1
-1
/
+1
*
r600g: align the tiling modes with what the DDX and kernel expects.
Dave Airlie
2011-02-01
1
-4
/
+3
*
r600g: start looking at evergreen tiling.
Dave Airlie
2011-02-01
1
-17
/
+60
*
scons: Gracefully handle pkg-config errors with libdrm_radeon.
Vinson Lee
2011-01-31
1
-1
/
+6
*
r600g: fix eg OQ properly.
Dave Airlie
2011-01-31
2
-5
/
+3
*
r600g: fix OQ on evergreen
Alex Deucher
2011-01-31
1
-3
/
+6
*
r600g: fix occlusion query results.
Dave Airlie
2011-01-31
1
-2
/
+8
*
r600g: Implement timer queries.
Mathias Fröhlich
2011-01-25
3
-13
/
+73
*
r600g: Implement asyncronous query results.
Mathias Fröhlich
2011-01-25
1
-4
/
+13
*
r600g: Fix meaning of num_results for queries.
Mathias Fröhlich
2011-01-25
1
-4
/
+4
*
fix potential leak in r600_context_init
Tim Wiederhake
2011-01-25
1
-1
/
+2
*
silences some valgrind warnings
Tim Wiederhake
2011-01-25
1
-1
/
+1
*
r600g: Kill trailing whitespace.
Henri Verbeet
2011-01-18
3
-41
/
+41
*
r600g: Remove the redundant radeon_new() prototype.
Henri Verbeet
2011-01-15
1
-2
/
+0
*
r600g: move user fence into base radeon structure
Jerome Glisse
2011-01-11
5
-40
/
+42
*
r600g: add support for NI (Northern Islands) GPUs
Alex Deucher
2011-01-06
2
-0
/
+39
*
r600g: r600_new() and r600_delete() are unused.
Henri Verbeet
2010-12-22
4
-124
/
+15
*
r600g: remove useless switch statements
Alex Deucher
2010-12-22
2
-105
/
+0
[prev]
[next]