summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mesa_7_4_4' into debian-unstableJulien Cristau2009-06-2426-84/+250
|\
| * mesa: bump version to 7.4.4Brian Paul2009-06-221-3/+3
| * intel: added a null ptr checkBrian Paul2009-06-221-1/+2
| * intel: call _mesa_unreference_framebuffer() in intelDestroyBuffer()Brian Paul2009-06-221-1/+1
| * mesa: rework viewport/scissor initialization codeBrian Paul2009-06-173-12/+34
| * mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul2009-06-171-1/+1
| * GLX: attempt to fix glean makeCurrent test cases.Brian Paul2009-06-172-2/+6
| * mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul2009-06-161-2/+2
| * mesa: fix REMAINDER() macroBrian Paul2009-06-161-1/+1
| * intel: Release fb backing regions in intelDestroyBuffer()Brian Paul2009-06-151-1/+25
| * glsl: fix warnings, update comments, s/TRUE/GL_TRUE/Brian Paul2009-06-101-3/+4
| * glsl: Handle continuation characters in preprocessor.Brian Paul2009-06-101-2/+63
| * glsl: Fix symbol replacement handling in preprocessor.Brian Paul2009-06-101-13/+15
| * glsl: Expand nested preprocessor macros.Brian Paul2009-06-101-1/+14
| * glsl: Fix preprocessor define argument parsing for dead sections.Brian Paul2009-06-101-4/+4
| * glsl: preprocessor debug code (disabled)Brian Paul2009-06-101-0/+5
| * osmesa: Allow building standalone in all three channel widthsDan Nicholson2009-06-041-27/+9
| * mesa: fix loop over generic attribs in update_arrays()Brian Paul2009-06-011-1/+1
| * vbo: fix crash in vbo_exec_bind_arrays()Brian Paul2009-05-221-0/+1
| * mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul2009-05-221-13/+23
| * mesa: bump version to 7.4.3Brian Paul2009-05-221-3/+3
| * vbo: fix incorrect loop limit in bind_array_obj()Brian Paul2009-05-221-1/+4
| * mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2009-05-222-1/+16
| * mesa: remove texUnit->_Current = NULL assignmentBrian Paul2009-05-201-1/+0
| * mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTBrian Paul2009-05-191-3/+13
| * mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul2009-05-191-0/+1
| * mesa: fix texture object reference counting in texture_override()Brian Paul2009-05-191-1/+1
| * Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton2009-05-181-0/+2
| * mesa: bump version to 7.4.2Brian Paul2009-05-141-3/+4
| * i965: fix render to FBO/texture orientation bugsBrian Paul2009-05-131-6/+7
| * mesa: Fixed a texture memory leakBrian Paul2009-05-111-0/+3
| * Flag GLSL programs as depending on constant state when they use uniforms.Eric Anholt2009-05-051-0/+5
| * glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-042-2/+2
* | Merge branch 'mesa_7_4_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau2009-05-0334-181/+421
|\|
| * mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul2009-05-011-5/+16
| * r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-304-9/+11
| * mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul2009-04-281-3/+9
| * R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
| * swrast: add missing break in clamp_rect_coord_linear()Brian Paul2009-04-281-0/+1
| * i965: Support drawing to FBO cube faces other than positive X.Eric Anholt2009-04-231-7/+11
| * intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt2009-04-231-3/+3
| * intel: added null screen->dri2.loader pointer checkBrian Paul2009-04-201-1/+2
| * intel: update driver date, remove RC3 designationBrian Paul2009-04-181-1/+1
| * mesa: bump version to 7.4.1Brian Paul2009-04-181-2/+2
| * mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul2009-04-181-0/+1
| * intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5
| * intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul2009-04-171-0/+2
| * mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Brian Paul2009-04-161-1/+1
| * intel: Bump driver dateintel_2009q1_rc3Ian Romanick2009-04-151-1/+1
| * glx: added null pointer check in glXGetFBConfigs()Brian Paul2009-04-151-1/+2