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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-3
/
+4
*
r200: Add radeon_buffer_objects.c.
Henri Verbeet
2010-09-05
1
-0
/
+1
*
radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels
Alex Deucher
2010-03-10
1
-1
/
+0
*
radeon: add hw accelerated glReadPixel support (not enabled yet)
Maciej Cencora
2010-03-09
1
-0
/
+1
*
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
/
+1
*
r200: use common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-3
/
+2
*
r200: add blit support
Alex Deucher
2010-01-18
1
-0
/
+2
*
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-21
1
-1
/
+1
*
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-1
/
+0
*
radeon: cleanup compile defines mess.
Dave Airlie
2009-09-16
1
-2
/
+1
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-5
/
+6
*
radeon/r200: Add -Wall to default build flags like it is in r300/r600
Pauli Nieminen
2009-08-21
1
-1
/
+2
*
radeon/r200: fix build after OQ commits
Dave Airlie
2009-08-18
1
-1
/
+2
*
Track Radeon driver symlinks in Git.
Michel Dänzer
2009-07-21
1
-47
/
+1
*
r200: fix makefile
Dave Airlie
2009-07-06
1
-1
/
+1
*
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-07-06
1
-1
/
+7
*
r200: add fbo files to the compile
Dave Airlie
2009-03-26
1
-2
/
+4
*
radeon: add cflags to decide whether to link libdrm_radeon or not.
Dave Airlie
2009-02-15
1
-1
/
+3
*
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
-14
/
+25
*
radeon/r200/r300: merge span code into single shared file
Dave Airlie
2009-02-11
1
-1
/
+3
*
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-29
1
-1
/
+0
*
radeon/r200/r300: start to move to common miptree/texobj
Dave Airlie
2009-01-21
1
-1
/
+4
*
radeon/r200/r300: start to make cmd buf useful
Dave Airlie
2009-01-15
1
-1
/
+2
*
radeon/r200/r300: make legacy emit non-r300 specific
Dave Airlie
2009-01-14
1
-0
/
+5
*
r300: start moving new r300 cmdbuf into common code
Dave Airlie
2009-01-14
1
-0
/
+2
*
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-2
/
+7
*
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-1
/
+2
*
radeno: hopefully make r200/radeon build
Dave Airlie
2008-12-21
1
-1
/
+3
*
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-5
/
+1
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-0
/
+1
*
Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem
Brian Paul
2006-04-06
1
-1
/
+1
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-2
/
+13
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
1
-0
/
+1
*
Dike out the linux-specific EGL bits unless it's a linux build.
Eric Anholt
2005-08-08
1
-1
/
+5
*
Enable EGL support in 'linux-dri' config
Jon Smirl
2005-08-07
1
-5
/
+7
*
Refactor COMMON_SOURCES up to Makefile.template
Adam Jackson
2005-05-05
1
-12
/
+0
*
Add drirenderbuffer.c to COMMON_SOURCES
Adam Jackson
2005-05-04
1
-0
/
+1
*
Parallel build fix. Multiword variables on the target side of a : get
Adam Jackson
2005-01-08
1
-2
/
+4
*
Get linux-solo dependencies building correctly,
Keith Whitwell
2004-12-09
1
-1
/
+1
*
back out Keiths last checkin - for Solo the include order is important
Dave Airlie
2004-12-09
1
-3
/
+7
*
Improve the behaviour of the build system wrt depend files.
Keith Whitwell
2004-12-08
1
-5
/
+4
*
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick
2004-05-27
1
-1
/
+3
*
add r200 x86 sources
Dave Airlie
2004-05-04
1
-1
/
+1
[next]