r300g: fixup long-lived BO maps being incorrectly unmapped when flushing
[mesa.git] / src / mesa /
2010-09-23 Eric Anholti915: Remove a dead if (0) block.
2010-09-23 Eric Anholtintel: Remove dead intelIsTextureResident().
2010-09-23 Eric Anholtunichrome: Mostly revert my convolution removal changes.
2010-09-23 Eric Anholtradeon: Remove copied minimum pitch alignment code.
2010-09-23 Eric Anholtintel: Replace my intel_texture_bitmap code with _mesa_...
2010-09-23 Eric Anholtintel: Remove unnecessary minimum pitch alignment to...
2010-09-23 Eric Anholtintel: Remove disabled stencil drawpixels acceleration.
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-23 Eric Anholtmesa: Remove SGI_color_table.
2010-09-23 Eric Anholtmesa: Remove EXT_histogram.
2010-09-23 Eric Anholtmesa: Remove the non-required ARB_imaging extension.
2010-09-23 Dave Airlieegl: fix build since 17eace581d25a626a7d75d9d1205d012cb...
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-22 Eric Anholti965: Warning fix for vector result any_nequal/all_equa...
2010-09-22 Eric Anholti965: Update expression splitting for the vector-result...
2010-09-22 Eric Anholti965: When splitting vector variable assignment, ignore...
2010-09-22 Eric Anholti965: Fix the vector/expression splitting for the write...
2010-09-22 Eric Anholtir_to_mesa: Only compare vector_elements present for...
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
2010-09-22 Kristian Høgsbergintel: Fix GL_ARB_shading_language_120 commit
2010-09-22 Brian Paulmesa: don't advertise bogus GL_ARB_shading_language_120...
2010-09-21 Eric Anholti965: Track the windowizer's dispatch for kill pixel...
2010-09-21 Eric Anholti965: Also enable CC statistics when doing OQs.
2010-09-21 Eric Anholti965: Share the KIL_NV implementation between glsl...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Tom Stellardr300/compiler: Refactor the pair instruction data struc...
2010-09-21 Francisco Jerezdri/nouveau: Fix software mipmap generation on 1x1...
2010-09-21 Francisco Jerezdri/nv10-nv20: Fix texturing in some cases after a...
2010-09-21 Francisco Jerezdri/nouveau: Cleanup more references to old FBOs and...
2010-09-21 Francisco Jerezdri/nouveau: Remove unnecessary assertion.
2010-09-21 Francisco Jerezdri/nv04: Use nvgl_wrap_mode().
2010-09-20 Timo WirenFix typos in comments and debug output strings.
2010-09-20 Marek Olšákst/mesa: fix assertion failure in GetTexImage for cubemaps
2010-09-20 Brian Paulmesa: don't call valid_texture_object() in non-debug...
2010-09-18 Vinson Leex86: Silence unused variable warning on Mac OS X.
2010-09-18 Vinson Leemesa: Silence "'valid_texture_object' defined but not...
2010-09-18 Vinson Leeir_to_mesa: Remove unused member array_indexed from...
2010-09-18 Vinson Leemesa: bump version to 7.10
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-17 Francisco Jerezdri/nv10: Fix the CLAMP texture wrap mode.
2010-09-16 Francisco Jerezmeta: Don't bind the created texture object in init_tem...
2010-09-16 Brian Paulmesa: include mfeatures.h in formats.c
2010-09-16 Francisco Jerezdri/nouveau: Cleanup references to the old FBOs on...
2010-09-16 Francisco Jerezdri/nouveau: Don't reemit the BO state in nouveau_state...
2010-09-16 Francisco Jerezdri/nouveau: Don't request a fake front unnecessarily.
2010-09-16 Francisco Jerezdri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPO...
2010-09-16 Francisco Jerezdri/nouveau: Add some more extensions.
2010-09-16 Francisco Jerezdri/nouveau: Update nouveau_class.h.
2010-09-16 Francisco Jerezdri/nv04: Fix provoking vertex.
2010-09-16 Francisco Jerezdri/nv04: Fix maximum texture size.
2010-09-16 Francisco Jerezdri/nv04: Fix up color mask.
2010-09-16 Francisco Jerezdri/nv04: Align SIFM transfer dimensions.
2010-09-16 Francisco Jerezdri/nv04: Mipmapping fixes.
2010-09-16 Francisco Jerezdri/nv04: Fix PGRAPH_ERRORs when running OA.
2010-09-16 Andrew Randrianasuludri/nv04: Enable eng3dm for A8/L8 textures.
2010-09-16 Andrew Randrianasuludri/nv04: Don't expose ARB_texture_env_combine/dot3.
2010-09-16 Chia-I Wumesa: Update ES APIspec.xml.
2010-09-16 Vinson Leemesa/st: Silence uninitialized variable warning.
2010-09-15 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Andre Maasikasr600c: fix buffer height setting in dri2 case
2010-09-15 Vinson Leemesa: Include missing header in program.h.
2010-09-14 Andre Maasikasr600c: fix setting negative values to bitfields
2010-09-14 Brian Paulmesa: update to version 64 of GL/glext.h
2010-09-14 Brian Paulmesa: move, redefine MESA_GEOMETRY_PROGRAM
2010-09-14 Chia-I Wumesa: Remove unnecessary FEATURE tests.
2010-09-14 Chia-I Wumesa: Less FEATURE_ARB_sync tests.
2010-09-14 Chia-I Wumesa: Remove unused _MESA_INIT_*_FUNCTIONS.
2010-09-14 Luca Barbierimesa/st: ask GLSL to not emit noise since we have a...
2010-09-14 Luca Barbierimesa/st: set compiler options based on Gallium shader...
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-13 Ian Romanicki965: Request that returns be lowered in shader main
2010-09-13 Luca Barbieriglsl: call ir_lower_jumps according to compiler options
2010-09-13 Alex Deucherr600c: const buffer sizes must be a multiple of 16...
2010-09-13 Alex Deucherr600c/eg: remove obselete comment
2010-09-13 Alex Deucherr600c/eg: remove unused emit timestamp function
2010-09-13 Alex Deucherr600c/eg: emit CB_BLEND_ALPHA with the other blend...
2010-09-13 Alex Deucherr600c: remove redundant state emit on evergreen
2010-09-13 Kristian Høgsbergmesa: Revert accidentally committed vertex code chunk
2010-09-13 Andre Maasikasr600c: eg: fix typo
2010-09-13 Andre Maasikasr600c: eg: 256 float4 constants may need more than...
2010-09-13 Andre Maasikasr600c: eg - fix uninitialized variable
2010-09-13 Kristian Høgsbergglx: Don't destroy DRI2 drawables for legacy glx drawables
2010-09-13 Andre Maasikasr600c: remove stray unmap call
2010-09-13 Marek Olšákr300/compiler: fix warnings
2010-09-11 Chia-I Wumesa: Fix depend.es[12] generation when LLVM is enabled.
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Print the presub subtract operation...
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Replace asserts with error messages
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Clean up rc_pair_alloc_source()
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
next