Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / main /
2009-05-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-05-01 Brian Paulmesa: create/use a fallback texture when bound texture...
2009-05-01 Brian Paulmesa: bump version to 7.6 (devel)
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
2009-03-28 Roland Scheideggerglapi regenerate
2009-03-28 Roland Scheideggermesa: add new signed rgba texture format
2009-03-24 Alan Hourihanemesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big...
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-18 Brian Paulmesa: use the IROUND() macro in pixel packing code
2009-03-17 Vinson Leemesa: update/fix doxygen comments
2009-03-13 Brian Paulmesa: improve another _mesa_problem() call
2009-03-13 Brian Paulmesa: add GL_DUDV_ATI cases in calculate_derived_texenv()
2009-03-13 Brian Paulmesa: more info in _mesa_problem() call
2009-03-13 Brian Paulmesa: added 1D/3D fetch_texel functions for DUDV8
2009-03-13 Brian Paulmesa: added GL_DU8DV8_ATI case in _mesa_components_in_f...
2009-03-13 Brian Paulmesa: override_internal_format() function for debug...
2009-03-13 Brian Paulmesa: improve some error messages
2009-03-12 Brian Paulmesa: move declarations before code
2009-03-12 Brian Paulmesa: fix glRead/DrawBuffer(GL_AUXn) error value
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Brian Paulmesa: fix transposed red/blue in store_texel_rgb888...
2009-03-12 Roland Scheideggerregenerate glapi
2009-03-12 Roland Scheideggermesa: add support for ATI_envmap_bumpmap
2009-03-12 Keith Whitwellmesa: add missing _glthread_INIT_MUTEX in _mesa_new_fra...
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-12 Brian Paulmesa: remove some last remnants of GL_MESA_program_debug
2009-03-12 Brian Paulmesa: minor comments
2009-03-12 Brian Paulmesa: remove gl_texture_object::_Function field and...
2009-03-09 Brian Paulmesa: reorder register file enums
2009-03-07 Brian Paulmesa: move shared context state functions to new shared...
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-07 Alan CoopersmithAdd Solaris to OS'es using PROT_EXEC mmap() to get...
2009-03-06 Brian Paulmesa: added _mesa_read_shader() function to read shader...
2009-03-06 José Fonsecamesa: Reads must also be done with lock held.
2009-03-06 José Fonsecamesa: Fix typo.
2009-03-04 Brian Paulmesa: call _mesa_get_cpu_features() during one-time...
2009-03-04 Brian Paulmesa: new cpuinfo.c file to init/query cpu info and...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Follow ARB_map_buffer_range more stricly.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 Brian Paulmesa: fix sw fallback state validation bug
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellmesa: add MapBufferRange driver callbacks
2009-03-03 Keith Whitwellmesa: Add BeginVertices driver call
next