index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_screen.c
Age
Commit message (
Expand
)
Author
2007-11-22
fix z buffer read/write issue with rv100-like chips and old ddx
Roland Scheidegger
2007-11-15
fix bogus assumption if ddx has set up surface reg for z buffer
Roland Scheidegger
2007-11-06
r200: Re-expose SetTexOffset functionality.
Michel Dänzer
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-11
Add a version field to __DRIextension.
Kristian Høgsberg
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
2007-10-10
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-09-29
r200: Implement SetTexOffset hook.
Chris Rankin
2007-05-22
r300: Implement SetTexOffset hook.
Michel Dänzer
2007-05-07
radeon: enable xpress chipsets
Dave Airlie
2007-04-09
the RS400 definitely doesn't work at this point so don't let it init
Dave Airlie
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2007-02-12
r300: Add proper support for sin/cos instruction in fragment program
Rune Peterson
2007-01-18
support as much of GL_EXT_stencil_two_side as we can. untested.
Aapo Tahkola
2006-10-18
Enable GLX_SGI_make_current_read for radeon.
Ian Romanick
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-08-31
Give the user posibility to choose speed over correctness.
Rune Petersen
2006-08-27
close #6318
Aapo Tahkola
2006-08-19
remove the now confusing option to manually enable software ARB_vp if drm is ...
Roland Scheidegger
2006-05-27
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...
Roland Scheidegger
2006-05-18
Dont allow 16 tex units to be used at all.
Aapo Tahkola
2006-05-12
the r300 should only use 8 until Mesa can deal with this
Dave Airlie
2006-04-04
use gart base from drm not try to work it out ourselves.. bump radeon client
Dave Airlie
2006-04-04
switch to card_type rather than IsPCI, doesn't change any functionality yet
Dave Airlie
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-31
free rs300 and ban r350(according to r300.sf.net)
Aapo Tahkola
2006-03-31
disable r300 chips. R300_FORCE_R300 to force
Aapo Tahkola
2006-03-27
make allow_large_textures 1 by default for radeon and r200, and consequently ...
Roland Scheidegger
2006-03-07
Enable HW VBOs and other things needed by it.
Aapo Tahkola
2006-02-25
Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...
Roland Scheidegger
2006-02-03
replace the texture level hack used in radeon/r200 to allow larger textures w...
Roland Scheidegger
2006-01-20
Try to tackle bug #5148
Aapo Tahkola
2006-01-07
cube maps on r100 require newer drm than the same feature on r200 (regression...
Roland Scheidegger
2005-12-05
update r300 drm minimum to 20
Dave Airlie
2005-12-02
Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
Brian Paul
2005-11-29
If the DDX driver didn't reserve any video RAM for textures, fall back to
Michel Dänzer
2005-11-28
check for driver_modes == NULL. Don't need driver_modes for EGL driver
Brian Paul
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-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-09-14
make some functions static
Brian Paul
[next]