Mesa: allow suppression of debug messages in a debug build
[mesa.git] / src / mesa / main /
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
2009-03-03 Brian Paulmesa: more tex image debug/dumping code
2009-03-02 Brian Paulmesa: move call to update_texture_compare_function()
2009-03-02 Brian Paulmesa: fix texture enable regression
2009-03-02 Brian Paulmesa: use _mesa_reference_texobj() when setting texUnit...
2009-03-02 Brian Paulmesa: don't draw arrays if vertex position array is...
2009-03-02 Brian Paulmesa: remove warning/short-circuit of stencil enable...
2009-03-02 Brian Paulmesa: add ctx->Stencil._Enabled field
2009-03-02 Brian Paulmesa: fixed computation of _EnabledCoordUnits
2009-03-02 Brian Paulmesa: clarify comments for per-unit texture bitfields
2009-03-02 Brian Paulmesa: move texture_override() code into calling loop
2009-03-02 Brian Paulmesa: move update_texture_compare_function() call out...
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Brian Paulmesa: convert some #defines to enums
2009-02-28 Brian Paulmesa: move _GenFlags = 0x0 to texgen loop
2009-02-28 Brian Paulmesa: move #include "bitset.h" out of mtypes.h - not...
2009-02-28 David Millermesa: Sparc's IROUND() optimization is invalid.
2009-02-28 Brian Paulmesa: move GLfixed type and related macros to swrast...
2009-02-28 Brian Paulmesa: convert macro to inline function
2009-02-28 Brian Paulmesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_...
2009-02-28 Brian Paulmesa: comments, whitespace, reformatting
2009-02-28 Brian Paulmesa: remove dead code
2009-02-28 Brian Paulmesa: move gl_attrib_node struct to attrib.c too
2009-02-28 Brian Paulmesa: move gl_enable_attrib struct to attrib.c, the...
2009-02-28 Brian Paulmesa: lots of updated comments, formatting clean-ups
next