summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-16dri2: Event driven buffer validation.Francisco Jerez8-27/+59
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2-4/+8
2010-02-16glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg3-8/+4
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul2-3/+6
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Brian Paul1-4/+6
2010-02-16glsl/pp: Do not try to enable extension `all'.Michal Krol1-8/+20
2010-02-16nv50: use hw idx buffers where we canBen Skeggs2-8/+27
2010-02-16nouveau: fix for latest libdrmBen Skeggs1-5/+1
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca1-2/+1
2010-02-15glsl/pp: Fix handling of if/elif/else cases.Michal Krol2-11/+28
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul1-4/+5
2010-02-15glu/sgi: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-15mesa: Remove pointless comparison of unsigned integer with a negative constant.Vinson Lee1-9/+4
2010-02-15glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee2-0/+5
2010-02-14draw: Add assert to check input of memcpy.Vinson Lee1-0/+1
2010-02-14glu/sgi: Move initialization of members to top of Curve constructor.Vinson Lee1-8/+6
2010-02-14glu/sgi: Initialize members of class Curvelist.Vinson Lee1-4/+5
2010-02-14glu/sgi: Initialize members of class Curve.Vinson Lee1-0/+8
2010-02-14glu/sgi: Initialize member of class Pool.Vinson Lee1-0/+3
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-02-14st/mesa: minor assorted clean-upsBrian Paul1-8/+12
2010-02-14st/mesa: change some function return typesBrian Paul1-15/+15
2010-02-14st/mesa: move per-fragment shader fields to local varsBrian Paul2-20/+19
2010-02-14st/mesa: use _mesa_clone_fragment_program()Brian Paul1-1/+1
2010-02-14r600: use new program cloning functionsBrian Paul1-1/+1
2010-02-14r300: use new program cloning functionsBrian Paul1-1/+1
2010-02-14glsl: use new program cloning functionsBrian Paul1-2/+2
2010-02-14mesa: added _mesa_clone_vertex/fragment_program()Brian Paul1-0/+16
2010-02-14r600: Silence uninitialized variable warnings.Vinson Lee1-0/+4
2010-02-15r300g: fix the size of constant buffersMarek Olšák3-2/+34
2010-02-15python: Reconstruct blend state objects from binary blobs.José Fonseca1-0/+17
2010-02-15trace: Dump blend state as a binary blob.José Fonseca1-37/+1
2010-02-15trace: Fix constant buffer unwrapping.José Fonseca1-9/+4
2010-02-14util: Avoid dumping masked state. Other minor improvements.José Fonseca2-28/+43
2010-02-14os: A stream for debug logging.José Fonseca6-2/+89
2010-02-14trace: No need to dump reference counts.José Fonseca1-13/+0
2010-02-14python: Pretty-printing of blend state.José Fonseca2-1/+19
2010-02-14util: Helper functions to dump all state objects.José Fonseca4-0/+789
2010-02-14os: Add a growable string stream.José Fonseca4-0/+179
2010-02-14os: Complement/improve stream inline helpers.José Fonseca1-0/+17
2010-02-14os: Fix bad calloc.José Fonseca1-10/+1
2010-02-14trace: Update for os_stream changes.José Fonseca1-1/+1
2010-02-14util: Update for os_stream changes.José Fonseca1-1/+1
2010-02-14os: Make streams abstract.José Fonseca6-264/+160
2010-02-14glut: Silence uninitialized variable warning.Vinson Lee1-1/+4
2010-02-14llvmpipe: Silence unused value warning.Vinson Lee1-0/+1
2010-02-14svga: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-02-14r300: add half_float_vertex supportMarek Olšák2-0/+11
2010-02-14mesa: Don't pass paramter to __builtin_clz which would hve undefined result.Pauli Nieminen1-5/+11
2010-02-14r300g: set the correct tiling flags for renderbuffersMarek Olšák1-0/+68