mesa: don't assert in GetIntegerIndexed, etc
[mesa.git] / src / mesa /
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.
2011-01-05 Eric Anholti915: Implement min/max lod clamping in hardware on...
2011-01-05 Eric Anholtintel: Drop TEXTURE_RECTANGLE check in miptree layout...
2011-01-05 Eric Anholtintel: Clean up redundant setup of firstLevel.
2011-01-05 Eric Anholtintel: Drop a check for GL_TEXTURE_4D_SGIS.
2011-01-05 Vinson Leeswrast: Remove unnecessary headers.
2011-01-05 Eric Anholti965: Simplify the renderbuffer setup code.
2011-01-05 Xiang, Haihaoi965: use BLT to clear buffer if possible on Sandybridge
2011-01-05 Eric Anholti965: Add support for SRGB DXT1 formats.
2011-01-04 Eric Anholtmesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
2011-01-04 Eric Anholtintel: Merge our choosetexformat fallbacks into core.
2011-01-04 Eric Anholtmesa: Make _mesa_choose_tex_format() choose formats...
2011-01-04 Marek Olšákmesa: preserve 10 bits of precision in the texstore...
2011-01-04 Marek Olšákst/mesa: advertise GL_ARB_half_float_pixel
2011-01-04 Marek Olšákr300/compiler: disable the rename_regs pass for loops
2011-01-04 Tom Stellardr300/compiler: Fix black terrain in Civ4
2011-01-04 Eric Anholtintel: When validating an FBO's combined depth/stencil...
2011-01-04 Eric Anholtintel: Fix segfaults from trying to use _ColorDrawBuffe...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Brian Paulst/mesa: skip glDrawPixels/glBitmap-related code for...
2011-01-04 Brian Paulosmesa: pass context to _mesa_update_framebuffer_visual()
2011-01-04 Zhenyu Wangi965: Use last vertex convention for quad provoking...
2011-01-04 Vinson Leemesa: Include mtypes.h in renderbuffer.h.
2011-01-04 Zhenyu Wangi965: Correct comment for gen6 fb write control message...
2011-01-04 Zhenyu Wangi965: Fix provoking vertex select in clip state for...
2011-01-04 Brian Paulmesa: fix AL44 texture fetch function nybble -> float...
2011-01-03 Eric Anholtintel: Use tri clears when we don't know how to blit...
2011-01-03 Eric Anholtmesa: Also report the number of renderbuffer alpha...
2011-01-03 Eric Anholtmesa: Also report renderbuffer red/green size for GL_RE...
2011-01-03 Eric Anholtmesa: Use the common logic for "is this baseformat...
next