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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
3
-0
/
+15
*
r300g: reject resources from handles which are not large enough
Marek Olšák
2010-07-25
2
-4
/
+9
*
r300g: do not make copies of constant buffers, emit them directly
Marek Olšák
2010-07-16
2
-12
/
+1
*
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-16
4
-258
/
+275
*
r300g: do not print a rejected CS if RADEON_DUMP_CS is not set
Marek Olšák
2010-07-10
2
-4
/
+9
*
r300g: store/return the stride for winsys_handle in winsys
Marek Olšák
2010-07-08
1
-3
/
+8
*
r300g: move one flush from winsys to the context
Marek Olšák
2010-06-30
1
-14
/
+1
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
4
-24
/
+14
|
\
|
*
r300g: Move bootstrap code to targets
Jakob Bornecrantz
2010-06-06
4
-22
/
+14
*
|
glhd: Use an environment variable (GALAHAD) to enable. Off by default.
Corbin Simpson
2010-06-23
1
-2
/
+1
*
|
radeong: Disable Galahad for now; breaks texturing.
Corbin Simpson
2010-06-23
1
-1
/
+2
*
|
targets, radeong: Add Galahad.
Corbin Simpson
2010-06-22
1
-1
/
+3
*
|
r300g: optimize the immediate mode emission path a bit
Marek Olšák
2010-06-22
1
-0
/
+12
*
|
r300g: cleanup buffer_{from, get}_handle
Marek Olšák
2010-06-20
2
-16
/
+6
*
|
r300g: drop begin_cs/end_cs
Marek Olšák
2010-06-14
1
-21
/
+0
*
|
r300g: replace r300_cs_info with simplier get_cs_free_dwords
Marek Olšák
2010-06-13
1
-6
/
+3
|
/
*
r300g: use r300_buffer_domain everywhere
Marek Olšák
2010-06-02
3
-11
/
+31
*
r300g: let the driver determine the GEM domain for buffer_create
Marek Olšák
2010-06-02
3
-26
/
+16
*
r300g: add get_cs_info winsys entrypoint, abandon check_cs
Marek Olšák
2010-05-26
1
-3
/
+6
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
2
-6
/
+2
*
r300g: expose radeon_bo_wait to the driver
Marek Olšák
2010-05-16
3
-0
/
+18
*
r300g: fix texture transfers
Marek Olšák
2010-05-13
1
-1
/
+1
*
r300g: do not validate buffers in check_cs
Marek Olšák
2010-05-02
1
-1
/
+1
*
r300g: cache tiling flags to reduce the number of DRM calls
Marek Olšák
2010-05-02
1
-6
/
+9
*
radeong: fix scons build
Joakim Sindholt
2010-04-28
1
-0
/
+1
*
r300g: fix warnings by using the const qualifier
Marek Olšák
2010-04-26
1
-1
/
+1
*
r300g: Add CS table writing.
Corbin Simpson
2010-04-26
1
-0
/
+8
*
r300g: emit MSPOS regs
Marek Olšák
2010-04-26
3
-6
/
+10
*
gallium: Fix copy typo
Jakob Bornecrantz
2010-04-20
1
-1
/
+1
[next]