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
/
common
/
utils.c
Age
Commit message (
Expand
)
Author
2009-03-25
Convert u_int*_t to C99 standard uint*_t
Alan Coopersmith
2009-03-04
mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string
Brian Paul
2009-02-10
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-01-30
intel: Expose more FBconfigs in the 3D driver.
Eric Anholt
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-19
bug fix to MSAA visuals
Alan Hourihane
2008-09-19
re-add MSAA support
Alan Hourihane
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-08-09
dri: fix crash in driGetConfigAttribIndex
Dave Miller
2008-07-09
mesa: disable fprintf() error
Brian Paul
2008-06-27
gallium: handle msaa
Roland Scheidegger
2008-06-24
mesa/dri: User standard integer types.
José Fonseca
2008-06-12
revert the DRI2 commits
Alan Hourihane
2008-06-11
Bring in DRI2 changes
Alan Hourihane
2008-05-23
dri: add support for generating 3_3_2 configs
George Sapountzis
2008-05-20
Make utils.h self-contained.
George Sapountzis
2008-04-02
Initialize GLX_EXT_texture_from_pixmap attributes correctly.
Kristian Høgsberg
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2006-09-28
Add helper function to calculate the area of the intersection of two rectangles.
Michel Dänzer
2006-08-11
Fix long standing bug that prevented newer drivers from working with
Ian Romanick
2006-04-03
if DDX is -1 don't do DDX check
Dave Airlie
2006-04-01
These messages really should be printed all the time, users want to
Dave Airlie
2005-08-10
Mesa uses the glVertexAttrib*NV functions to implement fixed-function
Ian Romanick
2005-08-05
Fix recent problems with display lists and other parts of the code.
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-03-22
Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer in
Keith Whitwell
2005-01-26
new version check to allow to test for a range of ddx major versions, instead...
Roland Scheidegger
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-10-13
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
Ian Romanick
2004-10-13
Refactor the code in driGetRendererString a bit to make it easier to
Ian Romanick
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-15
Fix a couple typeos in the tables for driFillInModes.
Ian Romanick
2004-06-03
Add a new function, driFillInModes, that is to be used by drivers to
Ian Romanick
2004-06-02
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-03-15
extend SOLO code so the DDX version isn't checked
Dave Airlie
2003-12-11
add driClipRectToFramebuffer helper function
Keith Whitwell
2003-12-04
build fix
Alan Hourihane
2003-08-06
Shared dri driver resources
Keith Whitwell