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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-07-06
1
-2
/
+8
*
r300: add hw accelerated support for different vertex data formats
Maciej Cencora
2009-06-07
1
-0
/
+1
*
r300: move common fp functions to seperate file
Maciej Cencora
2009-04-19
1
-0
/
+1
*
radeon: initial couch code copy from radeon
Dave Airlie
2009-03-20
1
-2
/
+4
*
radeon: add cflags to decide whether to link libdrm_radeon or not.
Dave Airlie
2009-02-15
1
-1
/
+3
*
r300: make r300 work with latest changes
Dave Airlie
2009-02-12
1
-0
/
+1
*
radeon/r200/r300: make build again with tracker changes
Dave Airlie
2009-02-13
1
-0
/
+1
*
radeon: remove depends on libdrm_radeon for now.
Dave Airlie
2009-02-12
1
-1
/
+1
*
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
1
-1
/
+1
*
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
1
-13
/
+23
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-4
/
+0
*
radeon/r200/r300: merge span code into single shared file
Dave Airlie
2009-02-11
1
-0
/
+1
*
radeon/r200/r300: start to move to common miptree/texobj
Dave Airlie
2009-01-21
1
-3
/
+4
*
radeon/r200/r300: start to make cmd buf useful
Dave Airlie
2009-01-15
1
-1
/
+2
*
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-2
/
+7
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-1
/
+2
*
radeon: fix library name for consistency
Dave Airlie
2008-12-22
1
-1
/
+1
*
radeon: fix pointer dangling
Jerome Glisse
2008-11-16
1
-2
/
+1
*
r300: convert to new relocations format (see libdrm-radeon)
Jerome Glisse
2008-11-14
1
-1
/
+1
*
r300: cs + DRI2 support
Jerome Glisse
2008-11-14
1
-1
/
+3
*
r300: bo and cs abstraction.
Jerome Glisse
2008-11-14
1
-3
/
+13
*
r300_fragprog: Use nqssa+dce and program_pair for emit
Nicolai Haehnle
2008-07-12
1
-0
/
+1
*
r500_fragprog: Major refactoring of final emit
Nicolai Haehnle
2008-07-12
1
-0
/
+1
*
r500: Add "Not quite SSA" and dead code elimination pass
Nicolai Haehnle
2008-07-12
1
-0
/
+1
*
r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH
Nicolai Haehnle
2008-06-14
1
-0
/
+1
*
r5xx: FP refactor, take one.
Corbin Simpson
2008-06-14
1
-1
/
+1
*
r300: Add radeon_program and trivial refactoring of r300_fragprog to use it
Nicolai Haehnle
2008-06-14
1
-0
/
+2
*
r500: fragprog
Dave Airlie
2008-05-02
1
-0
/
+1
*
Initial r300 modes for swtcl it compiles!!
Dave Airlie
2007-06-14
1
-0
/
+1
*
Revert "r300: Merged radeon_span.c."
Oliver McFadden
2007-05-11
1
-1
/
+1
*
r300: Merged radeon_span.c.
Oliver McFadden
2007-05-11
1
-1
/
+1
*
r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.
Oliver McFadden
2007-05-11
1
-1
/
+1
*
r300: radeon_span.h is now common code; radeon_span.c still needs some work.
Oliver McFadden
2007-05-09
1
-1
/
+2
*
r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Removed the obsolete GLX_DIRECT_RENDERING define.
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Removed the deprecated VTXFMT code.
Oliver McFadden
2007-05-09
1
-1
/
+0
*
r300: Cleaned up the R300 Makefile.
Oliver McFadden
2007-05-09
1
-25
/
+0
*
r300: Renamed r300_vertexprog.c to r300_vertprog.c
Oliver McFadden
2007-03-15
1
-1
/
+1
*
Fix parallel make in r300 driver.
Adam Jackson
2007-02-20
1
-2
/
+4
*
Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem
Brian Paul
2006-04-06
1
-2
/
+2
*
remove broken non arb fp path
Aapo Tahkola
2006-01-27
1
-1
/
+0
*
add EGL to r300 makefile
Dave Airlie
2005-12-29
1
-1
/
+7
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-1
/
+11
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-0
/
+2
*
add link for radeon_egl.c
Dave Airlie
2005-09-25
1
-1
/
+2
*
Use the routines supplied in the __DRIinterfaceMethods structure to create a
Ian Romanick
2005-07-28
1
-2
/
+1
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-1
/
+1
*
Implement enough of ARB_fragment_program for Keith's texenv program
Ben Skeggs
2005-05-23
1
-0
/
+1
*
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-04-24
1
-20
/
+20
*
Adding some comments.
Aapo Tahkola
2005-04-21
1
-1
/
+0
[next]