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
2011-03-16
i915c: Add GL_OES_draw_texture support.
Chia-I Wu
2011-03-15
mesa: add NV_texture_barrier
Marek Olšák
2011-02-28
mesa: move PBO-related functions into a new file
Brian Paul
2011-01-24
mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()
Brian Paul
2011-01-15
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-12
meta: Actually use mipmapping when generating mipmaps.
Eric Anholt
2011-01-10
meta: Don't tweak BaseLevel when doing glGenerateMipmap().
Eric Anholt
2010-12-10
mesa/meta: fix broken assertion, rename stack depth var
Brian Paul
2010-12-10
meta: allow nested meta operations
Xiang, Haihao
2010-11-24
meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear
Peter Clifton
2010-11-18
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-10
meta: Handle bitmaps with alpha test enabled.
Francisco Jerez
2010-11-06
meta: Don't try to disable cube maps if the driver doesn't expose the extension.
Francisco Jerez
2010-11-04
meta: Fix incorrect rendering of the bitmap alpha component.
Francisco Jerez
2010-11-04
meta: Don't leak alpha function/reference value changes.
Francisco Jerez
2010-10-29
mesa: Make metaops use program refcounts instead of names.
Eric Anholt
2010-10-27
Track separate programs for each stage
Ian Romanick
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-16
meta: Don't bind the created texture object in init_temp_texture().
Francisco Jerez
2010-09-14
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
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
[next]