summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: minor error msg improvement (cherry picked from commit 803504e69fbd8571...Brian Paul2009-03-131-1/+2
* intel: Decode MI operands using specific length masksChris Wilson2009-03-131-20/+23
* intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson2009-03-131-2/+2
* glxgears: No, really. Fix the dyslexia. (cherry picked from commit 5b5ddfb89c...Ian Romanick2009-03-131-1/+1
* Fix dyslexia. (cherry picked from commit 9d6880ec8d4c13540452a8208ca69a58a3f8...Ian Romanick2009-03-131-1/+1
* glxgears: Log a message if synched to vblankIan Romanick2009-03-131-0/+74
* mesa: refactor glTexParameter code (cherry picked from commit 318e53a4bf27499...Brian Paul2009-03-131-347/+480
* mesa: add missing texture_put_row_rgb() function in texrender.cRobert Ellison2009-03-131-0/+54
* intel: move glClear-related code into new intel_clear.c file (cherry picked f...Brian Paul2009-03-138-222/+304
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-03-1311-222/+301
* i965: scissor rect was inverted when rendering to texture (cherry picked from...Brian Paul2009-03-131-4/+14
* mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helper (cherry...Brian Paul2009-03-131-214/+125
* intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes2009-03-131-6/+6
* intel: move pipe enable sanity check to where it belongsJesse Barnes2009-03-131-8/+8
* intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.Owain Ainsworth2009-03-131-0/+8
* intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth2009-03-133-8/+34
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-03-131-1/+1
* swrast: Enable GL_EXT_stencil_two_side (cherry picked from commit b5fbdef7ec3...Ian Romanick2009-03-132-2/+4
* i965: minor improvements in brw_wm_populate_key() (cherry picked from commit ...Brian Paul2009-03-131-6/+6
* mesa: fix/update/restore comments related to two-sided stencil (cherry picked...Brian Paul2009-03-132-2/+19
* mesa: initialize ctx->Stencil._BackFace = 1Brian Paul2009-03-131-0/+1
* Track two sets of back-face stencil stateIan Romanick2009-03-139-104/+128
* mesa: fix transposed red/blue in store_texel_rgb888/bgr888() functionsBrian Paul2009-03-121-4/+4
* mesa: add missing _glthread_INIT_MUTEX in _mesa_new_framebuffer()Brian Paul2009-03-121-0/+1
* xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane2009-03-111-1/+1
* xmesa: set back-buffer's drawable fieldBrian Paul2009-03-091-0/+1
* i965: fix cube map lock-up / corruptionBrian Paul2009-03-091-9/+13
* autoconf: Restore _GNU_SOURCE for all Linux systemsDan Nicholson2009-03-061-1/+1
* mesa: Reads must also be done with lock held.Brian Paul2009-03-061-3/+5
* mesa: Fix typo.Brian Paul2009-03-061-1/+1
* docs: update glext.h to version 46Brian Paul2009-03-051-0/+1
* gl: update glext.h to version 46Brian Paul2009-03-051-4/+68
* mesa: fix sw fallback state validation bugBrian Paul2009-03-031-10/+29
* mesa: update fragResults array in arb_output_attrib_string()Brian Paul2009-02-271-1/+12
* mesa: set bufObj->Pointer = NULL after unmappingBrian Paul2009-02-271-5/+4
* mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap itBrian Paul2009-02-271-0/+5
* mesa: fix incorrect error handling in glBufferDataARB()Brian Paul2009-02-271-2/+4
* R300: Add support for RS600 chipsAlex Deucher2009-02-252-2/+12
* mesa: Build DRI by default on Linux/sparcBrian Paul2009-02-241-1/+1
* glsl: yet another swizzled expression fixBrian Paul2009-02-241-2/+5
* glsl: fix another swizzle-related bugBrian Paul2009-02-241-13/+8
* docs: Haiku fixesBrian Paul2009-02-231-0/+1
* mesa: fixes for building on HaikuBrian Paul2009-02-234-3/+25
* demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul2009-02-192-24/+74
* util: added more functions to extfuncs.hBrian Paul2009-02-191-0/+15
* mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul2009-02-194-4/+45
* glsl: update program->InputsRead when referencing input attributesBrian Paul2009-02-191-0/+4
* glsl: asst improvements, clean-ups in set_program_uniform()Brian Paul2009-02-181-27/+36
* glsl: fix inequality in set_program_uniform()Brian Paul2009-02-181-1/+1
* mesa: bump gl.h version comment to 7.4 (bug 20170)Brian Paul2009-02-181-1/+1