summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-20r300-gallium: Misspelled macro name.Corbin Simpson
2009-03-20r300-gallium: Put r300_cs_inlines to bed.Corbin Simpson
2009-03-20r300-gallium: Simplify/neaten up packet3.Corbin Simpson
2009-03-20r300-gallium: Clean up surface_fill, prep for surface_copy code.Corbin Simpson
2009-03-20r300-gallium: Properly offset scissors.Corbin Simpson
2009-03-20r300-gallium: Clean up r300_swtcl_emit.Corbin Simpson
2009-03-20r300-gallium: Clean up some emit, and some state handlers.Corbin Simpson
2009-03-20r300-gallium: A bit more invariant state.Corbin Simpson
2009-03-20gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-03-20progs/wgl: Send a resize message after context have been created.Michal Krol
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20progs/wgl: Create GL context in a thread that actually uses it.Michal Krol
2009-03-20progs/wgl: Make context current to get GL_RENDERER string.Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
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-19wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol
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-18progs: Build the wgl examples with scons.José Fonseca
2009-03-18progs/trivial: Make quad-tex-sub repeat patternsJakob Bornecrantz
2009-03-18tests: remove/update old commentsBrian Paul
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