intel: use throttle ioctl for throttling
[mesa.git] / src /
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 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
2011-02-18 Jakob Bornecrantzsvga: Make sure that refcnt debugger gets the correct...
2011-02-18 Jakob Bornecrantzutil: Make refcnt and symbol debuggers work on windows
2011-02-18 Cyril BruleboisPoint to bugs.freedesktop.org rather than bugzilla...
2011-02-18 Marek Olšáku_vbuf_mgr: initialize flag indicating that buffers...
2011-02-18 Thomas Hellstromgallium/svga: Fix unnecessary swtnl fallbacks
2011-02-18 Dave Airlier600g: reorganise rgtc pieces.
2011-02-18 Brian Paulst/mesa: implement blit-based path for glCopyPixels
2011-02-18 Brian Paulmesa: fix comments for _mesa_clip_readpixels()
2011-02-18 Brian Paulst/mesa: indentation fix
2011-02-18 Fabian Bielerr600g: Start a new TEX clause if the texture lookup...
2011-02-18 Fabian Bielerr600g: Add support to dump vertex- and texture-fetch...
2011-02-17 Dave Airlier600g: add BC4/5 to RGTC conversion
2011-02-17 José Fonsecautil: Fix typo in last commit.
2011-02-17 Brian Paulst/mesa: fix incorrect glCopyPixels position on fallbac...
2011-02-17 Brian Pauldraw: update comments, rename vars in pstipple code
2011-02-17 José Fonsecasvga: Don't use more than one constant per IFC instruction.
2011-02-17 José Fonsecamesa: Do copy propagation across if-else-endif.
2011-02-17 José Fonsecautil: Cleanup symbol name resolution on Windows.
2011-02-17 Brian Paulst/mesa: remove unused screen variables
2011-02-17 Brian Paulmesa: remove the MESA_NO_DITHER env var
2011-02-17 Brian Paulsoftpipe: rename env vars to be consistent
2011-02-17 Haitao Fengegl_dri2: add swrast
2011-02-17 Dave Airlier600g: get s3tc working on cards with crappy 64/128...
2011-02-17 Dave Airlier600g: add missing type to color buffer swap.
2011-02-17 Brian Paulgallium/util: init key with memset()
2011-02-17 Brian Paulsvga: flush when transitioning between HW and SW render...
2011-02-17 Brian Paulrtasm: add dummy return statement to silence MSVC warning
2011-02-17 Brian Paulsvga: use TRUE/FALSE instead of 0/1
2011-02-17 Brian Paulsvga: fix incorrect comment
2011-02-17 Brian Paulsvga: dimension the dirty[] array with SVGA_STATE_MAX
2011-02-17 Brian Paulmesa: make _mesa_write_renderbuffer_image() non-static
2011-02-17 Brian Paulsvga: disable a debug_printf() call
2011-02-17 Brian Paulmesa: 80-column wrap
2011-02-16 José Fonsecasvga: Proper redefine_user_buffer implementation.
2011-02-16 Marek Olšákr300g: fix a race between CS and SET_TILING ioctls
2011-02-16 Marek Olšákr300g: fix blitting NPOT compressed textures
2011-02-16 Marek Olšákmesa: fix texture3D mipmap generation for UNSIGNED_BYTE...
2011-02-16 Marek Olšákmesa: fix mipmap generation for MESA_FORMAT_AL44
2011-02-16 José Fonsecamesa: Remove the DXT compression via blit path.
2011-02-16 José Fonsecasvga: Don't fake DXT compression ability.
2011-02-16 Christoph Bumillernvc0: fix blend factor mapping
2011-02-16 Christoph Bumillernvc0: fix emit_dfdx,dfdy
2011-02-16 Christoph Bumillernvc0: don't swap sources if either value is not in...
2011-02-16 Christoph Bumillernvc0: add missing break statements in constant_operand
2011-02-16 Christoph Bumillernvc0: fix clipping and use VIEWPORT instead of SCISSOR
2011-02-16 Christoph Bumillernvc0: demagic the clear flags and fix region clears
2011-02-16 Christoph Bumillernvc0: front stencil mask and func mask methods are...
2011-02-16 Christoph Bumillernvc0: clone memory values with multiple refs before...
2011-02-16 Christoph Bumillernvc0: disable early fragment tests if KIL is used
2011-02-16 Christoph Bumillernvc0: force vertex data through FIFO if we need to...
next