aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-02-271-3/+31
* gallium: fix state tracker's stencil buffer testBrian Paul2009-02-271-1/+1
* gallium: add st_validate_framebuffer() driver functionBrian Paul2009-02-271-0/+20
* mesa: Fix and re-enable sparc normal asm.David Miller2009-02-272-17/+11
* mesa: Fix Sparc cliptest asm code and re-enable.David Miller2009-02-272-22/+11
* mesa: Fix DEBUG_MATH build on sparc.David S. Miller2009-02-261-2/+2
* intel: no-op the intel_finish_render_texture() functionBrian Paul2009-02-261-13/+10
* intel: check texture formats in intel_validate_framebuffer()Brian Paul2009-02-261-0/+29
* intel: updated comment, some debug code (disabled)Brian Paul2009-02-261-3/+12
* i965: rename draw_regions -> color_regionsroot2009-02-264-20/+20
* mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()Brian Paul2009-02-261-6/+13
* i965: add missing init for region->widthBrian Paul2009-02-261-1/+2
* mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul2009-02-264-18/+12
* i965: whitespace/indentation fixesBrian Paul2009-02-261-28/+24
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-267-1246/+878
* intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.Eric Anholt2009-02-261-2/+2
* Fix "cast to pointer from integer of different size"Tomas Carnecky2009-02-261-1/+1
* i965: fix for RHW workaroundXiang, Haihao2009-02-262-43/+99
* intel: Disable creating DRI2 FBconfigs with depth size != color size.Eric Anholt2009-02-261-1/+22
* intel: Add span code for z24 without stencil.Eric Anholt2009-02-261-2/+22
* intel: make template wrappers for the spans templates.Eric Anholt2009-02-254-189/+165
* intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt2009-02-252-1/+17
* i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt2009-02-256-13/+14
* R300: Add support for RS600 chipsAlex Deucher2009-02-252-2/+12
* mesa: fix merge conflict (in comment)Brian Paul2009-02-241-4/+0
* glsl: silence warningBrian Paul2009-02-241-1/+1
* mesa: use quotes for #includeBrian Paul2009-02-241-1/+1
* mesa/st: support l8 as well as i8 in bitmap codeKeith Whitwell2009-02-241-1/+13
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-245-37/+16
* mesa: List new source file in SConscript.José Fonseca2009-02-241-0/+1
* glsl: yet another swizzled expression fixBrian Paul2009-02-231-2/+5
* gallium: include st_cb_viewport.h to silence warningBrian Paul2009-02-231-0/+1
* gallium: fix build breakage in st_cb_viewport.cBrian Paul2009-02-231-0/+2
* glsl: fix another swizzle-related bugBrian Paul2009-02-231-13/+8
* mesa: only call update_buffer when it's availableAlan Hourihane2009-02-231-1/+1
* gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane2009-02-234-0/+82
* mesa: include compiler.h, fixes cell build, remove Haiku special caseBrian Paul2009-02-231-4/+2
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-02-231-1/+1
* mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal2009-02-231-0/+5
* mesa: fixes for building on HaikuTomas Wilhelmsson2009-02-234-4/+20
* wgl: Enable the use of Win32 threads.José Fonseca2009-02-231-0/+1
* mesa: Fix windows build.José Fonseca2009-02-232-3/+6
* mesa: remove unneeded #includeBrian Paul2009-02-221-1/+3
* mesa: #include, misc clean-upsBrian Paul2009-02-221-5/+4
* mesa: remove unneeded #includesBrian Paul2009-02-221-2/+0
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-2218-444/+515
* mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul2009-02-221-23/+8
* mesa: assorted clean-ups, var renaming, etc.Brian Paul2009-02-221-59/+59
* mesa: simplify texture combine state copying in _mesa_copy_texture_state()Brian Paul2009-02-221-8/+1
* mesa: remove redundant assertions (same asserts in context.c)Brian Paul2009-02-221-3/+0