summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-22Merge branch 'gallium-0.1' into gallium-draw-optigallium-draw-optiKeith Whitwell80-1245/+2357
2008-03-22gallium: fix a few more shader-related mem leaksBrian4-42/+45
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian2-4/+4
2008-03-22gallium: free samplers, textures in destroy()Brian2-0/+13
2008-03-22gallium: remove temporary _screen suffix from function namesBrian1-10/+10
2008-03-22gallium: fix a few mem leaks when deleting programsBrian1-13/+20
2008-03-22gallium: fix mem leak (fee pstipple stage)Brian1-0/+2
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian1-2/+2
2008-03-22gallium: Remove pedantic asserts.José Fonseca1-11/+7
2008-03-21cell: Generate blend / depth test code when state atom is createdIan Romanick1-21/+9
2008-03-21cell: Change code-gen for CONST_COLOR blend factorIan Romanick5-49/+53
2008-03-21Tabs to spacesIan Romanick1-27/+27
2008-03-21cell: Remove unnecessary default_blend work-aroundIan Romanick1-21/+0
2008-03-21gallium: fix const buffer update bugBrian1-3/+4
2008-03-21Refactor PBO validate/map code.Brian9-94/+82
2008-03-21gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul3-28/+35
2008-03-21add a number of PBO validate/map/unmap functionsBrian Paul5-78/+240
2008-03-21Fix some PBO breakage.Brian2-11/+6
2008-03-21i915: added to-do note about setting the max_lod register to get proper min/m...Brian1-0/+6
2008-03-21mesa: minor code re-orgBrian Paul1-24/+39
2008-03-21gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA) to check if s3tc is s...Brian Paul1-4/+6
2008-03-21gallium: added DXT formats (preliminary, will probably change)Brian Paul1-1/+23
2008-03-21gallium: use is_format_supported() to determine if GL_EXT_texture_sRGB is sup...Brian Paul1-1/+4
2008-03-21gallium: document is_format_supported()'s type paramBrian Paul1-0/+1
2008-03-21gallium: PIPE_FORMAT_TYPE_ commentsBrian Paul1-6/+6
2008-03-21gallium: added sRGB formatsBrian Paul1-1/+8
2008-03-21gallium: additional comments, fix typos, etcBrian Paul1-8/+23
2008-03-21gallium: Update scons build for state tracker files added/removed.Michel Dänzer1-1/+2
2008-03-20cell: Fix several bugs in blend code-genIan Romanick1-20/+92
2008-03-20cell: Call the correct function to generate blending codeIan Romanick1-1/+1
2008-03-20cell: Fix bus error when there is no depth bufferIan Romanick1-0/+3
2008-03-20cell: Use code-gen for alpha blendIan Romanick9-132/+129
2008-03-20gallium: catch some out of memory conditions in the texture image code.Brian Paul2-5/+13
2008-03-20gallium: set fb.width/heightBrian2-0/+4
2008-03-20gallium: enable vp input semantic infoBrian1-9/+6
2008-03-20gallium: use new framebuffer width, height fieldsBrian5-22/+7
2008-03-20cell: use pipe_framebuffer_state.width, heightBrian2-13/+4
2008-03-20gallium: assign framebuffer width, heightBrian1-0/+3
2008-03-20gallium: unused var silence warningBrian1-1/+2
2008-03-20gallium: added width, height to pipe_framebuffer_stateBrian1-0/+2
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian5-294/+16
2008-03-20gallium: glBitmap code now separated from glDraw/CopyPixels codeBrian2-0/+565
2008-03-20gallium: create one vertex buffer and re-useBrian1-5/+75
2008-03-20gallium: use sizeof(vertex buffer)Brian1-1/+1
2008-03-20gallium: Y-invert blit depending on framebuffer orientationBrian1-5/+8
2008-03-20gallium: in clear_with_quad() check fb orientation, invert Y if neededBrian1-2/+10
2008-03-20gallium: Give some chance for the table to actually grow.José Fonseca1-2/+1
2008-03-20gallium: Fix build on Windows.Michal Krol1-1/+1
2008-03-20gallium: Fix build on Windows.Michal Krol1-2/+2
2008-03-20gallium: remove unused local varKeith Whitwell1-1/+1