index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
i965simple
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
3
-2
/
+6
*
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-12
2
-5
/
+5
*
gallium: change pipe->texture_create() to operate like the CSO functions
Brian
2008-02-06
2
-10
/
+9
*
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-02-06
14
-34
/
+36
*
gallium: Add SCons as alternative build system for Gallium.
José Fonseca
2008-01-31
1
-0
/
+55
*
gallium: minor cleanups to pipe interface
Keith Whitwell
2008-01-26
1
-4
/
+0
*
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
12
-26
/
+28
*
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-25
5
-27
/
+16
*
965: add asserts to catch batch overrun
Keith Whitwell
2008-01-25
2
-1
/
+6
*
965: cope better with range decls for temps, immediates, etc
Keith Whitwell
2008-01-25
1
-22
/
+12
*
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-23
1
-1
/
+1
*
Unify copy_rect helpers.
Michel Dänzer
2008-01-18
1
-45
/
+11
*
replace _mesa_printf() with fprintf()
Brian
2008-01-15
2
-11
/
+11
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
1
-2
/
+0
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-8
/
+9
*
s/int/uint/ to silence warnings
Brian
2008-01-11
2
-2
/
+2
*
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2008-01-04
1
-3
/
+3
*
965: use correct offset for constants vs immediates
Keith Whitwell
2008-01-04
1
-2
/
+2
*
965: always perform SF parameter setup for position
Keith Whitwell
2008-01-04
2
-2
/
+16
*
965: scan fs inputs to work out interpolation in setup program
Keith Whitwell
2008-01-04
2
-45
/
+87
*
i965: a little better way of handling immediates
Zack Rusin
2007-12-24
3
-3
/
+10
*
i965: very crude and hacky way of handling immediates
Zack Rusin
2007-12-20
3
-9
/
+33
*
965: respect pipe flush flags
Keith Whitwell
2007-12-20
5
-14
/
+13
*
965: fix the constant buffers
Zack Rusin
2007-12-20
1
-2
/
+2
*
965: dump curbe contents to stderr
Keith Whitwell
2007-12-19
1
-2
/
+3
*
consts
Zack Rusin
2007-12-19
2
-11
/
+22
*
965: count grf allocation correctly for wm prog, first aub triangle
Keith Whitwell
2007-12-19
1
-1
/
+1
*
965: hardwire correct behaviour for vp-tri setup (for now...)
Keith Whitwell
2007-12-19
1
-1
/
+1
*
965: make sure stipple state gets uploaded
Keith Whitwell
2007-12-19
4
-35
/
+65
*
965: fill unused surface pointers with zero
Keith Whitwell
2007-12-19
1
-14
/
+4
*
i965: emit fb write on RET for now (until we get END back)
Zack Rusin
2007-12-19
1
-0
/
+4
*
965: pitch is in bytes not pixels
Keith Whitwell
2007-12-19
1
-1
/
+1
*
965: fix off-by-one in scissor rect
Keith Whitwell
2007-12-19
1
-2
/
+2
*
965: fix off-by-one in surface dimensions
Keith Whitwell
2007-12-19
1
-11
/
+11
*
i965: actually detect whether a sampler is enabled/disabled
Zack Rusin
2007-12-19
1
-1
/
+2
*
965: disable clipping more, and restore drawing rect packet
Keith Whitwell
2007-12-19
1
-1
/
+28
*
965: disable clipping for now
Keith Whitwell
2007-12-19
1
-0
/
+5
*
965: fix vertex pointsize state, match default cull mode
Keith Whitwell
2007-12-19
1
-2
/
+2
*
965: fix colormask state
Keith Whitwell
2007-12-19
1
-4
/
+4
*
965: populate fp_input_count in setup key
Keith Whitwell
2007-12-19
1
-0
/
+4
*
i965: stuff the outputs into mrf registers when possible
Zack Rusin
2007-12-19
1
-3
/
+8
*
i965: be smarter about register allocation
Zack Rusin
2007-12-19
1
-8
/
+6
*
gallium: rationalize vertex_element state packet
Keith Whitwell
2007-12-18
3
-46
/
+24
*
i965: don't treat swz differently and upload vertex buffers
Zack Rusin
2007-12-18
3
-14
/
+24
*
i965: index the destination offset with regards to the current index
Zack Rusin
2007-12-17
1
-1
/
+1
*
i965: return false when the function fails, not succeeds
Zack Rusin
2007-12-17
1
-3
/
+2
*
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-17
5
-71
/
+38
*
965: remove dead state atom decls
Keith Whitwell
2007-12-17
2
-20
/
+0
*
965: fix for non-indexed draw path
Keith Whitwell
2007-12-17
1
-2
/
+5
*
965: fix/hack check for NULL texunit in state upload
Keith Whitwell
2007-12-17
1
-0
/
+3
[next]