projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5990ce
)
r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.
author
Oliver McFadden
<z3ro.geek@gmail.com>
Sun, 13 May 2007 08:43:30 +0000
(08:43 +0000)
committer
Oliver McFadden
<z3ro.geek@gmail.com>
Sun, 13 May 2007 08:43:30 +0000
(08:43 +0000)
src/mesa/drivers/dri/r300/r300_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_context.h
b/src/mesa/drivers/dri/r300/r300_context.h
index 07c3e37927efdc7702af04ae83711dd1bba3cc2a..cc065bb04d2c36a1e8515f56b21a8d33a0e0efe9 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_context.h
+++ b/
src/mesa/drivers/dri/r300/r300_context.h
@@
-812,19
+812,6
@@
struct radeon_vertex_buffer {
int lock_uptodate;
};
-struct r300_aos_rec {
- GLuint offset;
- int element_size; /* in dwords */
- int stride; /* distance between elements, in dwords */
-
- int format;
-
- int ncomponents; /* number of components - between 1 and 4, inclusive */
-
- int reg; /* which register they are assigned to. */
-
-};
-
struct r300_state {
struct r300_depthbuffer_state depth;
struct r300_texture_state texture;