summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-01-29i965: fix bug in pass0_precalc_mov()Brian Paul
2009-01-29i965: widen per-texture bitfields for 16 texture image unitsBrian Paul
2009-01-29intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul
2009-01-29intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21i915: Add decode for PS in batchbuffers.Eric Anholt
2009-01-21i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt
2009-01-21i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt
2009-01-21[intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg
2009-01-20[intel] Go back to using the typedef for the sarea structTimo Aaltonen
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul
2009-01-16i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul
2009-01-16intel: added intel_rendering_to_texture() helper function.Brian Paul
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-16i915: fallback on transfer modeXiang, Haihao
2009-01-15windows: updated mesa.def fileKarl Schultz
2009-01-14r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul
2009-01-14i965: fix incorrect renderbuffer DataType assignmentBrian Paul
2009-01-14i965: fix some FBO depth/stencil assertionsBrian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick
2009-01-14i965: indentation fixesBrian Paul
2009-01-14i965: allow larger AA points on fallback pathBrian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14i965: comment for emit_kil()Brian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-14intel: bump driver dateXiang, Haihao
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul
2009-01-12i965: fix broken glBitmap + depth testBrian Paul
2009-01-12i965: fix broken ARB fp fog optionsBrian Paul
2009-01-11build fix on big endian OpenBSD architectures.Matthieu Herrb
2009-01-11replace nearbyint() by rint() for now.Matthieu Herrb
2009-01-10mesa: deprecate GL/amesa.h header (allegro driver)Brian Paul
2009-01-10mesa: deprecate the GL/fxmesa.h headerBrian Paul
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul
2009-01-09swrast: Fix GL_ATI_separate_stencilIan Romanick
2009-01-09i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt
2009-01-09i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-09i965: Remove dead brw_vs_tnl.cEric Anholt
2009-01-09i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul
2009-01-09i965: init dst reg RelAddr field to zeroBrian Paul
2009-01-09i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt
2009-01-09i965: Add support for LRP in VPs.Eric Anholt
2009-01-09mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul
2009-01-07i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt