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
Age
Commit message (
Expand
)
Author
2006-11-09
Remove unnecessary setting of GetBufferSize to NULL.
Ian Romanick
2006-11-02
s/GLuint/int/ to silence warnings
Brian Paul
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
Correct a little bug, radeon->glCtx is a pointer.
Jerome Glisse
2006-10-18
Enable GLX_SGI_make_current_read for radeon.
Ian Romanick
2006-10-18
Want to stop passing x/y/width/height to Clear() function.
Brian Paul
2006-10-15
fix handling of textures with a base internal format that does not have all f...
Roland Scheidegger
2006-10-15
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-09-28
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-13
always use argb8888 instead of rgba8888, this is far more likely to hit a fas...
Roland Scheidegger
2006-09-13
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-10
remove code to deal with non-normalized texture coordinates for tex rect targ...
Roland Scheidegger
2006-09-10
cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...
Roland Scheidegger
2006-09-08
cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...
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-06-02
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2006-06-01
retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...
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-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-04-20
Make most of the _mesa_noop_*() functions static.
Brian Paul
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2006-04-11
More GLSL code:
Michal Krol
2006-04-09
Destroy the GL context after driDestroyTextureHeap, because the driver's
Eric Anholt
2006-04-06
Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem
Brian Paul
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-04-03
use Width
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-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-03-27
make allow_large_textures 1 by default for radeon and r200, and consequently ...
Roland Scheidegger
2006-03-08
coverity check bug fix going over end of array
Dave Airlie
2006-03-08
coverity checker bug: Pointer dereferenced after NULL check
Dave Airlie
2006-03-07
Enable HW VBOs and other things needed by it.
Aapo Tahkola
2006-02-28
No need to call *_FIREVERTICES twice.
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-16
Reinstate vertex format after a rasterization fallback for both r200 and rade...
Roland Scheidegger
2006-02-03
replace the texture level hack used in radeon/r200 to allow larger textures w...
Roland Scheidegger
2006-01-30
fix broken assertion to make radeon driver compile with -DDEBUG...
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-30
fill out framebuffer egl stuff enable egl on R300
Dave Airlie
2005-12-29
add support for PCIE card to EGL, doesn't fully work yet but these changes
Dave Airlie
[next]