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-11-19
update some vars
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-22
disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...
Roland Scheidegger
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-13
fix potential bug when emitting elts with lots of components
Roland Scheidegger
2005-10-11
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-10-08
do not set format of the incoming vertices needed for fog_coord in the generi...
Roland Scheidegger
2005-10-05
fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...
Roland Scheidegger
2005-10-05
reverse accidentally commited part of last commit (makes it compile again...).
Roland Scheidegger
2005-10-05
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
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-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-10
add the new drm packets needed for ATI_fragment_shader to the sanity code of ...
Roland Scheidegger
2005-09-10
add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...
Roland Scheidegger
2005-09-09
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...
Roland Scheidegger
2005-09-09
add missing fallback string for ARB_vertex_program
Roland Scheidegger
2005-09-09
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...
Roland Scheidegger
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
remove dead code
Brian Paul
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
[next]