fix ugly copy/paste error in mipmap generation code
[mesa.git] / src / mesa / main /
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
2009-02-27 Brian Paulmesa: set bufObj->Pointer = NULL after unmapping
2009-02-27 Brian Paulmesa: if a buffer object is mapped when glDeleteBuffers...
2009-02-27 Brian Paulmesa: updated comments
2009-02-27 Brian Paulmesa: fix incorrect error handling in glBufferDataARB()
2009-02-27 Brian Paulmesa: avoid extraneous calls to ctx->Driver.BindFramebu...
2009-02-27 David S. Millermesa: Resurrect SPARC asm code.
2009-02-25 Brian Paulmesa: fix merge conflict (in comment)
2009-02-24 Brian Paulmesa: use quotes for #include
2009-02-23 Brian Paulmesa: include compiler.h, fixes cell build, remove...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Tomas Wilhelmssonmesa: fixes for building on Haiku
2009-02-23 José Fonsecamesa: Fix windows build.
2009-02-22 Brian Paulmesa: remove unneeded #include
2009-02-22 Brian Paulmesa: #include, misc clean-ups
2009-02-22 Brian Paulmesa: remove unneeded #includes
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-22 Brian Paulmesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx...
2009-02-22 Brian Paulmesa: assorted clean-ups, var renaming, etc.
2009-02-22 Brian Paulmesa: simplify texture combine state copying in _mesa_c...
2009-02-22 Brian Paulmesa: remove redundant assertions (same asserts in...
2009-02-21 Tom Fogalmesa: added extern qualifier
2009-02-21 Brian Paulmesa: use enums for TEXTURE_x_INDEX values
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-21 Brian Paulmesa: use an array for default texture objects
2009-02-21 Brian Paulmesa: re-org texgen state
2009-02-20 Brian Paulmesa: add TexShadow field to prog_instruction
next