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
/
r200
/
r200_ioctl.h
Age
Commit message (
Expand
)
Author
2009-02-13
r200: use correct finish interface
Dave Airlie
2009-02-12
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-11
radeon/r200: flush vertices when data in cmdbuf.
Dave Airlie
2009-02-09
r200: cleanup some bits that aren't used
Dave Airlie
2009-02-04
radeon/r200 remove more unused code
Dave Airlie
2009-01-31
r200/r300: add aperture space checks
Dave Airlie
2009-01-29
r200: bring back single dma flush
Dave Airlie
2009-01-22
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-23
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-21
r200: make tri render on my r200.
Dave Airlie
2009-01-20
r200: clear is working at least - not much else
Dave Airlie
2009-01-14
radeon/r200/r300: consolidate the buffer copy/flip code into one place
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
radeon/r200: move state atom to common header
Dave Airlie
2009-01-13
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2005-10-11
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-22
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-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-04
Replace 'Display *' with '__DRInativeDisplay *'.
Ian Romanick
2004-04-14
disable under _SOLO build
Alan Hourihane
2004-04-13
fix the usage of GLX_MESA_allocate_memory
Alan Hourihane
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell