summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth5-328/+20
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom1-0/+22
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul1-1/+1
2009-01-16i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul1-12/+13
2009-01-16intel: added intel_rendering_to_texture() helper function.Brian Paul1-0/+17
2009-01-16i915: fallback on transfer modeXiang, Haihao1-0/+6
2009-01-15windows: updated mesa.def fileKarl Schultz1-0/+5
2009-01-14r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul2-0/+12
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul3-2/+21
2009-01-14i965: fix incorrect renderbuffer DataType assignmentBrian Paul1-2/+6
2009-01-14i965: fix some FBO depth/stencil assertionsBrian Paul1-2/+5
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick1-2/+2
2009-01-14i965: indentation fixesBrian Paul2-9/+15
2009-01-14i965: allow larger AA points on fallback pathBrian Paul1-0/+3
2009-01-14i965: fix indentationBrian Paul1-5/+6
2009-01-14i965: comment for emit_kil()Brian Paul1-0/+4
2009-01-14i965: fix indentationBrian Paul1-7/+7
2009-01-14intel: bump driver dateXiang, Haihao1-1/+1
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz1-1/+2
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul1-4/+8
2009-01-12i965: fix broken glBitmap + depth testBrian Paul1-4/+16
2009-01-12i965: fix broken ARB fp fog optionsBrian Paul2-52/+6
2009-01-11build fix on big endian OpenBSD architectures.Matthieu Herrb1-0/+6
2009-01-11replace nearbyint() by rint() for now.Matthieu Herrb1-1/+1
2009-01-10mesa: deprecate GL/amesa.h header (allegro driver)Brian Paul2-1/+66
2009-01-10mesa: deprecate the GL/fxmesa.h headerBrian Paul2-1/+104
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul7-4/+709
2009-01-09swrast: Fix GL_ATI_separate_stencilIan Romanick1-0/+2
2009-01-07i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt1-1/+1
2009-01-07i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt1-4/+0
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt3-25/+3
2009-01-07i965: Remove dead brw_vs_tnl.cEric Anholt3-61/+0
2009-01-07i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul1-2/+9
2009-01-07i965: init dst reg RelAddr field to zeroBrian Paul1-1/+2
2009-01-07i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt1-0/+5
2009-01-07i965: Add support for LRP in VPs.Eric Anholt1-0/+42
2009-01-07mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul1-4/+3
2009-01-06dri: correct the damage.Xiang, Haihao1-2/+17
2009-01-05i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul4-1/+7
2009-01-01i965: increase number of texture samplers to 16Brian Paul2-3/+5
2009-01-01i965: comments, clean-ups, re-order some functionsBrian Paul1-34/+54
2009-01-01i965: added OPCODE_NRM3/4Brian Paul1-0/+3
2009-01-01i965: fix commentBrian Paul1-1/+1
2009-01-01i965: indentation and formatting fixesBrian Paul1-45/+36
2009-01-01i965: implement OPCODE_NRM3/NRM4Brian Paul1-3/+33
2009-01-01i965: whitespace, comment changesBrian Paul1-26/+11
2008-12-31intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt5-45/+52
2008-12-31intel: Add support for glBitmap as metaops using GL calls.Eric Anholt4-0/+350
2008-12-30intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2-1/+2
2008-12-29dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt1-9/+9