summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie805-26171/+31649
2009-03-19slang: initialize the contextAlan Hourihane1-2/+3
2009-03-19slang: support uniform arraysAlan Hourihane1-1/+13
2009-03-19trace: Formalize on a standard for data size pairJakob Bornecrantz1-10/+11
2009-03-19glslcompiler: added new options to override debug/optimization pragmasBrian Paul1-7/+36
2009-03-19glsl: change GLSL #pragma initializationBrian Paul4-14/+25
2009-03-19egl: fix commentAlan Hourihane1-3/+3
2009-03-19egl: try harder for eglGetProcAddress()Alan Hourihane1-1/+14
2009-03-19glsl: when debug pragma is on, emit comments about function calls/inlinesBrian Paul3-0/+13
2009-03-19mesa: check renderbuffer is defined before use.Alan Hourihane1-8/+10
2009-03-19radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie8-80/+71
2009-03-19radeon: fix up locking like the intel driver for pageflip/swapsDave Airlie1-5/+6
2009-03-19st/gl: Only transfer needed parts in st_TexSubimageJakob Bornecrantz1-4/+2
2009-03-19slang: if/else/break & if/else/continue work for unrolled loopsAlan Hourihane2-7/+38
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2-61/+62
2009-03-19tgsi: Document vs_2_0 instruction set operations.Michal Krol1-0/+14
2009-03-19tgsi: Document vs_1_1 instruction set operations.Michal Krol1-0/+14
2009-03-19tgsi: Begin documenting ps_2_x instruction set operations.Michal Krol1-0/+44
2009-03-18r300-gallium: Emit viewport state.Corbin Simpson4-9/+51
2009-03-18r300-gallium: Viewport state storage.Corbin Simpson2-1/+15
2009-03-18r300-gallium: Fixup registers for viewport state.Corbin Simpson1-11/+19
2009-03-18mesa: use the IROUND() macro in pixel packing codeBrian Paul1-108/+108
2009-03-18slang: redo the last commit for if/break & if/continue tests as itAlan Hourihane1-1/+8
2009-03-18Revert "slang: if we detect an if/break or if/continue within a loop and we're"Alan Hourihane1-28/+17
2009-03-18slang: if we detect an if/break or if/continue within a loop and we'reAlan Hourihane1-17/+28
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell2-5/+5
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom1-2/+8
2009-03-18st: need to free/realloc pipe texture when we're handed image level > last_levelBrian Paul1-0/+1
2009-03-18st: clean up some if-statment codeBrian Paul1-12/+11
2009-03-18softpipe: more texture transfer fixes.Brian Paul1-4/+8
2009-03-18softpipe: need to set tc->transfer=NULL after destroying the transfer objectBrian Paul1-0/+1
2009-03-18st: update texture commentsBrian Paul1-7/+5
2009-03-18Use the specified X11 headers for xlib mesaDan Nicholson1-1/+2
2009-03-18pipe/atomic: dont use ms interlock calls from gccKeith Whitwell1-1/+2
2009-03-18util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell1-58/+58
2009-03-18draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell3-9/+9
2009-03-18pipe/atomic: clean up #ifdef mazeKeith Whitwell1-17/+135
2009-03-18xlib st: Fix makeCurrent.Thomas Hellstrom2-11/+17
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs26-746/+505
2009-03-18st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs1-6/+20
2009-03-17r300-gallium: Move all unsorted state into invariant state.Corbin Simpson2-123/+124
2009-03-17r300-gallium: Emit invariant state, no matter what.Corbin Simpson3-2/+2
2009-03-17r300-gallium: Quick little cleanup of surface_fill state.Corbin Simpson1-12/+11
2009-03-17tgsi: Restore statement ordering.José Fonseca1-1/+1
2009-03-17r300-gallium: Debugging for the more sensitive card registers.Corbin Simpson1-4/+12
2009-03-17r300-gallium: r500-fs: Fixup immediate->constant counting a bit.Corbin Simpson1-2/+4
2009-03-17r300-gallium: More query stuff.Corbin Simpson2-6/+46
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul1-6/+6
2009-03-17mesa: update/fix doxygen commentsVinson Lee12-17/+16
2009-03-17util: Realloc takes bytes.José Fonseca1-2/+2