summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-05mesa: bump version to 7.5-rc3mesa_7_5_rc3Brian Paul2-2/+2
2009-06-04osmesa: Link with -ldl for dlopen codeDan Nicholson1-5/+2
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson1-27/+9
2009-06-04softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul1-2/+12
2009-06-04softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul1-1/+1
2009-06-04st/mesa: increase ST_MAX_SHADER_TOKENS to 8kBrian Paul1-1/+1
2009-06-04tgsi: increase MAX_LABELS to 4096Brian Paul1-1/+1
2009-06-02scons: Less aggressive optimizations for MSVC 64bit compiler.José Fonseca1-4/+17
2009-06-02scons: Output nice summary messages instead of long command lines.José Fonseca2-5/+10
2009-06-02util: Unsaved change missing from last commit.José Fonseca1-1/+1
2009-06-02util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca1-0/+15
2009-06-02util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca1-1/+1
2009-06-02mesa: release VBO and PBO references upon context destructionBrian Paul1-0/+10
2009-06-02mesa: add #define FEATURE_ARB_pixel_buffer_objectBrian Paul1-0/+1
2009-06-02intel: Clip to window after calling Driver.TexImage2DIan Romanick1-9/+8
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell3-0/+13
2009-06-01draw: free more token arraysKeith Whitwell2-5/+12
2009-06-01draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell1-0/+1
2009-06-01mesa/st: restore flush to copy_texsubimage (was previously finish)Keith Whitwell1-0/+3
2009-06-01wgl: Destroy the framebuffer when the window is destroyed.José Fonseca1-24/+48
2009-06-01progs/vpglsl: add similar support for point rendering as progs/vpKeith Whitwell3-6/+64
2009-06-01st/gl: Fix mip gen for compressed texturesJakob Bornecrantz1-6/+8
2009-06-01trivial/tri-z: add controls for depthrange min/maxKeith Whitwell1-10/+40
2009-06-01progs/wgl: Small cleanup to wglinfo.José Fonseca1-5/+4
2009-06-01progs/wgl: Use an invisible window in wglinfo.José Fonseca1-1/+1
2009-06-01st/mesa: fix incorrect sprite origin when drawing to FBO/textureBrian Paul1-1/+2
2009-06-01draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul1-0/+1
2009-06-01demos: add missing dependencies for util filesBrian Paul1-10/+11
2009-05-31wgl: Cleanup framebuffer destruction logic.José Fonseca1-9/+4
2009-05-31wgl: Ensure we only create framebuffers for HDC associated with a window.José Fonseca1-1/+7
2009-05-30wgl: Use the right pixel format.José Fonseca9-202/+301
2009-05-30wgl: Fix debugging output.José Fonseca1-9/+27
2009-05-30wgl: Rename function.José Fonseca1-2/+2
2009-05-30wgl: Remove unused field.José Fonseca2-2/+0
2009-05-30mesa: Output warnings to debugger on Windows.José Fonseca1-0/+10
2009-05-30mesa: Check/propagate return value on st_make_current.José Fonseca2-8/+11
2009-05-30mesa: Add success/failures return value to _mesa_make_current.José Fonseca2-4/+6
2009-05-30softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul1-1/+15
2009-05-22mesa: fix loop over generic attribs in update_arrays()Brian Paul1-1/+1
2009-05-22vbo: fix crash in vbo_exec_bind_arrays()Brian Paul1-0/+1
2009-05-22demos: fix multitex.c VertCoord attribute mappingBrian Paul1-1/+16
2009-05-22mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul1-13/+23
2009-05-22mesa: added commentBrian Paul1-0/+1
2009-05-21mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2-1/+16
2009-05-21vbo: fix incorrect loop limit in bind_array_obj()Brian Paul1-1/+4
2009-05-21mesa: use MAX_ values instead of literalsBrian Paul1-2/+2
2009-05-21minstall: Don't copy over an identical fileCarl Worth1-2/+5
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich1-4/+14
2009-05-19mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul1-0/+1
2009-05-18st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul1-2/+6