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_upload.c
Age
Commit message (
Expand
)
Author
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
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-08-22
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-05-14
i965: Use R16G16B16A16_FLOAT for 3-component half-float.
Eric Anholt
2010-04-21
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-02-25
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
i965: Reconnect the index/vertex setup.
Eric Anholt
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
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-23
i965: add support for ARB_half_float_vertex
Dave Airlie
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2009-12-28
intel: Silence compiler warnings.
Vinson Lee
2009-12-22
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-11-19
intel: Remove non-GEM support.
Eric Anholt
2009-11-13
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-11-12
i965: Fix VBO last-valid-offset setup on Ironlake.
Eric Anholt
2009-10-27
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-27
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-22
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-14
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-11
i965: Fix the last valid address setting for the index buffer.
Eric Anholt
2009-10-11
i965: Fix the bounds emitted in the vertex buffer packets.
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
i965: #include clean-ups
Brian Paul
2009-09-08
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-09-04
i965: Assert that the offset in the VBO is below the VBO size.
Eric Anholt
2009-09-04
i965: Don't emit bad packets when no VBs are referenced.
Eric Anholt
2009-09-04
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-09-04
i965: Set the max index buffer address correctly according to the docs.
Eric Anholt
2009-09-04
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-08-15
i965: disable bounds checking on arrays with stride 0
Roland Scheidegger
2009-08-12
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-12
i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.
Eric Anholt
2009-08-03
i965: Assert that the offset in the VBO is below the VBO size.
Eric Anholt
2009-08-03
i965: Don't emit bad packets when no VBs are referenced.
Eric Anholt
2009-08-03
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-07-13
i965: add support for new chipsets
Xiang, Haihao
2009-06-23
i965: Set the max index buffer address correctly according to the docs.
Eric Anholt
2009-05-21
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-04-06
i965: Use GTT maps when available to upload vertex arrays and system VBOs.
Eric Anholt
[next]