Merge branch 'draw-instanced'
[mesa.git] / src / mesa /
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Chia-I Wumesa: Add glDepthRangef and glClearDepthf to APIspec...
2011-01-15 Eric Anholtmesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_co...
2011-01-15 Eric Anholtmesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
2011-01-15 Eric Anholtmesa: Add support for glDepthRangef and glClearDepthf.
2011-01-15 Eric Anholtir_to_mesa: Fix segfaults on ir_to_mesa invocation...
2011-01-15 Vinson Leemesa: Dynamically allocate acp array in ir_to_mesa_visi...
2011-01-14 Eric Anholtmesa: Add actual support for glReleaseShaderCompiler...
2011-01-14 Eric Anholtintel: Expose GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholtmesa: Add extension enable bit for GL_ARB_ES2_compatibi...
2011-01-14 Eric Anholtglapi: Regenerate for GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-14 Eric Anholtmesa: Simplify _mesa_base_fbo_format by making it excep...
2011-01-14 Eric Anholtmesa: Add channel-wise copy propagation to ir_to_mesa.
2011-01-14 Eric Anholti915: Fix compiler warning from sw fallback removal...
2011-01-14 Kristian Høgsberggles2: Also support GL_BGRA_EXT for glTexSubImage2d
2011-01-14 Dave Airliei965: fix fbo-srgb on i965.
2011-01-14 Dave Airliesrgb: fix fbo base format picking.
2011-01-14 Chad Versacei915: Disable extension OES_standard_derivatives
2011-01-14 Chad Versacemesa: Change OES_standard_derivatives to be stand-alone...
2011-01-13 Vinson Leei965: Remove unnecessary headers.
2011-01-13 Vinson Leemesa: Add missing break statement in SARGB8 case.
2011-01-13 Paulo Zanonidri_util: fail driCreateNewScreen if InitScreen is...
2011-01-13 Dave Airliemesa/srgb: handle SARGB8 case in the sw fbo renderer.
2011-01-13 Fredrik Höglundst/mesa: fix a regression from cae2bb76
2011-01-13 Dave Airliemesa/fbo: prevent assert trigger on i965 with piglit...
2011-01-13 Vinson Leemesa: Move loop variable declarations outside for loop...
2011-01-13 Brian Paulmesa: check for dummy renderbuffer in _mesa_Framebuffer...
2011-01-13 Brian Paulmesa: don't assert in GetIntegerIndexed, etc
2011-01-13 Brian Paulmesa: fix num_draw_buffers==0 in fixed-function fragmen...
2011-01-13 Brian Paulst/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED
2011-01-13 Vinson Leemesa: Move declaration before code in extensions.c.
2011-01-12 Chad Versacemesa: Change OES_point_sprite to depend on ARB_point_sprite
2011-01-12 Chad Versacemesa: Change dependencies of some OES extension strings
2011-01-12 Chad Versacemesa: Add/remove extensions in extension string
2011-01-12 Chad Versacemesa: Refactor handling of extension strings
2011-01-12 Eric Anholti965/fs: Do flat shading when appropriate.
2011-01-12 Eric Anholtmeta: Actually use mipmapping when generating mipmaps.
2011-01-12 Eric Anholti965: Clarify when we need to (re-)calculate live inter...
2011-01-12 Eric Anholti965/vs: When MOVing to produce ABS, strip negate of...
2011-01-12 Eric Anholti965/fs: When producing ir_unop_abs of an operand,...
2011-01-12 Eric Anholti965: Tighten up the check for flow control interfering...
2011-01-11 Eric Anholti965: Remove dead fallback for stencil _Enabled but...
2011-01-11 Alberto Miloner600c: add evergreen ARL support.
2011-01-11 Brian Paulmesa: include teximage.h to silence warning
2011-01-11 Brian Paulmesa: do a debug check of _mesa_format_to_type_and_comps()
2011-01-11 Brian Paulmesa: fix a few format table mistakes, assertions
2011-01-11 Eric Anholti965: Use a new miptree to avoid software fallbacks...
2011-01-11 Eric Anholtintel: Drop the speculatively-use-firstImage-mt in...
2011-01-11 Eric Anholtintel: Don't relayout the texture on maxlevel change.
2011-01-11 Eric Anholtintel: When making a new teximage miptree, make a full...
2011-01-11 Eric Anholtmeta: Don't tweak BaseLevel when doing glGenerateMipmap().
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Kenneth Graunkei965: Add #defines for HiZ and separate stencil buffer...
2011-01-10 Kenneth Graunkei965: Add new HiZ related bits to WM_STATE.
2011-01-10 Kenneth Graunkei965: Rename more #defines to 3DSTATE rather than CMD...
2011-01-10 Kenneth Graunkei965: Remove unused #defines which only contain the...
2011-01-10 Dave Airliemesa/swrast: handle sRGB FBOs correctly (v2)
2011-01-10 Tom FogalExport TLS support in gl.pc.
2011-01-10 Chia-I Wumesa: Remove GLES overlay.
2011-01-10 Vinson Leer600: Include mfeatures.h in files that perform feature...
2011-01-10 Vinson Leer300: Include mfeatures.h in files that perform feature...
2011-01-10 Vinson Leer200: Include mfeatures.h in files that perform feature...
2011-01-09 Vinson Leeradeon: Include mfeatures.h in files that perform featu...
2011-01-09 Vinson Leedri/nouveau: Include mfeatures.h in files that perform...
2011-01-09 Vinson Leeintel: Include mfeatures.h in files that perform featur...
2011-01-09 Vinson Leevbo: Include mfeatures.h in files that perform feature...
2011-01-09 Vinson Leest/mesa: Include mfeatures.h in files that perform...
2011-01-09 Vinson Leemesa: Include mfeatures.h in program.c.
2011-01-08 Vinson Leemesa: Clean up header file inclusion in cpuinfo.c.
2011-01-08 Eric Anholtintel: Make renderbuffer tiling choice match texture...
2011-01-08 Eric Anholtintel: Use the _BaseFormat from MESA_FORMAT_* in render...
2011-01-08 Eric Anholti915: Drop old checks for the settexoffset hack.
2011-01-08 Eric Anholti915: Don't claim to support AL1616 when neither 830...
2011-01-08 Eric Anholtintel: Add a vtbl hook for determining if a format...
2011-01-08 Eric Anholtintel: expose ARB_framebuffer_object in the i915 driver.
2011-01-07 Eric Anholti965: Avoid double-negation of immediate values in...
2011-01-07 Jian Zhaomesa: fix an error in uniform arrays in row calculating.
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2011-01-07 Alex Deucherr600c: fix up SQ setup in blit code for Ontario/NI
2011-01-06 Alex Deucherr600c: add support for NI asics
2011-01-06 Kenneth Graunkei965: Rename various gen6 #defines to match the documen...
2011-01-06 Marek Olšákvbo: remove a redundant call to _ae_invalidate_state
2011-01-06 Marek Olšákst/mesa: remove unused members in st_context
2011-01-06 Marek Olšákst/mesa: optimize constant buffer uploads
2011-01-06 Marek Olšákst/mesa: do sanity checks on states only in debug builds
2011-01-06 Pierre Allegraudmesa: fix build for NetBSD
2011-01-06 Vinson Leemesa: Clean up header file inclusion in version.c.
2011-01-06 Vinson Leemesa: bump version to 7.11
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
2011-01-06 Zou Nan haii965: skip too small size mipmap
2011-01-06 Eric Anholti915: Fix build for previous commit.
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Drop unused first/lastlevel args to miptree_crea...
2011-01-06 Vinson Leeswrast: Include mtypes.h in s_triangle.c.
2011-01-06 Vinson Leest/mesa: Include mtypes.h in st_cb_drawpixels.c.
2011-01-06 Eric Anholtintel: Clarify first_level/last_level vs baselevel...
2011-01-05 Eric Anholtmesa: Consider textures incomplete when maxlevel <...
2011-01-05 Eric Anholti915: Enable LOD preclamping on 8xx like on 915/965.
next