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
/
winsys
/
radeon
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Expose pkg-config in a simpler manner.
José Fonseca
2011-06-30
1
-5
/
+1
*
r300g: Remove is_r3xx
Benjamin Franzke
2011-06-07
3
-215
/
+9
*
r300g: dynamically ask for and release Hyper-Z access
Marek Olšák
2011-05-15
3
-27
/
+99
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
10
-146
/
+461
*
r300g: fix crash when adding a new relocation
Marek Olšák
2011-04-08
1
-1
/
+2
*
r300g: add 'radeon: ' prefix to error messages in winsys
Marek Olšák
2011-04-08
2
-5
/
+5
*
r300g: do not wait for a busy BO if neither GPU nor CPU is changing it
Marek Olšák
2011-04-03
4
-12
/
+75
*
r300g: remove unused RADEON_PB_USAGE_CACHE
Marek Olšák
2011-04-03
2
-6
/
+0
*
r300g: avoid mapping the same buffer twice
Marek Olšák
2011-04-03
1
-0
/
+5
*
r300g: remove the redundant reference counter in radeon_bo
Marek Olšák
2011-04-03
3
-36
/
+21
*
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-08
3
-16
/
+17
*
r300g: require DRM 2.3.0 (kernel 2.6.34)
Marek Olšák
2011-03-02
1
-7
/
+6
*
r300g: do not use ioctl thread offloading on single-core machines
Marek Olšák
2011-03-02
3
-1
/
+4
*
r300g: fix invalid dereference in winsys
Marek Olšák
2011-02-19
1
-1
/
+1
*
r300g: fix a race between CS and SET_TILING ioctls
Marek Olšák
2011-02-16
3
-6
/
+21
*
r300g: offload the CS ioctl to another thread
Marek Olšák
2011-02-15
4
-111
/
+220
*
r300g: actually implement the is_buffer_busy hook the right way
Marek Olšák
2011-02-15
1
-3
/
+3
*
r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_map
Marek Olšák
2011-02-15
1
-20
/
+16
*
r300g: fix a possible race condition when mapping a buffer
Marek Olšák
2011-02-15
2
-23
/
+34
*
r300g: flush CS in bo_map even if we get USAGE_DONTBLOCK
Marek Olšák
2011-02-14
1
-0
/
+1
*
r300g: implement pb_manager::is_buffer_busy
Marek Olšák
2011-02-14
1
-22
/
+27
*
r300g: fixup the handle_compare function
Marek Olšák
2011-02-13
1
-2
/
+2
*
r300g: typecast void* to unsigned correctly
Marek Olšák
2011-02-12
1
-2
/
+4
*
r300g: improve function radeon_bo_is_referenced_by_cs
Marek Olšák
2011-02-12
5
-18
/
+30
*
r300g: remove unused function prototypes, update copyright
Marek Olšák
2011-02-11
4
-4
/
+56
*
r300g: plug a memory leak in winsys
Marek Olšák
2011-02-11
1
-0
/
+1
*
r300g: remove unneeded code in winsys
Marek Olšák
2011-02-11
1
-6
/
+0
*
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-11
10
-762
/
+653
*
scons: Gracefully handle pkg-config errors with libdrm_radeon.
Vinson Lee
2011-01-31
1
-1
/
+6
*
r300g: print driver info if RADEON_DEBUG=info
Marek Olšák
2011-01-27
3
-35
/
+21
*
r300g: add winsys flag CAN_AACOMPRESS
Marek Olšák
2011-01-27
3
-9
/
+21
*
r300g: rename flag squaretiling -> drm_2_1_0
Marek Olšák
2011-01-27
4
-12
/
+11
*
r300g: rework command submission and resource space checking
Marek Olšák
2011-01-08
8
-163
/
+409
*
r300g: Remove unnecessary header.
Vinson Lee
2010-12-23
1
-2
/
+0
*
r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versions
Marek Olšák
2010-12-22
3
-1
/
+9
*
r300g: cleanup winsys
Marek Olšák
2010-12-05
11
-628
/
+443
*
r300g: use internal BO handle for add_buffer and write_reloc
Marek Olšák
2010-12-03
3
-14
/
+28
*
r300g/r600g: bump cache manager timeouts to 1s
Dave Airlie
2010-11-25
1
-1
/
+1
*
gallium/egl: fix r300 vs r600 loading
Alex Deucher
2010-11-23
1
-1
/
+208
*
radeong: fix leaks
Joakim Sindholt
2010-09-26
1
-0
/
+3
*
r300g: make accessing map_list and buffer_handles thread-safe
Marek Olšák
2010-09-24
1
-6
/
+58
*
r300g: fixup long-lived BO maps being incorrectly unmapped when flushing
Marek Olšák
2010-09-24
1
-4
/
+10
*
r300g: fix buffer reuse issue caused by previous commit
Dave Airlie
2010-09-15
1
-3
/
+6
*
r300g: prevent creating multiple winsys BOs for the same handle
Marek Olšák
2010-09-15
1
-0
/
+26
*
r300g: fix map_buffer
Marek Olšák
2010-09-13
1
-4
/
+17
*
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
1
-7
/
+3
*
r300g: Remove unnecessary header.
Vinson Lee
2010-08-14
1
-1
/
+0
*
r300g: generalize the way we ask for hyperz
Marek Olšák
2010-08-08
1
-9
/
+26
*
r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0
Marek Olšák
2010-08-06
3
-0
/
+12
*
r300g: debug_print on startup whether we can use hyper-z
Marek Olšák
2010-08-05
1
-2
/
+4
[next]