Age | Commit message (Expand) | Author |
2008-01-09 | [965] Replace the always_update dirty flag with BRW_NEW_BATCH. | Eric Anholt |
2008-01-09 | [intel] Rename lost_hardware vtbl entry to new_batch. | Eric Anholt |
2008-01-09 | [965] Remove drawing rect upload, which is handled (better) by the kernel. | Eric Anholt |
2008-01-09 | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt |
2008-01-09 | [intel] Remove the dead intel->need_flush member. | Eric Anholt |
2008-01-09 | [965] Clarify a bit of index buffer upload code. | Eric Anholt |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2008-01-03 | [intel] Convert relocations to not be cleared out on buffer submit. | Eric Anholt |
2008-01-03 | [965] Fix some missing initialization in WM keys. | Eric Anholt |
2008-01-02 | [965] Convert WM unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert VS unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert SF unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert GS unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert clip unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert CC unit to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert surface state to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Convert sampler state to use a cache key instead of brw_cache_data. | Eric Anholt |
2008-01-02 | [965] Improve performance by including reloc target buffer pointers in keys. | Eric Anholt |
2007-12-29 | fix fd.o bug #13847 | Zou Nan hai |
2007-12-21 | [965] Fix and enable separate stencil. | Eric Anholt |
2007-12-21 | [intel] Move some pixel path support from drivers to shared. | Eric Anholt |
2007-12-21 | intel: cast a pointer to unsigned long, avoid potential error. | Xiang, Haihao |
2007-12-20 | [965] Enable EXT_framebuffer_object. | Eric Anholt |
2007-12-20 | [965] Actually enable SGIS_generate_mipmap. | Eric Anholt |
2007-12-19 | i965: allocate GRF registers before building subroutines, | Xiang, Haihao |
2007-12-19 | i965: restore the flag after building the subroutine of the | Xiang, Haihao |
2007-12-18 | [INTEL] Fix 965 to use new centralized mipmap pitch function | Keith Packard |
2007-12-17 | [965] Allow draw or depth regions to be NULL. | Eric Anholt |
2007-12-17 | [965] Simplify scissor handling by using DrawBuffer values. | Eric Anholt |
2007-12-17 | [965] fix bad conflict resolution in debug code. | Eric Anholt |
2007-12-17 | [965] Replace our own depth constants in intel context with GL context ones. | Eric Anholt |
2007-12-17 | [965] Fix software fallbacks with region-backed textures. | Eric Anholt |
2007-12-17 | [intel] Cleanup of */intel_blit.c to bring the two closer. | Eric Anholt |
2007-12-17 | [965] Output the buffer type in INTEL_DEBUG=bat surface state decode. | Eric Anholt |
2007-12-17 | i965: check NULL pointer | Xiang, Haihao |
2007-12-16 | [965] Fully initialize the texture surface key data (padding around GLboolean) | Eric Anholt |
2007-12-16 | [965] Enable ARB_pixel_buffer_object, and disable broken imaging extension. | Eric Anholt |
2007-12-16 | [965] Move to using shared texture management code. | Eric Anholt |
2007-12-15 | [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer. | Eric Anholt |
2007-12-15 | [intel] Merge intel_buffer_objects to shared. | Eric Anholt |
2007-12-15 | [965] Use shared intel_regions.c. | Eric Anholt |
2007-12-14 | [intel] warnings cleanup | Eric Anholt |
2007-12-14 | [965] Replace the state cache suballocator with direct dri_bufmgr use. | Eric Anholt |
2007-12-13 | [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic. | Eric Anholt |
2007-12-12 | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt |
2007-12-10 | [965] Hook up DEBUG_BUFMGR output for bufmgr_fake. | Eric Anholt |
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt |
2007-12-07 | [965] Remove dead code in upload_wm_surfaces. | Eric Anholt |
2007-12-07 | [965] Move brw_surface_state stack allocation into the function using it. | Eric Anholt |