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_context.h
Age
Commit message (
Expand
)
Author
2007-05-09
r300: Cleaned up radeon_context.h slightly; mostly Indent.
Oliver McFadden
2007-02-03
remove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger
2006-10-18
Enable GLX_SGI_make_current_read for radeon.
Ian Romanick
2006-04-11
More GLSL code:
Michal Krol
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-05
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-05-31
Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts
Eric Anholt
2005-02-10
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-23
add sync debugging to the radeon driver
Dave Airlie
2004-12-08
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-25
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
2004-08-17
Close some races with locking on R100 and R200 which could manifest as rendering
Eric Anholt
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-03-12
Adjust includes to help DRI build
Jon Smirl
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-23
Fix attenuation hardware state handling, inspired by the R200 DDK reference
Michel Dänzer
2004-01-21
Silence some compiler warnings.
Ian Romanick
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-04
New, less expensive workaround for state-change lockups.
Felix Kuehling
2003-12-07
merge some more of the radeon DRI driver from the DRI trunk
Alan Hourihane
2003-12-05
xmlconfig fixes
Alan Hourihane
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
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