softpipe: use util_is_inf_or_nan()
[mesa.git] / src / mesa /
2009-03-31 Brian Paulmesa: minor reformatting, whitespace changes
2009-03-31 Jeremy HuddlestonUpdated CPU_TO_LE32 to work on darwin
2009-03-31 José Fonsecagallium: Move pf_is_depth_stencil to p_format.h.
2009-03-31 Roland Scheideggerfix ugly copy/paste error in mipmap generation code
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-28 Roland Scheideggeri965: srgb texture fixes
2009-03-28 Roland Scheideggermesa: fix a glGetTexImage issue with base-converted...
2009-03-28 Roland Scheideggeri965: add support for signed rgba texture format
2009-03-28 Roland Scheideggermesa: add _rev signed rgba texture format
2009-03-28 Roland Scheideggerglapi regenerate
2009-03-28 Roland Scheideggerglapi: remove a couple accidental GL_ prefixes
2009-03-28 Roland Scheideggermesa: add new signed rgba texture format
2009-03-28 Roland Scheideggerfix various small intel blitter issues
2009-03-27 José Fonsecamesa: Support Z24S8 wherever S8Z24 is supported.
2009-03-26 Brian Paulst: init the default texture to (0,0,0,1)
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 Maciej Cencorar300: cleanup swtcl a little
2009-03-25 Alan CoopersmithConvert u_int*_t to C99 standard uint*_t
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-25 Alan Coopersmithr300_cmdbuf.c: convert cast to a form supported by...
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-24 Alan Hourihanemesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big...
2009-03-24 Keith Whitwellmesa/st: bump gallium version to 0.3
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-24 Eric Anholti965: Fix glFrontFacing in twoside GLSL demo.
2009-03-24 Eric Anholti965: Fix fog coordinate g,b,a values when glFrontFacin...
2009-03-24 Eric Anholti965: Clean up a bit of mess with unneeded variables...
2009-03-24 Eric Anholti965: Fix trailing "d" in debug output for 3DSTATE_VERT...
2009-03-23 Eric Anholti965: Fix occlusion query when no other WM state update...
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Michal Krolst: Silence compiler warnings.
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-21 Brian Paulmesa: add new internal state var for window size
2009-03-20 Brian Paulmesa: linear scan register allocation for shader programs
2009-03-20 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
2009-03-20 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Brian Paulglslcompiler: added new options to override debug/optim...
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-19 Brian Paulglsl: when debug pragma is on, emit comments about...
2009-03-19 Alan Hourihanemesa: check renderbuffer is defined before use.
2009-03-19 Jakob Bornecrantzst/gl: Only transfer needed parts in st_TexSubimage
2009-03-19 Alan Hourihaneslang: if/else/break & if/else/continue work for unroll...
2009-03-19 Michal Krolswrast: Silence compiler warnings, give better structur...
2009-03-18 Brian Paulmesa: use the IROUND() macro in pixel packing code
2009-03-18 Alan Hourihaneslang: redo the last commit for if/break & if/continue...
2009-03-18 Alan HourihaneRevert "slang: if we detect an if/break or if/continue...
2009-03-18 Alan Hourihaneslang: if we detect an if/break or if/continue within...
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Brian Paulst: need to free/realloc pipe texture when we're handed...
2009-03-18 Brian Paulst: clean up some if-statment code
2009-03-18 Brian Paulst: update texture comments
2009-03-18 Dan NicholsonUse the specified X11 headers for xlib mesa
2009-03-17 Brian Paulswrast: use better _swrast_compute_lambda() function
2009-03-17 Vinson Leemesa: update/fix doxygen comments
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Michal Krolmesa: Silence compiler warnings.
2009-03-15 Michal Krolvbo: Silence integer-to-pointer warnings.
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Keith Whitwellmesa/st: add check for null front renderbuffer
2009-03-13 Keith Whitwellmesa/st: don't call finish in st_glFlush()
2009-03-13 Brian Pauli965: more register number assertions
2009-03-13 Brian Pauli965: add some register number assertions
2009-03-13 Brian Pauli965: remove unused PROGRAM_INTERNAL_PARAM, added comment
2009-03-13 Brian Pauli965: move declarations before code
2009-03-13 Brian Pauli965: debug code, use gl_register_file type
2009-03-13 Brian Paulmesa: glUseProgram() debug code (disabled)
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 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
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-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli915: move declarations before code
2009-03-13 Brian Pauli965: comments
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 Scheideggeri965: add support for ATI_envmap_bumpmap
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-12 Brian Paulintel: include main/viewport.h
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
next