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
/
mesa
/
drivers
/
dri
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: fix a typo
Maciej Cencora
2009-08-23
1
-1
/
+1
*
r300: minor optimization
Maciej Cencora
2009-08-23
1
-8
/
+4
*
Fix r300 VBO support build on big endian.
Michel Dänzer
2009-08-22
1
-3
/
+3
*
r300: Movde debug output from stdout to stderr in copiler.
Pauli Nieminen
2009-08-18
1
-8
/
+8
*
radeon: Optimize memory handling for dma operations.
Pauli Nieminen
2009-08-18
4
-19
/
+6
*
r300: fix the build on big endian
Alex Deucher
2009-08-18
1
-1
/
+1
*
r300: remove warning introduced with OQ
Dave Airlie
2009-08-18
1
-1
/
+0
*
r300: OQ rework
Dave Airlie
2009-08-18
12
-328
/
+113
*
r300: fix missing BEGIN/END batches
Dave Airlie
2009-08-18
1
-0
/
+2
*
r300: fix big endian build
Dave Airlie
2009-08-18
1
-0
/
+1
*
r300: split vbo rendering with big drawarray case
Jerome Glisse
2009-08-17
1
-4
/
+15
*
r300: disable ZTOP only when occlusion queries are used
Maciej Cencora
2009-08-16
1
-1
/
+3
*
r300: enable ARB_occlusion_query
Maciej Cencora
2009-08-15
1
-0
/
+8
*
r300: temporary occlusion query hack
Maciej Cencora
2009-08-15
1
-1
/
+1
*
r300: clear not_flushed OQ list after flush
Maciej Cencora
2009-08-15
1
-1
/
+12
*
r300/oq: add some debugging info
Maciej Cencora
2009-08-15
1
-0
/
+21
*
r300: add occlusion queries support
Maciej Cencora
2009-08-15
8
-1
/
+308
*
r300: fixup space checks since VBO code
Dave Airlie
2009-08-15
1
-16
/
+9
*
r300: add just in case warn I don't think this can actually happen
Dave Airlie
2009-08-15
1
-0
/
+5
*
radeon: enable vertex splitting for IBs
Dave Airlie
2009-08-15
2
-13
/
+47
*
Merge branch 'vbo_clean'
Maciej Cencora
2009-08-15
9
-326
/
+333
|
\
|
*
r300: mark VBO buffer objects as persistent
Maciej Cencora
2009-08-15
1
-3
/
+6
|
*
r300: unmap buffer objects after usage
Maciej Cencora
2009-08-14
1
-1
/
+11
|
*
r300: remove broken vertex splitting
Maciej Cencora
2009-08-14
2
-13
/
+5
|
*
r300: rework index buffer setup
Maciej Cencora
2009-08-14
3
-119
/
+126
|
*
r300: remove unused software TNL path
Maciej Cencora
2009-08-14
4
-118
/
+6
|
*
r300: use VBOs for vertex attributes
Maciej Cencora
2009-08-14
3
-84
/
+187
|
*
r300: add required symlinks
Maciej Cencora
2009-08-14
2
-0
/
+2
|
*
radeon: add VBO support (not enabled yet)
Maciej Cencora
2009-08-14
1
-1
/
+2
*
|
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+7
*
|
r300: Fix a regression on non-KMS
Nicolai Hähnle
2009-08-02
1
-8
/
+11
|
/
*
r300: Fix corner-case of KIL on R300
Nicolai Hähnle
2009-08-01
2
-51
/
+60
*
r300: Fix Z buffer re-emit after window resize
Nicolai Hähnle
2009-08-01
2
-5
/
+9
*
radeon: fix r100/r200 compressed texture stride
Roland Scheidegger
2009-07-31
1
-5
/
+0
*
r300/compiler: Remove inst_offset from r500_fragment_program_code
Nicolai Hähnle
2009-07-30
3
-6
/
+4
*
r300: Cleanup r300_fragment_program_code
Nicolai Hähnle
2009-07-29
4
-115
/
+145
*
r300/compiler: Adapt AllocateHwInputs interface to common usage pattern
Nicolai Hähnle
2009-07-29
3
-5
/
+6
*
r300/compiler: Make calculate_inputs_outputs available to external users
Nicolai Hähnle
2009-07-27
2
-2
/
+7
*
r300/compiler: Add vertex program code dumper from Gallium driver
Nicolai Hähnle
2009-07-27
4
-0
/
+185
*
r300/compiler: Prepare for hookup to Gallium
Nicolai Hähnle
2009-07-27
2
-25
/
+31
*
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
5
-22
/
+21
*
r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
Nicolai Hähnle
2009-07-27
3
-46
/
+61
*
r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constants
Nicolai Hähnle
2009-07-27
4
-27
/
+27
*
r300/fragprog: Move some of the attribute handling out of the compiler
Nicolai Hähnle
2009-07-27
3
-72
/
+77
*
r300/fragprog: Finally get rid of the duplicate program copy
Nicolai Hähnle
2009-07-27
6
-57
/
+12
*
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
5
-104
/
+100
*
r300: Remove ugly PSIZ hack
Nicolai Hähnle
2009-07-27
1
-6
/
+4
*
r300/vertprog: Refactor wpos rewrite using rc_program
Nicolai Hähnle
2009-07-27
3
-61
/
+51
*
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
4
-36
/
+34
*
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
5
-78
/
+69
[next]