summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-17egl: Always lock a display before using it.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu
2010-02-17egl: Always record error code.Chia-I Wu
2010-02-17egl: Use new error checking macros.Chia-I Wu
2010-02-17egl: Add new error checking macros.Chia-I Wu
2010-02-17llvmpipe: rework do_block_16 to use bitmasks and ffsKeith Whitwell
2010-02-17glsl/pp: Remove sl_pp_get_extension_state().Michal Krol
2010-02-17glsl/cl: Parse layout qualifiers only when an appropriate extension enabled.Michal Krol
2010-02-17glsl/cl: Properly emit layout qualifier list.Michal Krol
2010-02-17glsl: Silence unused value warning.Vinson Lee
2010-02-17nouveau: fix legacy dri driver buildJohannes Obermayr
2010-02-16sl/pp: re-do extension testing codeBrian Paul
2010-02-16nv40: Fix incorrect so_new() numbering.Francisco Jerez
2010-02-16nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.Francisco Jerez
2010-02-16glx: Fix a couple of warningsKristian Høgsberg
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-02-16dri/nouveau: Use event driven buffer validation.Francisco Jerez
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Brian Paul
2010-02-16glsl/pp: Do not try to enable extension `all'.Michal Krol
2010-02-16nv50: use hw idx buffers where we canBen Skeggs
2010-02-16nouveau: fix for latest libdrmBen Skeggs
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca
2010-02-15glsl/pp: Fix handling of if/elif/else cases.Michal Krol
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul
2010-02-15glu/sgi: Add assert to check for null pointer dereference.Vinson Lee
2010-02-15mesa: Remove pointless comparison of unsigned integer with a negative constant.Vinson Lee
2010-02-15glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee
2010-02-14draw: Add assert to check input of memcpy.Vinson Lee
2010-02-14glu/sgi: Move initialization of members to top of Curve constructor.Vinson Lee
2010-02-14glu/sgi: Initialize members of class Curvelist.Vinson Lee
2010-02-14glu/sgi: Initialize members of class Curve.Vinson Lee
2010-02-14glu/sgi: Initialize member of class Pool.Vinson Lee
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee
2010-02-14st/mesa: minor assorted clean-upsBrian Paul
2010-02-14st/mesa: change some function return typesBrian Paul
2010-02-14st/mesa: move per-fragment shader fields to local varsBrian Paul
2010-02-14st/mesa: use _mesa_clone_fragment_program()Brian Paul
2010-02-14r600: use new program cloning functionsBrian Paul
2010-02-14r300: use new program cloning functionsBrian Paul
2010-02-14glsl: use new program cloning functionsBrian Paul
2010-02-14mesa: added _mesa_clone_vertex/fragment_program()Brian Paul
2010-02-14r600: Silence uninitialized variable warnings.Vinson Lee
2010-02-15r300g: fix the size of constant buffersMarek Olšák