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
/
drivers
/
r300
/
r300_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-1
/
+6
*
r300g: Fix up a bunch of warnings.
Corbin Simpson
2009-10-18
1
-13
/
+11
*
r300g: Use a hash table to look up vertex info.
Corbin Simpson
2009-10-16
1
-13
/
+13
*
r300g: Set logical ID for each emitted texture/sampler.
Corbin Simpson
2009-10-15
1
-1
/
+2
*
r300g: Move ZTOP to its own state atom.
Corbin Simpson
2009-10-14
1
-1
/
+1
*
r300g: remove buffer add that should be unnecessary.
Dave Airlie
2009-10-14
1
-6
/
+0
*
r300g: port over last parts of oq support.
Dave Airlie
2009-10-14
1
-2
/
+9
*
r300g: convert query to a state for emitting.
Dave Airlie
2009-10-14
1
-3
/
+12
*
r300g: fixup arb occulsion query support.
Dave Airlie
2009-10-14
1
-9
/
+60
*
r300g: attempt to make bo space check sane.
Dave Airlie
2009-10-14
1
-0
/
+3
*
r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.
Dave Airlie
2009-10-14
1
-7
/
+9
*
r300g: Fix fragment program constants upload on R300
Nicolai Hähnle
2009-10-11
1
-1
/
+1
*
r300g: add missing break in OQ emit
Dave Airlie
2009-09-26
1
-0
/
+1
*
r300g: There is no such thing as "texture stride"
Nicolai Hähnle
2009-09-12
1
-2
/
+2
*
r300g: Fix a number of warnings
Nicolai Hähnle
2009-09-06
1
-0
/
+1
*
r300g: Debug flags infrastructure
Nicolai Hähnle
2009-09-06
1
-1
/
+1
*
r300g: Massively cleanup OQ.
Corbin Simpson
2009-08-18
1
-0
/
+79
*
r300g: Emit relocations for pitch registers.
Michel Dänzer
2009-08-11
1
-4
/
+7
*
r300g: Use radeon compiler for fragment programs
Nicolai Hähnle
2009-07-30
1
-76
/
+140
*
r300g: Use r300compiler for vertex shaders
Nicolai Hähnle
2009-07-30
1
-25
/
+50
*
r300g, radeon-gallium: Fix API, cleanup.
Corbin Simpson
2009-07-23
1
-1
/
+2
*
r300-gallium: Unify sampler and texture emit.
Corbin Simpson
2009-07-08
1
-29
/
+21
*
r300g: Comment out assert for now.
Corbin Simpson
2009-06-26
1
-0
/
+2
*
r300-gallium: Ensure that no dirty state goes unemitted.
Corbin Simpson
2009-06-26
1
-2
/
+4
*
r300-gallium: organize fragment/vertex shaders
Joakim Sindholt
2009-06-26
1
-4
/
+4
*
r300-gallium: HW TCL glxgears. (Read the rest of the log.)
Corbin Simpson
2009-06-08
1
-0
/
+5
*
r300-gallium: Make UCP and clip work again for SW TCL.
Corbin Simpson
2009-06-08
1
-17
/
+19
*
r300-gallium: Don't emit UCP planes for SW TCL.
Corbin Simpson
2009-06-08
1
-0
/
+4
*
r300-gallium: Use VAP_CLIP_CNTL.
Corbin Simpson
2009-06-05
1
-1
/
+4
*
r300-gallium: Emit UCP.
Corbin Simpson
2009-06-05
1
-0
/
+26
*
r300-gallium: Improve vs emit.
Corbin Simpson
2009-06-05
1
-8
/
+12
*
r300-gallium: Fix pasta.
Corbin Simpson
2009-06-04
1
-1
/
+1
*
r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.
Corbin Simpson
2009-05-28
1
-8
/
+20
*
r300-gallium: Make surface_copy work, and refactor buffer validation.
Corbin Simpson
2009-05-20
1
-4
/
+9
*
r300-gallium: Always do VTE, never software viewport.
Corbin Simpson
2009-05-18
1
-1
/
+5
*
r300-gallium: Comment out useless debugging code.
Corbin Simpson
2009-05-17
1
-12
/
+12
*
r300-gallium: Various cleanups leftover from before.
Corbin Simpson
2009-05-16
1
-2
/
+4
*
r300-gallium: Space accounting for textures.
Corbin Simpson
2009-05-13
1
-2
/
+7
*
r300-gallium: Fix bad cast. Space accounting completely works now.
Corbin Simpson
2009-05-08
1
-2
/
+2
*
r300-gallium, radeon: BO handling fixes, some useful asserts.
Corbin Simpson
2009-05-08
1
-2
/
+2
*
r300-gallium: Finish space accounting.
Corbin Simpson
2009-05-08
1
-5
/
+55
*
r300-gallium, radeon-winsys: Space accounting.
Corbin Simpson
2009-05-01
1
-1
/
+9
*
r300-gallium: Clean up FB state emit.
Corbin Simpson
2009-04-25
1
-13
/
+13
*
r300-gallium: Set framebuffer pitch on every framebuffer change.
Mathias Gottschlag
2009-04-25
1
-1
/
+6
*
r300-gallium: Fix CS size mismatch
Mathias Gottschlag
2009-04-21
1
-1
/
+5
*
r300-gallium: Add vertex shader constant emit.
Corbin Simpson
2009-04-08
1
-2
/
+17
*
r300-gallium: Fix bad register write.
Corbin Simpson
2009-04-04
1
-3
/
+4
*
r300-gallium: Clean up compile warnings and strict compile errors.
Corbin Simpson
2009-04-04
1
-11
/
+9
*
r300-gallium: Moar vert shader emit.
Corbin Simpson
2009-03-31
1
-1
/
+22
*
r300-gallium: Add vertex shader emit.
Corbin Simpson
2009-03-31
1
-0
/
+20
[next]