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: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
1
-1
/
+0
*
make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefiles
Chad Versace
2011-08-30
1
-9
/
+0
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-4
/
+5
*
radeon: add hw accelerated glReadPixel support (not enabled yet)
Maciej Cencora
2010-03-09
1
-1
/
+2
*
radeon: move glGetTexImage handlers to seperate file
Maciej Cencora
2010-03-07
1
-0
/
+1
*
radeon: added tiling functions
Maciej Cencora
2010-03-07
1
-1
/
+2
*
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-03-06
1
-2
/
+0
*
egl: Remove USING_EGL and the related drivers.
Chia-I Wu
2010-01-22
1
-4
/
+0
*
Remove hardcoded -Wall from Radeon DRI makefiles
Alan Coopersmith
2010-01-19
1
-1
/
+0
*
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-2
/
+2
*
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-21
1
-1
/
+1
*
r300: use accelerated emit for CopyTex[Sub]Image functions
Maciej Cencora
2009-12-12
1
-0
/
+1
*
r300: accelerated blit support
Maciej Cencora
2009-12-12
1
-0
/
+1
*
r300: use _mesa_meta_Clear for buffer clears
Maciej Cencora
2009-12-12
1
-1
/
+0
*
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-2
/
+0
*
mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler
Brian Paul
2009-10-16
1
-6
/
+4
*
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
1
-2
/
+1
|
\
|
*
radeon: cleanup compile defines mess.
Dave Airlie
2009-09-16
1
-2
/
+1
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-06
1
-6
/
+7
|
\
|
|
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-6
/
+7
*
|
r300: Move Mesa -> RC program conversion to classic Mesa driver
Nicolai Hähnle
2009-08-30
1
-0
/
+1
|
/
*
r300: OQ rework
Dave Airlie
2009-08-18
1
-2
/
+2
*
r300: add occlusion queries support
Maciej Cencora
2009-08-15
1
-0
/
+1
*
radeon: add VBO support (not enabled yet)
Maciej Cencora
2009-08-14
1
-1
/
+2
*
r300/compiler: Compile the compiler seperately into an archive
Nicolai Hähnle
2009-07-27
1
-14
/
+8
*
r300/program_pair: Dynamically allocate instructions temporarily
Nicolai Hähnle
2009-07-27
1
-0
/
+1
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-9
/
+13
*
Track Radeon driver symlinks in Git.
Michel Dänzer
2009-07-21
1
-45
/
+1
*
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
[next]