g3dvl: Mark all buffers for incoming frame data as discardable.
[mesa.git] / src / mesa /
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-16 Brian Paulglsl: fix broken sampler assignments
2009-01-16 José Fonsecastw: Dispatch to our stw_winsys::flush_front_buffer
2009-01-16 Xiang, Haihaoi915: fallback on transfer mode
2009-01-15 Karl Schultzwindows: updated mesa.def file
2009-01-15 Brian Paulglsl: use _mesa_sprintf()
2009-01-15 Brian Paulglsl: move declaration before code
2009-01-15 Alan Hourihanemesa: tweak to formatting
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Alan Hourihanemesa: small cleanup
2009-01-15 Alan Hourihanemesa: revert partial commit for 0x0 render targets
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Jakob Bornecrantzmesa: Fix merge conflicts
2009-01-15 Brian Paulmesa: bump version to 7.3-rc2
2009-01-15 Brian Paulglsl: fix comment
2009-01-15 Brian Paulglsl: minor clean-up for rect sampler test
2009-01-14 Brian Paulr300: work-around FRAG_BIT_FOGC warning/error
2009-01-14 Brian Pauli965: asst. fixes, work-arounds for FBOs and render...
2009-01-14 Brian Pauli965: fix incorrect renderbuffer DataType assignment
2009-01-14 Brian Pauli965: fix some FBO depth/stencil assertions
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Ian Romanickintel: SW fallback maps texture images, not texture...
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-14 Brian Paulglsl: simplify IR storage for samplers
2009-01-14 Brian Paulmesa: fix incorrect transformation of GL_SPOT_DIRECTION
2009-01-14 Ian RomanickTreat image units and coordinate units differently.
2009-01-14 Alan Hourihanemesa: handle some cases of 0x0 render targets
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Brian Pauli965: indentation fixes
2009-01-14 Brian Pauli965: allow larger AA points on fallback path
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Brian Pauli965: comment for emit_kil()
2009-01-14 Brian Paulmesa: put _NV suffix on a few opcodes
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Xiang, Haihaointel: bump driver date
2009-01-14 Alan Hourihaneglsl: fix a comment typo
2009-01-14 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Alan Hourihaneglsl: fix a comment typo
2009-01-13 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Brian Paulglsl: add preprocessor support for #pragma
2009-01-13 Karl Schultzwindows: try to create a context in wglCreateLayerContext()
2009-01-12 Brian Pauli965: fix glDrawPixels Z coordinate in intel_texture_dr...
2009-01-12 Brian Pauli965: fix broken glBitmap + depth test
2009-01-12 Brian Pauli965: fix broken ARB fp fog options
2009-01-12 Brian Paulglsl: better fix for for-loop scope issue (commit 63330...
2009-01-11 Matthieu HerrbBig endian fixes.
2009-01-11 Matthieu Herrbbuild fix on big endian OpenBSD architectures.
2009-01-11 Matthieu Herrbreplace nearbyint() by rint() for now.
2009-01-11 Matthieu Herrb__builtin_expect is a gcc 3.x feature. define it out...
2009-01-10 Brian Paulmesa: deprecate GL/amesa.h header (allegro driver)
2009-01-10 Brian Paulmesa: deprecate the GL/fxmesa.h header
2009-01-10 Brian Paulxmesa: deprecate the "XMesa" interface
2009-01-10 Brian Paulglsl: force creation of new scope for for-loop body
2009-01-10 Brian Paulglsl: replace 0/1 with GL_FALSE/GL_TRUE
2009-01-10 Ian Romanickswrast: Fix GL_ATI_separate_stencil
2009-01-09 Brian Paulglsl: make minimum struct size = 2, not 1
2009-01-09 Alan Hourihanest: build fix
2009-01-09 Brian Paulglsl: fix typo in the vec2 += operator function
2009-01-09 Brian Paulmesa: set version string to 7.3-rc1
2009-01-09 Brian Paulglsl: fix broken +=, -=, *=, /= operators
2009-01-09 Brian Paulmesa: fix off-by-one bug in _mesa_delete_instructions()
2009-01-09 Eric Anholti965: Fix GLSL FS DPH to return the right value instead...
2009-01-09 Eric Anholti965: Remove worrisome comment about _NEW_PROGRAM signa...
2009-01-09 Eric Anholtmesa: Remove _Active and _UseTexEnvProgram flags from...
2009-01-09 Eric Anholti965: Remove dead brw_vs_tnl.c
2009-01-09 Brian Pauli965: allow gl_FragData[0] usage when there's only...
2009-01-09 Brian Paulmesa: additional case in file_string()
2009-01-09 Brian Paulglsl: pass GLcontext::Extension info down into GLSL...
2009-01-09 Brian Paulglsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
2009-01-09 Brian Paulglsl: check that the fragment shader does not write...
2009-01-09 Brian Pauli965: init dst reg RelAddr field to zero
2009-01-09 Eric Anholti965: Note when we drop saturate mode on the floor...
2009-01-09 Eric Anholti965: Add support for LRP in VPs.
2009-01-09 Brian Paulglsl: disable some unused functions (but don't remove...
2009-01-09 Brian Paulglsl: also unroll loops with variable declarations...
2009-01-09 Brian Paulglsl: remove dead code
2009-01-09 Brian Paulmesa: OSMesa Makefile fixes (use LIB_DIR)
2009-01-09 Brian Paulglsl: loop unroll adjustments
2009-01-09 Brian Paulglsl: implement loop unrolling for simple 'for' loops
2009-01-09 Brian Paulmesa: Move var declaration to top of scope.
2009-01-09 Brian Paulglsl: fix typo in the vec2 += operator function
2009-01-08 Brian Paulmesa: set version string to 7.3-rc1
2009-01-08 Brian Paulglsl: fix broken +=, -=, *=, /= operators
2009-01-08 Brian Paulmesa: fix off-by-one bug in _mesa_delete_instructions()
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 José Fonsecamesa: Add _mesa_snprintf.
2009-01-08 Brian Paulmesa: fix GL_DEPTH_CLEAR_VALUE casting
2009-01-08 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2009-01-08 José Fonsecamesa: Move var declaration to top of scope.
2009-01-08 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-08 José Fonsecawgl: Ensure public symbols get the proper DLL linkage...
2009-01-08 José Fonsecamesa: Ensure gl* symbols are marked as dllexport on...
2009-01-08 José Fonsecamesa: Use explicit casts when precision is lost.
2009-01-08 José Fonsecamesa: Fix windows build when UNICODE is defined.
2009-01-08 Eric Anholti965: Fix GLSL FS DPH to return the right value instead...
2009-01-08 Eric Anholti965: Remove worrisome comment about _NEW_PROGRAM signa...
2009-01-08 Eric Anholtmesa: Remove _Active and _UseTexEnvProgram flags from...
2009-01-08 Eric Anholti965: Remove dead brw_vs_tnl.c
2009-01-08 Brian Pauli965: allow gl_FragData[0] usage when there's only...
next