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
/
drivers
/
r300
/
r300_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300-gallium: Make surface_copy work, and refactor buffer validation.
Corbin Simpson
2009-05-20
1
-12
/
+38
*
r300-gallium: Size mismatch.
Corbin Simpson
2009-05-17
1
-1
/
+1
*
r300-gallium: Clean up more invariant state.
Corbin Simpson
2009-05-17
1
-4
/
+6
*
r300-gallium: Various cleanups leftover from before.
Corbin Simpson
2009-05-16
1
-0
/
+3
*
r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.
Corbin Simpson
2009-05-14
1
-32
/
+43
*
r300-gallium: unbreak build
Joakim Sindholt
2009-05-11
1
-1
/
+1
*
r300-gallium: Setup surface in r300_surface_copy.
Corbin Simpson
2009-05-11
1
-0
/
+2
*
r300-gallium: Cleanup some compile warnings.
Corbin Simpson
2009-05-11
1
-10
/
+8
*
r300-gallium, radeon-winsys: Space accounting.
Corbin Simpson
2009-05-01
1
-0
/
+7
*
r300-gallium: Fix surface_copy too.
Corbin Simpson
2009-04-06
1
-1
/
+2
*
r300-gallium: Properly setup HW/SW TCL controls.
Corbin Simpson
2009-04-06
1
-1
/
+2
*
r300-gallium: Clean up compile warnings and strict compile errors.
Corbin Simpson
2009-04-04
1
-6
/
+6
*
r300-gallium: Add vertex shader for surface_copy.
Corbin Simpson
2009-04-01
1
-11
/
+24
*
r300-gallium: Moar vert shader emit.
Corbin Simpson
2009-03-31
1
-14
/
+4
*
r300-gallium: Add vertex shader emit.
Corbin Simpson
2009-03-31
1
-0
/
+21
*
r300-gallium: RGBA, not ARGB, after all.
Corbin Simpson
2009-03-30
1
-1
/
+1
*
r300-gallium: Allow surface_fill to clear depth/stencil buffers too.
Corbin Simpson
2009-03-30
1
-1
/
+1
*
r300-gallium: Emit the "right" sequence of colors.
Corbin Simpson
2009-03-30
1
-1
/
+1
*
r300-gallium: Handful of small leftovers.
Corbin Simpson
2009-03-30
1
-1
/
+3
*
r300-gallium: Add some surface_copy.
Corbin Simpson
2009-03-27
1
-6
/
+95
*
r300-gallium: Simplify/neaten up packet3.
Corbin Simpson
2009-03-20
1
-2
/
+2
*
r300-gallium: Clean up surface_fill, prep for surface_copy code.
Corbin Simpson
2009-03-20
1
-67
/
+54
*
r300-gallium: Properly offset scissors.
Corbin Simpson
2009-03-20
1
-2
/
+10
*
r300-gallium: Move all unsorted state into invariant state.
Corbin Simpson
2009-03-17
1
-123
/
+0
*
r300-gallium: Emit invariant state, no matter what.
Corbin Simpson
2009-03-17
1
-2
/
+0
*
r300-gallium: Quick little cleanup of surface_fill state.
Corbin Simpson
2009-03-17
1
-12
/
+11
*
r300-gallium: r500-fs: Setup immediates.
Corbin Simpson
2009-03-15
1
-2
/
+2
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-2
/
+1
*
r300-gallium: Unbreak fallback in surface_fill.
Corbin Simpson
2009-03-10
1
-6
/
+3
*
r300-gallium: Correct vertex format setup, cleanup regs and debugging.
Corbin Simpson
2009-03-07
1
-2
/
+1
*
r300-gallium: Move a few registers.
Corbin Simpson
2009-03-07
1
-12
/
+8
*
r300-gallium: A bit more vertex format fixup.
Corbin Simpson
2009-03-07
1
-5
/
+6
*
r300-gallium: Remove unknown regs.
Corbin Simpson
2009-03-06
1
-11
/
+0
*
r300-gallium: Make sure registers are inside BEGIN/END CS.
Corbin Simpson
2009-03-06
1
-1
/
+2
*
r300-gallium: Separate out fog block.
Corbin Simpson
2009-03-06
1
-8
/
+1
*
r300-gallium: GA enhancements.
Corbin Simpson
2009-03-06
1
-2
/
+1
*
r300-gallium: Flat/smooth shading state.
Corbin Simpson
2009-03-06
1
-2
/
+1
*
r300-gallium: Pick up a few more bits of rs_state.
Corbin Simpson
2009-03-06
1
-13
/
+10
*
r300-gallium: Move RS block setup to CSO.
Corbin Simpson
2009-03-05
1
-30
/
+3
*
r300-gallium: Move scissor state.
Corbin Simpson
2009-03-05
1
-5
/
+5
*
r300-gallium: Add unaccelerated surface_copy.
Corbin Simpson
2009-03-04
1
-0
/
+62
*
r300-gallium: Clean up casts and indents.
Corbin Simpson
2009-03-01
1
-1
/
+2
*
r300-gallium: Split off invariant state.
Corbin Simpson
2009-03-01
1
-14
/
+3
*
r300-gallium: Fix register count.
Corbin Simpson
2009-02-28
1
-1
/
+1
*
r300-gallium: Fix hardlocks on trivial/clear.
Corbin Simpson
2009-02-28
1
-1
/
+2
*
r300-gallium: Use rs_state emit for r300_surface, move a few things around.
Corbin Simpson
2009-02-28
1
-19
/
+16
*
r300-gallium: Add pipe_format translators and apply them
Joakim Sindholt
2009-02-22
1
-2
/
+2
*
r300-gallium: correct buffer stride calculation
Joakim Sindholt
2009-02-22
1
-6
/
+5
*
r300-gallium: implement simple pipe_transfer Basically make the driver compil...
Joakim Sindholt
2009-02-18
1
-4
/
+4
*
r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.
Corbin Simpson
2009-02-16
1
-1
/
+1
[next]