index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_screen.h
Age
Commit message (
Expand
)
Author
2009-08-24
r300: add support for getting Z pipe info from drm
Alex Deucher
2009-08-15
radeon: add flag for drm OQ support
Maciej Cencora
2009-06-12
Merge master and fix conflicts
Alex Deucher
2009-06-01
radeon: Provide a more detailled GL_RENDERER string.
Nicolai Hähnle
2009-04-08
R600: initial copy of r300 code
Alex Deucher
2009-04-01
radeon: fixup render buffer cleanups
Dave Airlie
2009-02-12
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2008-12-01
radeon: make DRI1 one work with new CS mechanism
Dave Airlie
2008-11-14
r300: SetTex extension support
Jerome Glisse
2008-11-14
r300: bo and cs abstraction.
Jerome Glisse
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-05-28
R3/4/5xx: update to use drm get_param for num gb pipes
Alex Deucher
2007-10-11
Move new texOffset extension to the new extension mechanism.
Kristian Høgsberg
2007-10-11
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-10
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2006-05-27
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...
Roland Scheidegger
2006-04-04
switch to card_type rather than IsPCI, doesn't change any functionality yet
Dave Airlie
2006-01-07
cube maps on r100 require newer drm than the same feature on r200 (regression...
Roland Scheidegger
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-03
enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...
Roland Scheidegger
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-03-18
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2003-12-07
merge some more of the radeon DRI driver from the DRI trunk
Alan Hourihane
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul