summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-05-13mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul
2009-05-13mesa: reference counting for gl_array_objectBrian Paul
2009-05-12i965: enable additional code in emit_fb_write()Brian Paul
2009-05-12i965: increase BRW_EU_MAX_INSNBrian Paul
2009-05-12i965: commentBrian Paul
2009-05-12intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt
2009-05-12intel: Map write-only buffer objects through the GTT when possible.Eric Anholt
2009-05-12i915: Fix driver after HW glGenerateMipmap commit.Eric Anholt
2009-05-12swrast: update/restore the opt_sample_rgb/rgba_2d() functionsBrian Paul
2009-05-12radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse
2009-05-12r300/r500: make sure we detect constant buffer changesJerome Glisse
2009-05-12radeon: avoid segfault in radeon_update_renderbuffers() if using DRI1Tormod Volden
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-11Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul
2009-05-11mesa: updated comments for _mesa_generate_mipmap()Brian Paul
2009-05-11i965: handle extended swizzle terms (0,1) in get_src_reg()Brian Paul
2009-05-11mesa: better handling/printing of driver-specific opcodes, register filesBrian Paul
2009-05-11mesa: Fixed a texture memory leakBrian Paul
2009-05-10radeon: add support for new dri2 interfaces & fix single buffer renderingJoel Bosveld
2009-05-10Merge commit 'origin/master' into radeon-rewriteJerome Glisse
2009-05-09radeon: don't include cs uncondionalyJerome Glisse
2009-05-08i965: improve debug loggingRobert Ellison
2009-05-08i965: fix memory leak in context/renderbuffer region managementRobert Ellison
2009-05-08i965: fix segfault on low memory conditionsRobert Ellison
2009-05-08mesa: Fixed a texture memory leakRobert Ellison
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-05-08intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt
2009-05-08mesa: set version to 7.5-rc1Brian Paul
2009-05-08i965: const qualifiersBrian Paul
2009-05-08mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul
2009-05-08mesa: assertions to check for too many vertex outputs or fragment inputsBrian Paul
2009-05-08glsl: check number of varying variables against the limitBrian Paul
2009-05-08mesa: issue warning for out of bounds array indexesBrian Paul
2009-05-08i965: don't use GRF regs 126,127 for WM programsBrian Paul
2009-05-08glsl: set vertex/fragment program Ids to aid with debuggingBrian Paul
2009-05-08mesa: more shader debug code (disabled)Brian Paul
2009-05-08radeon: IRQ always enabled in DRI2 path no need to query kernel for itJerome Glisse
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-07r300: add missing texture formatMaciej Cencora
2009-05-07r300: moar cleanupMaciej Cencora