mesa.git
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.
2011-02-21 Chris Wilsoni915: Only flag context changes if the actual state...
2011-02-21 Chris Wilsoni915: suppress repeated sampler state emission
2011-02-21 Chris Wilsoni915: Eliminate redundant CONSTANTS updates
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsonintel: use throttle ioctl for throttling
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: Skip the flush before read-pixels via blit
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: write cc straight to batch
2011-02-21 Chris Wilsoni965: switch gen6 to use its own cc state bo
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsonintel: Replace the bo for a complete update
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsonintel: Use system memory for DYNAMIC_DRAW source objects
2011-02-21 Chris Wilsoni965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
2011-02-21 Chris Wilsoni965: Fallback on encountering a NULL render buffer
2011-02-21 Vinson Leei915g: s/__func__/__FUNCTION__/
2011-02-20 Daniel Vetteri915g: kill remnants of mmapped batchbuffer support
2011-02-20 Jakob Bornecrantzi915g: Add winsys/i915/sw to scons build
2011-02-20 Jakob Bornecrantzi915g: Fix void ptr arith
2011-02-20 Jakob Bornecrantzi915g: Add dummy flush_frontbuffer
2011-02-20 Jon TURNEYFix --enable-shared-glapi configure option
2011-02-20 Chia-I Wuegl_dri2: Return NULL when xcb_get_geometry_reply fails.
2011-02-19 José Fonsecascons: Add aliases for the llvmpipe unit tests.
2011-02-19 José Fonsecagallivm: Use simple scaling plus casting in more unorm...
2011-02-19 Kenneth Graunkeglsl: Remove $(PWD) from Makefile in favor of .
2011-02-18 Marek Olšákr300g: fix a possible race when counting contexts
2011-02-18 Marek Olšákr300g: fix invalid dereference in winsys
2011-02-18 José Fonsecasvga: Fix NULL dereference.
2011-02-18 Brian Paulvbo: add debug code to verify that buffers are unmapped...
2011-02-18 Brian Paulmesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels...
2011-02-18 Brian Paulst/mesa: set renderbuffer _BaseFormat in a few places
2011-02-18 Brian Paulst/mesa: check buffer orientation in blit_copy_pixels()
2011-02-18 José Fonsecasvga: Ensure pending drawing commands other surface...
2011-02-18 José Fonsecasvga: Cannot use negate or abs on source to dsx/dsy...
2011-02-18 José Fonsecasvga: Ensure SWTNL is created after HWTNL.
2011-02-18 José Fonsecasvga: Ensure LRP's restrictions are observed in all...
2011-02-18 José Fonsecasvga: Preserve src swizzles in submit_op2/3/4.
2011-02-18 Marek Olšákr300g: remove tracking whether vertex buffers need...
2011-02-18 Marek Olšákst/mesa: fix geometry corruption by always re-binding...
2011-02-18 Jakob Bornecrantzsvga: Disable surface cache for textures
2011-02-18 Jakob Bornecrantzsvga: Describe svga_sampler_views for refcnt debugging
next