mesa.git
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Neil Robertsintel: Try using glCopyTexSubImage2D in _mesa_meta_Blit...
2011-02-24 Christoph Bumillernvc0: fix PointCoord enable in FP header
2011-02-24 Christoph Bumillernvc0: change TGSI CMP translation to use slct
2011-02-24 Christoph Bumillernvc0: sprite coord enable is per GENERIC, not overall...
2011-02-24 Christoph Bumillernvc0: fix new_value calls using type instead of size
2011-02-24 Christoph Bumillernvc0: set local memory usage info in shader header
2011-02-24 Christoph Bumillernvc0: don't fold loads from local memory
2011-02-24 Christoph Bumillernvc0: presin and preex2 can load from const space
2011-02-24 Christoph Bumillernvc0: kick out empty live ranges
2011-02-24 Christoph Bumillernvc0: preemptively insert branch at ENDIF
2011-02-24 Christoph Bumillernvc0: correct allocation of constrained registers
2011-02-24 Christoph Bumillernvc0: sync textures with render targets ourselves
2011-02-24 Christoph Bumillernvc0: improve userspace fencing
2011-02-24 Christoph Bumillernvc0: values for undefined outputs must have file GPR
2011-02-24 Christoph Bumillernvc0: multiply polygon offset units by 2
2011-02-24 Christoph Bumillernvc0: fix SSG
2011-02-24 Christoph Bumillernvc0: don't visit target blocks of a loop break multipl...
2011-02-24 Christoph Bumillernvc0: don't overwrite phi sources at the end of a loop
2011-02-24 Fabian Bielergallium/utils: Fix vertex element setup
2011-02-24 José Fonsecasvga: Ensure rendertargets and textures are always...
2011-02-24 Chris Wilsoni965: Remember to pack the constant blend color as...
2011-02-24 Chris Wilsonintel: Reset the buffer offset after releasing referenc...
2011-02-24 Chris Wilsoni965: Unmap the correct pointer after discontiguous...
2011-02-24 Chris Wilsonintel: Protect against waiting on a NULL render target bo
2011-02-24 Dave Airlier600g: EXT_texture_array support.
2011-02-24 Dave Airliest/mesa: treat 1D ARRAY upload like a depth or 2D array...
2011-02-24 Vinson Leescons: Fix Cygwin platform names.
2011-02-24 Jakob Bornecrantzi915g: Lazy emit dynamic state
2011-02-24 Jakob Bornecrantzi915g: Lazy emit immediate state
2011-02-24 Jakob Bornecrantzi915g: Disable LIS7 state updates for now
2011-02-24 Jakob Bornecrantzi915g: Clean up in i915_state_immediate
2011-02-24 Jakob Bornecrantzi915g: Remove outdated comment
2011-02-24 Jakob Bornecrantzi915g: Use dump function in sw winsys
2011-02-24 Jakob Bornecrantzi915g: Enable mirror repeat wrap mode
2011-02-24 Jakob Bornecrantzi915g: Always set vbo to flush on flushes
2011-02-23 Chris Wilsonintel: gen3 is particular sensitive to batch size
2011-02-23 Chris Wilsoni915: And remember assign the new value to the state...
2011-02-23 Tom FogalFix GLX_USE_TLS define.
2011-02-23 Fabian Bielerr600g: Request DWORD aligned vertex buffers.
2011-02-23 Wiktor Janasst/mesa: fix computing the lowest address for interleav...
2011-02-22 Brian Paulvbo: added vbo_check_buffers_are_unmapped() debug function
2011-02-22 Brian Paulvbo: removed unused #defines, add comments
2011-02-22 Brian Paulmesa: move comment, change debug code
2011-02-22 Brian Paulvbo: simplify NeedFlush flag clearing
2011-02-22 Brian Paulvbo: use ctx intstead of exec->ctx
2011-02-22 Brian Paulr300g: fix missing initializers warning
2011-02-22 Brian Pauli915g: remove extra semicolons
2011-02-22 Andy Skinnerxlib: pass Display pointer to XMesaGarbageCollect()
2011-02-22 Kenneth Graunkei965: Increase Sandybridge point size clamp.
2011-02-22 Kenneth Graunkei965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
2011-02-22 Kenneth Graunkei965/fs: Refactor control flow stack handling.
2011-02-22 Kenneth Graunkei965/fs: Avoid register coalescing away gen6 MATH worka...
2011-02-22 Kenneth Graunkei965/fs: Apply source modifier workarounds to POW as...
2011-02-22 Kenneth Graunkei965: Fix shaders that write to gl_PointSize on Sandybr...
2011-02-22 José Fonsecamesa: Avoid undeclared ffs function warning on mingw.
2011-02-22 José Fonsecagallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ...
2011-02-22 José Fonsecagallium/docs: Update PIPE_TRANSFER_xx docs. Reformat...
2011-02-22 Keith Whitwellgallium: new transfer flag: DISCARD_WHOLE_RESOURCE
2011-02-20 Marek Olšákst/mesa: fix crash when using both user and vbo buffers...
2011-02-20 Marek Olšákst/mesa: fix crash when DrawBuffer->_ColorDrawBuffers...
2011-02-22 Chris Wilsoni965: Trim the interleaved upload to the minimum number...
2011-02-22 Chris Wilsoni965: Reinstate max-index paranoia
2011-02-22 Chris Wilsoni965: Zero the offset into the vbo when uploading non...
2011-02-20 Jakob Bornecrantzst/dri: Track drawable context bindings
2011-02-22 Eric Anholti965: Fix VB packet reuse when offset for the new buffe...
2011-02-22 Brian PaulRevert "mesa: convert macros to inline functions"
2011-02-21 Brian Paulst/mesa: need to translate clear color according to...
2011-02-21 Brian Paulst/mesa: fix the default case in st_format_datatype()
2011-02-21 Daniel Vetteri915g: add some throttling
2011-02-21 Daniel Vetteri915g: s/bool/boolean/ style-fixup in winsys
2011-02-21 Jakob Bornecrantzi915g: Fix warning
2011-02-21 Jakob Bornecrantzi915g: Add option to lie about caps
2011-02-21 Jakob Bornecrantzi915g: Move debug fields to screen
2011-02-21 Jakob Bornecrantzi915g: Use debug get once options
2011-02-21 Jakob Bornecrantzi915g: Rework texture tiling a bit
2011-02-21 Jakob Bornecrantzi915g: Anisotropic filtering works
2011-02-21 Jakob Bornecrantzi915g: TODO about point sprites
2011-02-21 Jakob Bornecrantzi915g: TODO about untested code hidden behind caps
2011-02-21 Jakob Bornecrantzi915g: Reorg caps
2011-02-21 Brian Paulst/mesa: fix incorrect texture size allocation in st_fi...
2011-02-21 Brian Paulst/mesa: refactor guess_and_alloc_texture() code
2011-02-21 Brian Paulst/mesa: fix mipmap generation for non-POW textures
2011-02-21 Brian Paulmesa: convert macros to inline functions
2011-02-21 Brian Paulvbo: more comments
2011-02-21 Brian Paulvbo: make vbo_exec_FlushVertices_internal() static
2011-02-21 Brian Paulvbo: remove old debug code, add comments
2011-02-21 Brian Paulvbo: rename, document function params
2011-02-21 Brian Paulvbo: comments
2011-02-21 Brian Paulvbo: replace assert(0) with proper assertions
2011-02-21 Brian Paulvbo: rename some vars, add new comments, fix formatting...
2011-02-21 Brian Paulvbo: use ctx instead of exec->ctx
2011-02-21 Brian Paulradeon: add default switch case to silence unhandled...
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-21 Chris Wilsonintel: Fix insufficient integer width for upload buffer...
2011-02-21 José Fonsecasvga: Remove some remaining fake S3TC rendering support.
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsoni915: Emit a single relocation per vbo
2011-02-21 Chris Wilsoni915: Suppress emission of redundant stencil updates
2011-02-21 Chris Wilsoni915: Separate BLEND from general context state.
next