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
2005-11-24
use new _egl_api struct
Brian Paul
2005-11-23
fixed wrong return value in radeonShowSurfaceMESA()
Brian Paul
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-31
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-29
Bug #4901: Correct secondary color emission when lighting is turned off, tested
Eric Anholt
2005-10-27
Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by
Eric Anholt
2005-10-19
s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
Brian Paul
2005-10-18
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...
Roland Scheidegger
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-16
fix some obvious typos in radeon_reg.h (only currently unused bits affected)
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-13
make sure texture matrix is updated often enough with texture rectangles
Roland Scheidegger
2005-10-11
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-10-08
remove code dealing with drm versions older than 1.3. The driver requires (an...
Roland Scheidegger
2005-10-05
fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...
Roland Scheidegger
2005-10-05
remove unneeded parameter from radeonUploadTexMatrix.
Roland Scheidegger
2005-10-05
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-09-26
remove identity check for texgen planes (which was just plain wrong).
Roland Scheidegger
2005-09-26
fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...
Roland Scheidegger
2005-09-14
updated comment
Brian Paul
2005-09-14
make some functions static
Brian Paul
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
just some reformatting
Brian Paul
2005-09-10
add the new drm packets needed for ATI_fragment_shader to the sanity code of ...
Roland Scheidegger
2005-09-04
Simplify radeonSetCliprects(). Remove the 'mode' parameter.
Brian Paul
2005-09-04
Further clean-up and simplification of the span-related functions.
Brian Paul
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()
Brian Paul
2005-09-04
replace GET_SRC_PTR, GET_DST_PTR with GET_PTR
Brian Paul
2005-09-03
use new InitStencil/DepthPointer functions
Brian Paul
2005-09-02
set depthHasSurface for stencil renderbuffer
Brian Paul
2005-09-01
fix page flipping breakage
Brian Paul
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-09-01
s/__inline/INLINE/
Brian Paul
2005-08-31
remove redundant ctx->Driver fallback assignments that were already done in _...
Brian Paul
2005-08-25
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
Eric Anholt
2005-08-15
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-08
fix up color tiling in miniglx radeon server code
Dave Airlie
2005-08-08
Remove platform specific bits from radeon_egl.c
Jon Smirl
2005-08-05
More EGL prep. No impact on anything outside of EGL
Jon Smirl
2005-08-04
New files for radeon egl driver.
Jon Smirl
2005-08-03
Add color tiling support to miniglx for radeon
Dave Airlie
2005-07-29
Leave the AGP_BASE code in. It is pointless to bump the interface
Jon Smirl
2005-07-29
Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driver
Jon Smirl
2005-07-28
glxEnableExtension is a platform-specific function exported by the loader.
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
[next]