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
Age
Commit message (
Expand
)
Author
2005-09-02
change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi...
Brian Paul
2005-09-02
remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code
Brian Paul
2005-09-02
set depthHasSurface field for stencil renderbuffer
Brian Paul
2005-09-01
added an assertion to help debug broken stencil readback
Brian Paul
2005-09-01
fix page flipping breakage
Brian Paul
2005-09-01
fix typo
Brian Paul
2005-09-01
some missing renderbuffer changes (Roland)
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
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...
Roland Scheidegger
2005-08-25
remove stray references to ctx->Depth.OcclusionTest
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-11
Remove support for the R200_NO_VTXFMT environment variable. Instead use
Ian Romanick
2005-08-08
Dike out the linux-specific EGL bits unless it's a linux build.
Eric Anholt
2005-08-07
Enable EGL support in 'linux-dri' config
Jon Smirl
2005-07-29
Fix a == vs !- typo for glx_enable_extension
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
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-06
Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),
Roland Scheidegger
2005-07-01
remove common macros used in the span functions of most drivers from the indi...
Roland Scheidegger
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-26
Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
Eric Anholt
2005-06-26
Remove the #if 0-ed out old span code.
Eric Anholt
2005-05-31
Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more
Eric Anholt
2005-05-31
Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and
Eric Anholt
2005-05-31
Remove unused CTX_ARG2 define.
Eric Anholt
2005-05-13
Calculate render inputs for tcl stage correctly (hint: they aren't the
Keith Whitwell
2005-05-05
Refactor COMMON_SOURCES up to Makefile.template
Adam Jackson
2005-05-04
Add drirenderbuffer.c to COMMON_SOURCES
Adam Jackson
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-04-22
First pass at updating these drivers with pipeline_stage struct changes.
Keith Whitwell
2005-03-15
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-02-27
precedence precedence precedence.. add some brackets
Dave Airlie
2005-02-26
Add a dri config option to enable the max texture level hack
Dave Airlie
2005-02-17
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
remove extern (Jeff Muizelaar)
Brian Paul
2005-02-15
add some missing texture formats and bits from r200 docs
Dave Airlie
2005-02-10
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2005-02-10
add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...
Roland Scheidegger
2005-02-10
(Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...
Roland Scheidegger
2005-02-08
SUBPIXEL fixes from Dieter
Keith Whitwell
2005-02-08
Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect rendering
Michel Dänzer
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2005-01-08
Parallel build fix. Multiword variables on the target side of a : get
Adam Jackson
2004-12-16
Also PUBLICize the config option table
Adam Jackson
[next]