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_draw.c
Age
Commit message (
Expand
)
Author
2011-02-21
intel: extend current vertex buffers
Chris Wilson
2011-02-21
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
intel: use pwrite for batch
Chris Wilson
2011-02-21
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2010-12-13
i965: Add support for using the BLT ring on gen6.
Eric Anholt
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-10-14
Revert "i965: fallback lineloop on sandybridge for now"
Zhenyu Wang
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-12
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-09-29
i965: fallback lineloop on sandybridge for now
Zhenyu Wang
2010-06-11
i965: Move no_batch_wrap assertion out across the area we're trying to verify.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-05-13
i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
Eric Anholt
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-17
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
i965: Remove unnecessary headers.
Vinson Lee
2010-01-04
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2009-11-19
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-06
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-09-09
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-08
intel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
i965: #include clean-ups
Brian Paul
2009-09-08
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-08-12
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-07-07
i965: Remove BRW_NEW_INPUT_VARYING
Eric Anholt
2009-06-29
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-03-05
intel: Add always_flush_batch driconf option for making small batchbuffers.
Eric Anholt
2009-03-05
intel: Add always_flush_cache driconf option for debugging cache flush failure.
Eric Anholt
2009-03-04
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
2009-02-27
i965: texture fixes: bordered textures, fallback rendering
Robert Ellison
2009-02-23
i965: fix line stipple fallback for GL_LINE_STRIP primitives
Robert Ellison
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2008-12-15
i965: Update state before checking for fallbacks in brw_try_draw_prims.
Eric Anholt
2008-11-28
i965: Reduce fast-pathiness of brw_try_draw_prims, bringing in important checks.
Eric Anholt
2008-11-12
i965: Upload state on primitive switch, don't just prepare it.
Eric Anholt
2008-10-28
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-28
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-10-07
i965: Add ARB_occlusion_query support.
Eric Anholt
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-10
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
[next]