summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-20winsys/gdi: Init state tracker's per-thread data.Michal Krol
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-03-20slang: Use _mesa_snprintf() wrapper.Michal Krol
2009-03-19slang: initialize the contextAlan Hourihane
2009-03-19slang: support uniform arraysAlan Hourihane
2009-03-19trace: Formalize on a standard for data size pairJakob Bornecrantz
2009-03-19glslcompiler: added new options to override debug/optimization pragmasBrian Paul
2009-03-19glsl: change GLSL #pragma initializationBrian Paul
2009-03-19egl: fix commentAlan Hourihane
2009-03-19egl: try harder for eglGetProcAddress()Alan Hourihane
2009-03-19glsl: when debug pragma is on, emit comments about function calls/inlinesBrian Paul
2009-03-19mesa: check renderbuffer is defined before use.Alan Hourihane
2009-03-19st/gl: Only transfer needed parts in st_TexSubimageJakob Bornecrantz
2009-03-19slang: if/else/break & if/else/continue work for unrolled loopsAlan Hourihane
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol
2009-03-19tgsi: Document vs_2_0 instruction set operations.Michal Krol
2009-03-19tgsi: Document vs_1_1 instruction set operations.Michal Krol
2009-03-19tgsi: Begin documenting ps_2_x instruction set operations.Michal Krol
2009-03-18r300-gallium: Emit viewport state.Corbin Simpson
2009-03-18r300-gallium: Viewport state storage.Corbin Simpson
2009-03-18r300-gallium: Fixup registers for viewport state.Corbin Simpson
2009-03-18mesa: use the IROUND() macro in pixel packing codeBrian Paul
2009-03-18slang: redo the last commit for if/break & if/continue tests as itAlan Hourihane
2009-03-18Revert "slang: if we detect an if/break or if/continue within a loop and we're"Alan Hourihane
2009-03-18slang: if we detect an if/break or if/continue within a loop and we'reAlan Hourihane
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom
2009-03-18st: need to free/realloc pipe texture when we're handed image level > last_levelBrian Paul
2009-03-18st: clean up some if-statment codeBrian Paul
2009-03-18softpipe: more texture transfer fixes.Brian Paul
2009-03-18softpipe: need to set tc->transfer=NULL after destroying the transfer objectBrian Paul
2009-03-18st: update texture commentsBrian Paul
2009-03-18Use the specified X11 headers for xlib mesaDan Nicholson
2009-03-18pipe/atomic: dont use ms interlock calls from gccKeith Whitwell
2009-03-18util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell
2009-03-18draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell
2009-03-18pipe/atomic: clean up #ifdef mazeKeith Whitwell
2009-03-18xlib st: Fix makeCurrent.Thomas Hellstrom
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
2009-03-18st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs
2009-03-17r300-gallium: Move all unsorted state into invariant state.Corbin Simpson
2009-03-17r300-gallium: Emit invariant state, no matter what.Corbin Simpson
2009-03-17r300-gallium: Quick little cleanup of surface_fill state.Corbin Simpson
2009-03-17tgsi: Restore statement ordering.José Fonseca
2009-03-17r300-gallium: Debugging for the more sensitive card registers.Corbin Simpson
2009-03-17r300-gallium: r500-fs: Fixup immediate->constant counting a bit.Corbin Simpson
2009-03-17r300-gallium: More query stuff.Corbin Simpson
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-17util: Realloc takes bytes.José Fonseca