summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul
2009-09-29mesa: added _mesa_nop_vertex/fragment_program()Brian Paul
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-29mesa: bump version to 7.6.1Brian Paul
2009-09-29mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul
2009-09-29r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas
2009-09-29r600: user correct alpha blend factorAndre Maasikas
2009-09-29r600: clear position enable bit when when wpos is not used by FPAndre Maasikas
2009-09-28meta: Fix invalid PBO access from DrawPixels when trying to just alloc.Eric Anholt
2009-09-28intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt
2009-09-28intel: Remove some dead metaops code.Eric Anholt
2009-09-28Prep for 7.6 releaseIan Romanick
2009-09-28st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28st/mesa: fix st_generate_mipmap() issuesBrian Paul
2009-09-28st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-27r600 : Enable draw_prim.Richard Li
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-25intel: Handle GL_RGB8 for glCopyTex(Sub)Image.Michel Dänzer
2009-09-25radeon: Fix newlines.Michal Krol
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-25mesa: move declaration before codeVinson Lee
2009-09-24mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu
2009-09-24mesa/main: Add comments to mfeatures.h.Chia-I Wu
2009-09-24i915: Fix GetBufferSubData in the case of a system-memory BO.Eric Anholt
2009-09-24mesa: _mesa_meta_GenerateMipmap() now workingBrian Paul
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul
2009-09-24NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.Eric Anholt
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt
2009-09-24i965: Load NV program matrices when required.Eric Anholt
2009-09-24mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt
2009-09-24mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul
2009-09-24mesa: remove rgbMode check in enable_texture()Brian Paul
2009-09-24intel: use default array/element buffers in intel_generate_mipmap()Brian Paul
2009-09-24mesa: replace assertion with no-op function assignmentBrian Paul
2009-09-24mesa: added commentBrian Paul
2009-09-24vbo: limit number of warnings to 10Brian Paul