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
/
common
Age
Commit message (
Expand
)
Author
2010-07-20
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-19
Revert "Fix image_matches_texture_obj() MaxLevel check"
Will Dyson
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
mesa: refactor shader api / object code
Brian Paul
2010-05-24
meta: Convert Z value from normalized to object-space in meta code
Brian Paul
2010-05-10
mesa: more transform feedback infrastructure
Brian Paul
2010-05-07
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-04-27
Disable scissor when begining meta operations
Pierre Willenbrock
2010-04-27
Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Pierre Willenbrock
2010-03-16
meta: Fix up restoration of state if _mesa_map_pbo_source() fails.
Eric Anholt
2010-03-16
meta: Properly refcount our saved programs and texobjs.
Eric Anholt
2010-03-05
meta: Use the DrawBuffer's stencil size
Ian Romanick
2010-03-03
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-02-24
mesa: disable unreachable meta mipmap gen code
Brian Paul
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-12
mesa: Remove unnecessary headers.
Vinson Lee
2010-01-08
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-06
meta: remove F suffix from _mesa_Ortho() params
Brian Paul
2010-01-06
meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap
Brian Paul
2010-01-06
meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap
Brian Paul
2010-01-03
mesa: fix blend enable/disable calls in meta.c code
Francis Galiegue
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
mesa: remove unused ctx->Driver.ActiveTexture() hook
Brian Paul
2009-12-09
meta: Bind texture to unit 0 for mipmap generation
Ian Romanick
2009-11-16
mesa: remove unused vertex array driver hooks
Brian Paul
2009-11-02
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-27
mesa: s/Bilt/Blit
Brian Paul
2009-10-24
mesa: remove ctx->Driver.CompressedTextureSize() hook
Brian Paul
2009-10-20
meta: Fix the BufferSubData in meta clear to be BufferData.
Eric Anholt
2009-10-14
mesa: remove unused ctx->Driver.PrioritizeTextures() hook
Brian Paul
2009-10-14
mesa: remove unused ctx->Driver.TextureMatrix() hook
Brian Paul
2009-10-14
mesa: remove left-over debug printf
Brian Paul
2009-10-13
mesa: whitespace fixes
Brian Paul
2009-10-13
mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()
Brian Paul
2009-10-12
mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()
Brian Paul
2009-10-08
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-07
mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()
Brian Paul
2009-10-03
meta: Make sure texImage->TexFormat is valid for CopyTex(Sub)Image.
Michel Dänzer
2009-10-02
mesa: optimized _mesa_meta_BlitFramebuffer() for src=texture case
Brian Paul
2009-10-02
mesa: added _mesa_meta_check_generate_mipmap_fallback()
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
[next]