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
Age
Commit message (
Expand
)
Author
2006-08-23
silence warning
Brian Paul
2006-08-23
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-22
remove duplicate pieces of code.
Aapo Tahkola
2006-08-22
extend some DrawRangeElements cases to support rendering more than 65535 vert...
Aapo Tahkola
2006-08-22
fix broken write-only depth setting. use early z where possible.
Aapo Tahkola
2006-08-19
remove the now confusing option to manually enable software ARB_vp if drm is ...
Roland Scheidegger
2006-08-18
The driver now compiles correctly without any x headers or libraries installed
Sean D'Epagnier
2006-08-18
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-08-16
change tex memory allocation calls (debian bug 383209)
Brian Paul
2006-08-15
Enable support for GL_EXT_gpu_program_parameters for R300.
Ian Romanick
2006-08-15
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-12
gcc-4.1.1 compile fix
Aapo Tahkola
2006-08-12
Add comments explaining a couple "mystery" bits.
Ian Romanick
2006-08-11
Fix long standing bug that prevented newer drivers from working with
Ian Romanick
2006-08-11
support shorts as vertex data
Aapo Tahkola
2006-08-10
Add padding to match the current xf86-video-intel DDX->DRI interface.
Eric Anholt
2006-08-10
Added initial multisampling support to glfbdev driver.
Sean D'Epagnier
2006-08-09
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-04
export new _mesa_* functions
Karl Schultz
2006-08-01
renderbuffer fixes (Sean D'Epagnier)
Brian Paul
2006-08-01
Fixed warnings.
Claudio Ciccani
2006-07-31
fix #6991
Aapo Tahkola
2006-07-30
Add support for GL_MESA_shader_debug.
Michal Krol
2006-07-27
r300_emit.h cleanup.
Jerome Glisse
2006-07-21
check for non-nill pwc in WMesaMakeCurrent(), bug 7585
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-15
A small logic error.
Rune Petersen
2006-07-13
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
2006-07-12
fix another memleak
Tilman Sauerbeck
2006-07-11
_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards
Tilman Sauerbeck
2006-07-11
Revert the SiS and Unichrome DRM version check changes.
Thomas Hellström
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2006-07-09
Fix #7195
Aapo Tahkola
2006-07-06
Don't include unused header files.
Kristian Høgsberg
2006-07-05
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
2006-07-04
Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.
Jerome Glisse
2006-07-04
enable hw antialiasing (Martijn van Oosterhout)
Brian Paul
2006-07-03
additional clipping/viewport fixes (Martijn van Oosterhout)
Brian Paul
2006-07-03
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
2006-07-03
check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...
Roland Scheidegger
2006-07-03
Add copyright header and minor cleanup.
Jerome Glisse
2006-07-03
fix clipping bug on context change (Martijn van Oosterhout)
Brian Paul
2006-07-01
initialize offset to avoid bogus warnings from valgrind
Tilman Sauerbeck
2006-06-30
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2006-06-30
clipping fixes (Martijn van Oosterhout)
Brian Paul
2006-06-29
Fix typo.
Jerome Glisse
2006-06-29
destroy left-over VBOs on shutdown
Tilman Sauerbeck
2006-06-29
instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...
Tilman Sauerbeck
2006-06-29
cleanup, avoid magic values
Tilman Sauerbeck
2006-06-29
only assert front/back pitch if double-buffered (bug 7663)
Brian Paul
[next]