mesa/dlist: shortcircuit some redundant statechanges at compile time
[mesa.git] / src / mesa / main /
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...
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-15 Brian Paulmesa: remove unused matrixType param from ctx->Driver...
2009-04-15 Brian Paulmesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
2009-04-15 Brian Paulmesa: use standard offsetof() macro
2009-04-09 Brian Paulmesa: fix potential recursive locking deadlock in _mesa...
2009-04-08 Jakob Bornecrantzmesa: Report name for missing s3tc functions
2009-04-08 Robert EllisonMesa: allow suppression of debug messages in a debug...
2009-04-08 José Fonsecamesa: Don't attempt to free the dummy program.
2009-04-07 Brian Paulmesa: add another special/optimized case in _mesa_unpac...
2009-04-07 Brian Paulmesa: fix incorrect component ordering for sRGB8 textur...
2009-04-03 Brian Paulmesa: move glGetTexImage(), glGetCompresssedTexImage...
2009-04-03 Brian Paulmesa: remove the noClamp parameter to _mesa_pack_rgba_s...
2009-04-03 Brian Paulmesa: clamp colors to [0,1] for glGetTexImage() when...
2009-04-03 Brian Paulmesa: whitespace and comment clean-up
2009-04-03 Brian Paulmesa: remove extra semicolons
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Paulmesa: don't normalize spot light direction until valida...
2009-04-03 Brian Paulmesa: more error message info
2009-04-02 Roland Scheideggermesa: fix TexParameter functions
2009-04-02 Brian Paulmesa: don't call ctx->Driver.ReadPixels() if width...
2009-04-02 Brian Paulmesa: don't call ctx->Driver.Draw/CopyPixels() if width...
2009-04-02 Brian Paulmesa: get rid of gl_texture_object::_BorderChan
2009-04-02 Brian Paulmesa: simplify ycbcr->rgb conversion code
2009-04-02 Brian Paulmesa: convert more texture fetch functions to return...
2009-04-02 Brian Paulmesa: switch texel fetch functions from GLchan to GLfloat
2009-04-02 Brian Paulmesa: texture combine clean-ups
2009-04-02 Brian Paulswrast: do texture sampling/combining in floating point
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-04-01 Brian Paulmesa: fix a recursive display list problem
2009-03-31 Brian Paulmesa: fix bug in GPU codegen for fixed-function two...
2009-03-31 Brian Paulmesa: minor reformatting, whitespace changes
2009-03-31 Jeremy HuddlestonUpdated CPU_TO_LE32 to work on darwin
2009-03-31 Roland Scheideggerfix ugly copy/paste error in mipmap generation code
2009-03-28 Roland Scheideggermesa: fix a glGetTexImage issue with base-converted...
2009-03-28 Roland Scheideggermesa: add _rev signed rgba texture format
next