aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* slang: initialize the contextAlan Hourihane2009-03-191-2/+3
* slang: support uniform arraysAlan Hourihane2009-03-191-1/+13
* glslcompiler: added new options to override debug/optimization pragmasBrian Paul2009-03-191-7/+36
* glsl: change GLSL #pragma initializationBrian Paul2009-03-194-14/+25
* glsl: when debug pragma is on, emit comments about function calls/inlinesBrian Paul2009-03-193-0/+13
* mesa: check renderbuffer is defined before use.Alan Hourihane2009-03-191-8/+10
* st/gl: Only transfer needed parts in st_TexSubimageJakob Bornecrantz2009-03-191-4/+2
* slang: if/else/break & if/else/continue work for unrolled loopsAlan Hourihane2009-03-192-7/+38
* swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2009-03-192-61/+62
* mesa: use the IROUND() macro in pixel packing codeBrian Paul2009-03-181-108/+108
* slang: redo the last commit for if/break & if/continue tests as itAlan Hourihane2009-03-181-1/+8
* Revert "slang: if we detect an if/break or if/continue within a loop and we're"Alan Hourihane2009-03-181-28/+17
* slang: if we detect an if/break or if/continue within a loop and we'reAlan Hourihane2009-03-181-17/+28
* st: call _glapi_check_multithread from st_make_currentKeith Whitwell2009-03-181-0/+5
* st: need to free/realloc pipe texture when we're handed image level > last_levelBrian Paul2009-03-181-0/+1
* st: clean up some if-statment codeBrian Paul2009-03-181-12/+11
* st: update texture commentsBrian Paul2009-03-181-7/+5
* Use the specified X11 headers for xlib mesaDan Nicholson2009-03-181-1/+2
* swrast: use better _swrast_compute_lambda() functionBrian Paul2009-03-171-6/+6
* mesa: update/fix doxygen commentsVinson Lee2009-03-1712-17/+16
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* mesa: Silence compiler warnings.Michal Krol2009-03-161-0/+1
* vbo: Silence integer-to-pointer warnings.Michal Krol2009-03-151-3/+3
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-132-18/+6
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-134-25/+4
* mesa/st: add check for null front renderbufferKeith Whitwell2009-03-131-9/+12
* mesa/st: don't call finish in st_glFlush()Keith Whitwell2009-03-131-4/+7
* i965: more register number assertionsmesa_20090313Brian Paul2009-03-131-0/+7
* i965: add some register number assertionsBrian Paul2009-03-131-0/+8
* i965: remove unused PROGRAM_INTERNAL_PARAM, added commentBrian Paul2009-03-131-3/+1
* i965: move declarations before codeBrian Paul2009-03-131-6/+6
* i965: debug code, use gl_register_file typeBrian Paul2009-03-131-1/+7
* mesa: glUseProgram() debug code (disabled)Brian Paul2009-03-131-0/+11
* mesa: improve another _mesa_problem() callBrian Paul2009-03-131-1/+2
* mesa: add GL_DUDV_ATI cases in calculate_derived_texenv()Brian Paul2009-03-131-0/+3
* mesa: more info in _mesa_problem() callBrian Paul2009-03-131-1/+3
* mesa: added 1D/3D fetch_texel functions for DUDV8Brian Paul2009-03-132-8/+5
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-134-9/+3
* mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format()Brian Paul2009-03-121-0/+1
* mesa: override_internal_format() function for debug/test purposes (disabled)Brian Paul2009-03-121-0/+49
* mesa: improve some error messagesBrian Paul2009-03-121-3/+6
* i965: move declaration before codeBrian Paul2009-03-121-2/+1
* i965: fix const correctnessBrian Paul2009-03-121-1/+1
* i915: move declarations before codeBrian Paul2009-03-122-4/+4
* i965: commentsBrian Paul2009-03-121-0/+3
* mesa: move declarations before codeBrian Paul2009-03-121-2/+2
* mesa: fix glRead/DrawBuffer(GL_AUXn) error valueBrian Paul2009-03-121-0/+8
* i965: fix polygon stipple when rendering to FBORobert Ellison2009-03-122-7/+34
* mesa: fix transposed red/blue in store_texel_rgb888/bgr888() functionsBrian Paul2009-03-121-4/+4
* i965: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-123-0/+9