mesa: move assertions in test_attachment_completeness()
[mesa.git] / src / mesa / main /
2009-08-14 Brian Paulmesa: move assertions in test_attachment_completeness()
2009-08-13 Brian Paulmesa: fix some invalid memory reads
2009-08-13 Brian Paulmesa: fix warnings about locals hiding function params
2009-08-13 Brian Paulmesa: add missing PBO mapping code in unpack_image()
2009-08-13 Brian Paulmain: fix some potential memory leaks
2009-08-13 Brian Paulmesa: fix some potential uninitialized memory references
2009-08-06 Alan HourihaneEnsure GL_EXT_blend_equation_separate is enabled when...
2009-08-05 Brian Paulmesa: generate GL_INVALID_OPERATION for missing z/stenc...
2009-08-05 Brian Paulmesa: make _mesa_clip_blit() a shared function
2009-08-04 Brian Paultexenv: Use VP->Current, since _Current isn't updated...
2009-08-04 Brian Paultexenv: Match state.c in deciding whether we'll be...
2009-08-04 Brian Paultexenv: Add missing dependency on VP changes.
2009-07-27 Brian Paulmesa: separate some finite/pragma Watcom stuff
2009-07-22 Brian Paulmesa: bump version to 7.5.1
2009-07-17 Brian Paulmesa: set version to 7.5
2009-07-15 Brian PaulFix state flag dependencies for fixed function fragment...
2009-07-15 Keith Whitwellmesa: recognize and eliminate repeated error messages
2009-07-15 Keith Whitwellmesa: split out errorstring switch from _mesa_error
2009-07-15 Keith Whitwellmesa: remove dead code in _mesa_error
2009-07-15 Keith Whitwellmesa: don't call getenv every time _mesa_error is called
2009-07-14 Brian Paulmesa: fix texture border color code for glPopAttrib()
2009-07-14 Brian Paulmesa: regenerated enums.c file
2009-07-09 Ian Romanickmesa: From float type modifier from values to large...
2009-07-07 Brian Paulmesa: only use fallback texture when using shaders...
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-06-30 Keith Whitwellmesa/dlist: fixes and improvements for material caching
2009-06-30 Keith Whitwellmesa/dlist: don't cache state which may not be replayed...
2009-06-30 Keith Whitwellmesa/dlist: invalidate cached dlist compile state after...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Keith Whitwellmesa: remove whitespace
2009-06-30 Keith Whitwellmesa: remove dead constant pointsize code from ffvertex...
2009-06-30 Keith Whitwellmesa: remove dead vertex fog code from ffvertex_prog.c
2009-06-30 Keith Whitwellmesa: fix material inputs in ffvertex_prog.c
2009-06-30 Keith Whitwellmesa/dlist: restore missing SAVE_FLUSH_VERTICES in...
2009-06-30 Keith Whitwellmesa: add debug printer for primitive name
2009-06-30 Keith Whitwellmesa/dlist: shortcircuit some redundant statechanges...
2009-06-26 Brian Paulmesa: raise MAX_VARYING (number of shader varying vars...
2009-06-26 Brian Paulmesa: bump version to 7.5-rc4
2009-06-26 Brian Paulglsl: Added gl_shader_state::EmitContReturn field
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: fix some potential state-restore issues in pop_te...
2009-06-22 Brian Paulmesa: create/use a fallback texture when bound texture...
2009-06-19 Michel DänzerAlways free image offsets memory when re-initializing...
2009-06-18 Keith Whitwellmesa: protect Elements against multiple definitions
2009-06-17 Ian RomanickFast path when rebinding the same texture in single...
2009-06-17 Eric Anholtmesa: Mark FBOs with compressed color attachments as...
2009-06-17 Brian Paulmesa: rework viewport/scissor initialization code
2009-06-16 Brian Paulmesa: fix incorrect viewport clamping in _mesa_set_view...
2009-06-15 José Fonsecamesa: Always return a value.
2009-06-15 José Fonsecamesa: Use appropriate float/integer types.
2009-06-15 José Fonsecamesa: Use type modifier for float constants.
2009-06-15 José Fonsecamesa: Use integer type with appropriate sign.
2009-06-12 Jakob Bornecrantzmesa: Enable uploads of only depth to z24s8 textures
2009-06-11 Brian Paulmesa: add default function for ctx->Driver.CheckQuery...
2009-06-10 José Fonsecamesa: Fix typo in bitmask.
2009-06-10 Brian Paulmesa: disable texture unit error check in _mesa_MatrixM...
2009-06-08 José Fonsecamesa: Use matching signedness for the counter as upper...
2009-06-08 Brian Paulmesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256
2009-06-08 Brian Paulmesa: EXT_vertex_array_bgra fixes
2009-06-05 Brian Paulmesa: bump version to 7.5-rc3
2009-06-02 Brian Paulmesa: release VBO and PBO references upon context destr...
2009-06-02 Brian Paulmesa: add #define FEATURE_ARB_pixel_buffer_object
2009-05-31 José Fonsecamesa: Output warnings to debugger on Windows.
2009-05-31 José Fonsecamesa: Add success/failures return value to _mesa_make_c...
2009-05-22 Brian Paulmesa: fix loop over generic attribs in update_arrays()
2009-05-22 Brian Paulmesa: allow GL_BITMAP type in _mesa_image_image_stride()
2009-05-22 Brian Paulmesa: added comment
2009-05-22 Brian Paulmesa: add missing glGet*() case for GL_VERTEX_ARRAY_BIN...
2009-05-19 Mathias Fröhlichmesa: allow depth/stencil textures to be attached to...
2009-05-19 Brian Paulmesa: assign trb->Base.StencilBits in update_wrapper().
2009-05-18 Brian Paulmesa: comments for _mesa_generate_mipmap_level()
2009-05-15 Brian Paulmesa: bump version to 7.5-rc2
2009-05-13 Brian Paulmesa: delete array objects before buffer objects during...
2009-05-13 Brian Paulmesa: clean-up vertex array object VBO unbinding and...
2009-05-13 Brian Paulmesa: reference counting for gl_array_object
2009-05-11 Brian Paulmesa: Fixed a texture memory leak
2009-05-08 Brian Paulmesa: set version to 7.5-rc1
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-08 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-08 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-07 Brian Paulmesa: unmap buffer objects during context tear-down
2009-05-02 Brian Paulmesa: fix state validation bug for glCopyTex[Sub]Image()
2009-05-01 Brian Paulmesa: remove -devel suffix from version
2009-04-28 Keith Whitwellmesa/main: protect driver.finish with FLUSH_CURRENT
2009-04-27 José Fonsecamesa: Call _mesa_snprintf instead of snprintf.
2009-04-24 Brian Paulmesa: fix up error/warning/debug output newlines
2009-04-23 Brian Paulmesa: more informative error messages
2009-04-22 Brian Paulmesa: minor state-update changes in histogram code
2009-04-22 Brian Paulmesa: fix comment typo
2009-04-22 Brian Paulmesa: fix _mesa_dump_textures(), add null ptr check
2009-04-22 Keith Whitwellmesa: protect driver.flush() with FLUSH_CURRENT
2009-04-21 Brian Paulmesa: new _NEW_PROGRAM_CONSTANTS flag
2009-04-17 Brian Paulmesa: suppress extra newline
2009-04-17 Brian Paulmesa: minor tweak to error message
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 Lars Henning Wendtmesa: fix bad mask bit in clip plane restore code for...
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Eric Anholtmesa: Update texenv program when _NEW_ARRAYS is updated...
next