summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-15progs/tests: Make texcompress2 get texturegallium-s3tcJakob Bornecrantz1-2/+21
2009-04-15util: Fix surface usageJakob Bornecrantz1-2/+2
2009-04-15st: remove XXX commentBrian Paul1-1/+0
2009-04-15st: check for fast memcpy path in decompress_with_blit()Brian Paul1-13/+33
2009-04-15st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul2-0/+24
2009-04-15st: decompress_with_blit() path for glGetTexImage().Brian Paul1-2/+81
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul4-0/+167
2009-04-09mesa: Report name for missing s3tc functionsJakob Bornecrantz1-8/+8
2009-04-09st: If the hw supports it do hw conversion of texture uploadsJakob Bornecrantz1-4/+160
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul11-91/+477
2009-04-13dri glx: Swap before checking for cliprects.Younes Manton1-3/+3
2009-04-13nv50: fix mrt clearBen Skeggs1-8/+11
2009-04-10r300-gallium: Split up vertex format tallying for HW and SW TCL.Corbin Simpson1-27/+50
2009-04-10r300-gallium: Finish up cleanup of vertex format state.Corbin Simpson1-21/+80
2009-04-10r300-gallium: Clean up vertex format setup.Corbin Simpson2-76/+108
2009-04-10i965: remove unused varBrian Paul1-1/+0
2009-04-10i965: clean-up in prepare_wm_surfaces()Brian Paul1-8/+4
2009-04-10mesa: reduce makefile outputBrian Paul1-4/+5
2009-04-10wgl: Protect the framebuffer with a lock.José Fonseca3-22/+41
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca7-88/+38
2009-04-10wgl: Query the screen for supported formats.José Fonseca1-9/+52
2009-04-10wgl: Walk through the pixel formats combinations.José Fonseca3-68/+94
2009-04-10wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca4-133/+139
2009-04-10Build dri drivers for powerpc and sparc on FreeBSD.Robert Noland1-1/+1
2009-04-10mesa: asst. progs/test/Makefile filesBrian Paul1-3/+3
2009-04-10i965: added null const_buffer pointer check in update_constant_buffer()Brian Paul1-1/+1
2009-04-10intel: added screen->dri2.loader null pointer check in intel_flush()Brian Paul1-1/+2
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul7-7/+0
2009-04-10wgl: Slightly simplify pixelformat creation.José Fonseca1-52/+44
2009-04-10progs: Port glxinfo to wgl.José Fonseca2-0/+739
2009-04-10mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.José Fonseca1-7/+0
2009-04-10wgl: Move pixel format information into device structure.José Fonseca3-18/+25
2009-04-10wgl: Combine alpha pixelformat info in color.José Fonseca4-26/+12
2009-04-10stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...José Fonseca1-9/+9
2009-04-10stw: Don't make assumptions about integer size.José Fonseca1-1/+1
2009-04-10stw: Free the mesa framebuffer.José Fonseca1-0/+2
2009-04-10tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol1-25/+76
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol1-0/+2
2009-04-10draw: Silence pointer-to-integer cast warning.Michal Krol1-1/+1
2009-04-10draw: Fix vertex_header initialisation.Michal Krol1-1/+1
2009-04-09swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul1-7/+0
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul1-2/+9
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul4-48/+81
2009-04-09demos: fix aspect ratio in Reshape()Brian Paul1-1/+2
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul5-40/+49
2009-04-09gallium: change // comment to /* */ styleBrian Paul1-1/+1
2009-04-09gallium: updated comments in p_screen.hBrian Paul1-4/+6
2009-04-09i965simple: remove pipe_texture::compressed referenceBrian Paul1-1/+1
2009-04-09tgsi/sse2: Fix build.Michal Krol1-1/+1
2009-04-09draw: Fix LIT instruction.Michal Krol1-2/+2