summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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
2009-01-07i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07i965: Remove dead brw_vs_tnl.cEric Anholt
2009-01-07i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul
2009-01-07i965: init dst reg RelAddr field to zeroBrian Paul
2009-01-07i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt
2009-01-07i965: Add support for LRP in VPs.Eric Anholt
2009-01-07mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul
2009-01-06Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-06dri: correct the damage.Xiang, Haihao
2009-01-05i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-01i965: increase number of texture samplers to 16Brian Paul
2009-01-01i965: comments, clean-ups, re-order some functionsBrian Paul
2009-01-01i965: added OPCODE_NRM3/4Brian Paul