aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r300: Texture size limit cleanups.Michel Dänzer2009-03-254-6/+23
* mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)Alan Hourihane2009-03-241-1/+1
* mesa/st: bump gallium version to 0.3Keith Whitwell2009-03-241-13/+2
* i965: fix point rasterization when rendering to FBORobert Ellison2009-03-242-1/+45
* i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-238-38/+79
* i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt2009-03-231-0/+50
* i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt2009-03-231-7/+2
* i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS.Eric Anholt2009-03-231-1/+1
* i965: Fix occlusion query when no other WM state updates occur.Eric Anholt2009-03-231-2/+3
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+1
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-3/+0
* st: Silence compiler warnings.Michal Krol2009-03-211-2/+2
* gallium: remove use of origin_lower_leftBrian Paul2009-03-204-24/+197
* mesa: add new internal state var for window sizeBrian Paul2009-03-202-0/+14
* mesa: linear scan register allocation for shader programsBrian Paul2009-03-201-21/+407
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-206-15/+51
* slang: Use _mesa_snprintf() wrapper.Michal Krol2009-03-201-1/+1
* 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