summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul
2009-06-15mesa: revert some recent VBO buffer object refcounting changesBrian Paul
2009-06-15enable ARB_half_float_pixel for intel driversRoland Scheidegger
2009-06-15intel: fix (cosmetic) typo flag used twiceRoland Scheidegger
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom
2009-06-15r300: fix 3D texturesMaciej Cencora
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul
2009-06-12mesa: use larger initial refcount for NullBufferObjBrian Paul
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul
2009-06-12r300: add support for EXT_texture_sRGBMaciej Cencora
2009-06-12set/mesa: enable GL_NV_texture_env_combine4Brian Paul
2009-06-12st/mesa: additional debug code (disabled)Brian Paul
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-12mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz
2009-06-12Disable SGI_swap_control extension for DRI2Owen W. Taylor
2009-06-12radeon: fix size of mipmap texture arrayDave Airlie
2009-06-12radeon/r200/r300: fix max texture levels assertDave Airlie
2009-06-12Merge remote branch 'main/radeon-rewrite'Dave Airlie
2009-06-11r300: fix VAP setupMaciej Cencora
2009-06-11r300: fix for SW TCL pathMaciej Cencora
2009-06-11r300: don't send unused attributes for SW TCL pathMaciej Cencora
2009-06-11r300: send only RS_IP_* regs that we are going to useMaciej Cencora
2009-06-11r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora
2009-06-11r300: r500 fragment program fixesMaciej Cencora
2009-06-11radeon: increase max bo countMaciej Cencora
2009-06-11r300: fix a GPU lock upMaciej Cencora
2009-06-11r300: fix vertex program bugMaciej Cencora
2009-06-11r300: move some code for easier debuggingMaciej Cencora
2009-06-11r300: print vertex program when debugging is enabledMaciej Cencora
2009-06-11r300: fix output register allocation for vertex shadersMaciej Cencora
2009-06-11r300: hw doesn't support saturation for tex instructionsMaciej Cencora
2009-06-11mesa: rework vertex shader output / fragment shader input attribute matchingBrian Paul
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul
2009-06-11python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca
2009-06-11python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca
2009-06-11wgl: Fix prototype.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11mesa: Use new pf_is_depth_and_stencil inline.José Fonseca
2009-06-11gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca
2009-06-11mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca
2009-06-11mesa: Remove dead code.José Fonseca
2009-06-11st/mesa: fix typo s/BFC0/BFC1/Brian Paul
2009-06-11vbo: fix assertion, #define IMM_BUFFER_NAMEBrian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11python/tests: Test sampling from a depth texture.José Fonseca
2009-06-11mesa: Only do read write when we don't have a depth value to writeJakob Bornecrantz
2009-06-11mesa: Take the format from the right structure.José Fonseca
2009-06-11meas: Use a read/write transfer when writing stencil component, but not touch...José Fonseca