summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)Author
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-12meta: Actually use mipmapping when generating mipmaps.Eric Anholt
2011-01-10meta: Don't tweak BaseLevel when doing glGenerateMipmap().Eric Anholt
2010-12-10mesa/meta: fix broken assertion, rename stack depth varBrian Paul
2010-12-10meta: allow nested meta operationsXiang, Haihao
2010-11-24meta: Mask Stencil.Clear against stencilMax in _mesa_meta_ClearPeter Clifton
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-10meta: Handle bitmaps with alpha test enabled.Francisco Jerez
2010-11-06meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez
2010-11-04meta: Fix incorrect rendering of the bitmap alpha component.Francisco Jerez
2010-11-04meta: Don't leak alpha function/reference value changes.Francisco Jerez
2010-10-29mesa: Make metaops use program refcounts instead of names.Eric Anholt
2010-10-27Track separate programs for each stageIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-16meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-19Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: move arbprogram.[ch] to main/Brian Paul
2010-06-10mesa: refactor shader api / object codeBrian Paul
2010-05-24meta: Convert Z value from normalized to object-space in meta codeBrian Paul
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul
2010-04-27Disable scissor when begining meta operationsPierre Willenbrock
2010-04-27Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock
2010-03-16meta: Fix up restoration of state if _mesa_map_pbo_source() fails.Eric Anholt
2010-03-16meta: Properly refcount our saved programs and texobjs.Eric Anholt
2010-03-05meta: Use the DrawBuffer's stencil sizeIan Romanick
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-02-24mesa: disable unreachable meta mipmap gen codeBrian Paul
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-12mesa: Remove unnecessary headers.Vinson Lee
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06meta: remove F suffix from _mesa_Ortho() paramsBrian Paul
2010-01-06meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmapBrian Paul
2010-01-06meta: set viewport and projection matrix in _mesa_meta_GenerateMipmapBrian Paul
2010-01-03mesa: fix blend enable/disable calls in meta.c codeFrancis Galiegue
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul