index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_draw_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-08-22
1
-2
/
+2
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-11
/
+11
*
i965: Use R16G16B16A16_FLOAT for 3-component half-float.
Eric Anholt
2010-05-14
1
-1
/
+1
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-2
/
+2
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-47
/
+16
*
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
1
-3
/
+3
*
i965: Reconnect the index/vertex setup.
Eric Anholt
2010-02-25
1
-10
/
+32
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-4
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-4
/
+0
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-2
/
+4
*
|
i965: add support for ARB_half_float_vertex
Dave Airlie
2010-01-23
1
-0
/
+11
*
|
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-4
/
+4
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-2
/
+2
*
|
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-8
/
+0
|
/
*
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-11-13
1
-10
/
+3
|
\
|
*
i965: Fix VBO last-valid-offset setup on Ironlake.
Eric Anholt
2009-11-12
1
-10
/
+3
|
*
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
1
-2
/
+2
|
*
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-27
1
-4
/
+2
*
|
i965: be clear that the Fallback field is a boolean, not a bitfield
Brian Paul
2009-10-27
1
-2
/
+2
*
|
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-27
1
-4
/
+2
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-2
/
+4
|
\
|
|
*
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-22
1
-2
/
+4
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-14
1
-3
/
+3
|
\
|
|
*
i965: Fix the last valid address setting for the index buffer.
Eric Anholt
2009-10-11
1
-1
/
+1
|
*
i965: Fix the bounds emitted in the vertex buffer packets.
Eric Anholt
2009-10-11
1
-2
/
+2
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
1
-1
/
+1
|
\
|
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-1
/
+1
|
|
\
|
|
*
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-09-08
1
-1
/
+1
|
|
*
i965: Assert that the offset in the VBO is below the VBO size.
Eric Anholt
2009-09-04
1
-0
/
+14
|
|
*
i965: Don't emit bad packets when no VBs are referenced.
Eric Anholt
2009-09-04
1
-0
/
+22
|
|
*
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-09-04
1
-29
/
+15
|
|
*
i965: Set the max index buffer address correctly according to the docs.
Eric Anholt
2009-09-04
1
-1
/
+1
|
|
*
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-09-04
1
-8
/
+8
*
|
|
i965: #include clean-ups
Brian Paul
2009-09-08
1
-1
/
+0
*
|
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-2
/
+3
|
/
/
*
|
i965: disable bounds checking on arrays with stride 0
Roland Scheidegger
2009-08-15
1
-1
/
+1
*
|
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-12
1
-16
/
+42
*
|
i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.
Eric Anholt
2009-08-12
1
-2
/
+3
*
|
i965: Assert that the offset in the VBO is below the VBO size.
Eric Anholt
2009-08-03
1
-0
/
+14
*
|
i965: Don't emit bad packets when no VBs are referenced.
Eric Anholt
2009-08-03
1
-0
/
+22
*
|
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-08-03
1
-29
/
+15
*
|
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-6
/
+25
*
|
i965: Set the max index buffer address correctly according to the docs.
Eric Anholt
2009-06-23
1
-1
/
+1
*
|
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-05-21
1
-8
/
+8
|
/
*
i965: Use GTT maps when available to upload vertex arrays and system VBOs.
Eric Anholt
2009-04-06
1
-18
/
+48
*
intel: asst. casts to silence warnings
Brian Paul
2009-01-26
1
-2
/
+2
*
i965: enable GL_EXT_vertex_array_bgra
Brian Paul
2009-01-23
1
-2
/
+18
*
i965: Fix VB refcount leak on aperture overflow.
Eric Anholt
2008-11-12
1
-0
/
+1
[next]