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
/
r200
/
r200_cmdbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: fix scissor emission for r200 under kms
Dave Airlie
2009-08-07
1
-18
/
+24
*
R200: fix build when RADEON_DEBUG_BO is set
Alex Deucher
2009-07-17
1
-0
/
+6
*
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-07-06
1
-3
/
+5
*
Revert "r200: make use of DMA buffers for Elts a lot better."
Dave Airlie
2009-06-29
1
-5
/
+10
*
r200: make use of DMA buffers for Elts a lot better.
Dave Airlie
2009-06-26
1
-10
/
+5
*
r200: emit scissor when dri2 is enabled
Jerome Glisse
2009-05-25
1
-0
/
+31
*
r200: emit cliprect with indexed primitive
Jerome Glisse
2009-05-25
1
-1
/
+1
*
r200: fix vbo array rendering
Jerome Glisse
2009-05-20
1
-4
/
+2
*
r200: fix indexed draw color order and cs missmatch
Jerome Glisse
2009-05-20
1
-1
/
+2
*
r200: validate vertex buffer
Jerome Glisse
2009-04-12
1
-0
/
+5
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-48
/
+48
*
radeon/r200/r300: fix warnings
Dave Airlie
2009-03-24
1
-14
/
+1
*
r200: fix another cmdbuf sizing issue
Dave Airlie
2009-02-14
1
-1
/
+1
*
r200: fixup some CS emission sizes
Dave Airlie
2009-02-13
1
-1
/
+1
*
r200: use correct finish interface
Dave Airlie
2009-02-13
1
-1
/
+1
*
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
1
-2
/
+1
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-152
/
+43
*
r200: bring back single dma flush
Dave Airlie
2009-01-29
1
-4
/
+4
*
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-22
1
-1
/
+2
*
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-23
1
-146
/
+63
*
r200: make tri render on my r200.
Dave Airlie
2009-01-21
1
-19
/
+9
*
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-54
/
+172
*
r100/r200: move to new atom style emission
Dave Airlie
2009-01-15
1
-10
/
+23
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-8
/
+9
*
radeon/r200: move state atom to common header
Dave Airlie
2009-01-14
1
-3
/
+3
*
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-1
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-5
/
+5
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
1
-1
/
+1
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-0
/
+5
*
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2006-06-02
1
-11
/
+9
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
1
-0
/
+1
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
1
-1
/
+3
*
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-03-15
1
-0
/
+2
*
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
1
-1
/
+1
*
remove extern (Jeff Muizelaar)
Brian Paul
2005-02-17
1
-3
/
+3
*
If an application cleared before any state had been emitted, that clear would
Eric Anholt
2004-10-02
1
-0
/
+7
*
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-30
1
-4
/
+29
*
-O -Wall warnings cleanups in r200.
Eric Anholt
2004-09-24
1
-1
/
+1
*
Remove an unnecessary calculation of the dest pointer.
Eric Anholt
2004-09-24
1
-2
/
+1
*
fix for Erics new emit state code, rework out the dest pointer
Dave Airlie
2004-09-23
1
-0
/
+3
*
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
2004-09-22
1
-85
/
+77
*
Close some races with locking on R100 and R200 which could manifest as rendering
Eric Anholt
2004-08-17
1
-8
/
+6
*
change some explicit references to texture units 0/1 to unit < MaxTextureUnit...
Roland Scheidegger
2004-05-27
1
-4
/
+5
*
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-03-11
1
-12
/
+12
*
Roland Scheidegger's r200_changeemitorder.diff.
Keith Whitwell
2004-01-09
1
-5
/
+64
*
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-10-21
1
-1
/
+1
*
r200 driver, brought over by Jon Smirl
Keith Whitwell
2003-08-06
1
-0
/
+337