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
/
main
Age
Commit message (
Expand
)
Author
2009-02-18
mesa: convert VERT_RESULT_* from #defines to enum, like the others
Brian Paul
2009-02-18
mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
Brian Paul
2009-02-17
mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)
Brian Paul
2009-02-17
mesa: turn on reporting of GLSL version 1.20
Brian Paul
2009-02-13
i965: Eric Anholt's patch for bumping up texture sizes
Robert Ellison
2009-02-13
mesa: add additional texture size/limit assertions
Brian Paul
2009-02-12
glDrawBuffers(n==0) is valid
Robert Ellison
2009-02-12
mesa: don't include m_xform.h where not needed
Brian Paul
2009-02-12
mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c
Brian Paul
2009-02-12
mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
Brian Paul
2009-02-11
mesa: get rid of _math_init()
Brian Paul
2009-02-11
mesa: Move statements after declarations.
José Fonseca
2009-02-10
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
Merge commit 'origin/gallium-0.2' into gallium-master-merge
Brian Paul
2009-02-10
mesa: remove the unused _mesa_UpdateTexEnvProgram() function
Brian Paul
2009-02-10
mesa: another fix for program/texture state validation
Brian Paul
2009-02-10
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...
Brian Paul
2009-02-10
mesa: fix/change state validation order for program/texture state
Brian Paul
2009-02-09
mesa: fixes for srgb formats
Roland Scheidegger
2009-02-09
fix _mesa_get_teximage for srgb textures
Roland Scheidegger
2009-02-09
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change
Brian Paul
2009-02-09
mesa: add no-change testing for a few more texture parameters
Brian Paul
2009-02-09
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...
Brian Paul
2009-02-07
mesa: minor fixes to incomplete texture debug code
Brian Paul
2009-02-07
mesa: debug code for printing info about textures, writing teximages to disk
Brian Paul
2009-02-07
mesa: code refactoring: move texcombine code into update_tex_combine()
Brian Paul
2009-02-07
mesa: minor clean-ups, remove unneeded conditional
Brian Paul
2009-02-07
mesa: fix logic error in computing enableBits in update_texture_state()
Brian Paul
2009-02-06
glsl: new MESA_GLSL env var for GLSL debugging features
Brian Paul
2009-02-06
Revert "mesa: meaningless whitespace change to see if git's working (ignore)"
Brian Paul
2009-02-06
mesa: meaningless whitespace change to see if git's working (ignore)
Brian Paul
2009-02-04
mesa: more info in error messages
Brian Paul
2009-02-04
mesa: minor error msg improvement
Brian Paul
2009-02-03
mesa: simplify delete_wrapper()
Brian Paul
2009-01-31
mesa: more display list cleanups
Brian
2009-01-31
mesa: display list clean-ups
Brian
2009-01-31
mesa: minor comments, clean-ups
Brian
2009-01-31
mesa: remove remnant of GL_SGIX_depth_texture
Brian
2009-01-30
mesa: simplify the _mesa_get_proxy_tex_image() function
Brian Paul
2009-01-30
mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()
Brian Paul
2009-01-30
mesa: add missing _mesa_reference_texobj() calls for texture array targets
Brian Paul
2009-01-30
mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_cou...
Brian Paul
2009-01-29
mesa: allow glFramebufferTexture1/2/3D(target = GL_READ/DRAW_FRAMEBUFFER)
Brian Paul
2009-01-29
mesa: fix a render to texture FBO validation bug
Brian Paul
2009-01-29
mesa: set version to 7.4 for mesa_7_4_branch
Brian Paul
2009-01-29
mesa: set version to 7.3
Brian Paul
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
[next]