index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vtbl.c
Age
Commit message (
Expand
)
Author
2009-06-29
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-06-23
i965: Don't set a reserved bit in MI_FLUSH.
Eric Anholt
2009-04-14
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-03-05
i965: Remove dead flushing code.
Eric Anholt
2009-02-26
i965: rename draw_regions -> color_regions
root
2009-02-17
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-01-30
i965: formatting, comments, whitespace clean-ups
Brian Paul
2008-11-28
i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
Eric Anholt
2008-10-27
i965: Fix compiler warning from unused var.
Eric Anholt
2008-10-07
i965: Add ARB_occlusion_query support.
Eric Anholt
2008-09-28
Remove TNL-to-VP tracking from i965
Ian Romanick
2008-09-26
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
2008-09-23
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-03
intel: Fix refcounting on depth buffer initialization in DRI2.
Eric Anholt
2008-08-29
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-03-13
[i965] multiple rendering target support
Zou Nan hai
2008-02-04
[965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.
Eric Anholt
2008-01-14
[965] Force a new vertex upload buffer at new batch time.
Eric Anholt
2008-01-10
[965] Improve performance by allocating CURBE buffers a page at a time.
Eric Anholt
2008-01-09
[965] Allow more than one draw_prims per batchbuffer.
Eric Anholt
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
2007-12-15
[965] Use shared intel_regions.c.
Eric Anholt
2007-12-14
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-07
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-09-27
[965] Remove AUB file support.
Eric Anholt
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-29
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-10-31
cleanup code, compiles with vbo changes
Keith Whitwell
2006-09-07
Make sure bmBufferOffset is called for all active buffers every time
Keith Whitwell
2006-08-09
Add Intel i965G/Q DRI driver.
Eric Anholt