amd: Fix uninitialized pipe_screen.
[mesa.git] / src / gallium /
2009-02-02 Corbin Simpsonamd: Fix uninitialized pipe_screen.
2009-02-02 Corbin Simpsonamd: Fix missing break statement.
2009-02-02 Corbin Simpsonr300: Add fragment shader stubs.
2009-02-02 Corbin Simpsonr300: Add more pipe_texture stuff.
2009-02-02 Corbin Simpsonr300: Add initial pipe_texture handling.
2009-02-02 Corbin Simpsonr300: Add texture sampler state.
2009-02-02 Corbin Simpsonr300: Add texture stubs.
2009-02-02 Corbin Simpsonamd/r300: Wire up GETPARAM ioctls.
2009-02-02 Corbin Simpsonr300: Add sampler state skeleton.
2009-02-02 Corbin Simpsonr300: Add num_vert_pipes (and remove busted num_pipes.)
2009-02-02 Corbin Simpsonr300: Unbreak build, finish clear state.
2009-02-02 Corbin Simpson[BROKEN] r300: Add initial clear/fill code.
2009-02-02 Corbin Simpsonr300: Fix constness, compile warnings, indentation...
2009-02-02 Corbin Simpsonr300: Set floating-point params.
2009-02-02 Corbin Simpsonr300: Fix indenting.
2009-02-02 Corbin Simpsonr300: Fix missing free().
2009-02-02 Corbin Simpsonr300: Add path for pci_id in winsys.
2009-02-02 Corbin Simpsonr300: Use chip caps for something.
2009-02-02 Corbin Simpsonr300: Add chipset sorting and capabilities.
2009-02-02 Corbin Simpsonr300: Various flags, small state tracking things.
2009-02-02 Corbin Simpsonr300: Add a basic dirty state emit.
2009-02-02 Corbin Simpsonr300: Remove r300_state.h
2009-02-02 Corbin Simpsonr300: Add blend color.
2009-02-02 Corbin Simpsonr300: Add more state.
2009-02-02 Corbin Simpsonr300: Fix errant inlines.
2009-02-02 Corbin Simpsonr300: Hook up state functions.
2009-02-02 Corbin Simpsonr300: Add DSA state.
2009-02-02 Corbin Simpsonr300: Add scissor state, fix build.
2009-02-02 Corbin Simpsonr300: Add blend state.
2009-02-02 Corbin Simpsonr300, amd: Add the ability to flush the CS.
2009-02-02 Corbin Simpsonr300, amd: Make everything build. (Not necessarily...
2009-02-02 Corbin SimpsonAnd unbreak traditional build.
2009-02-02 Corbin SimpsonA bit of r300 cleanup.
2009-02-02 Corbin SimpsonMake r300 and amd build in scons.
2009-02-02 Corbin Simpsonr300: Hook up to winsys, add missing header.
2009-02-02 Corbin Simpsongallium-r300: Add primitive CS.
2009-02-02 Corbin Simpsongallium-r300: Max LOD bias is 16.0.
2009-02-02 Corbin Simpsongallium-r300: Set right ROP for solid fills.
2009-02-02 Corbin Simpsongallium-r300: Fit it all together now.
2009-02-02 Corbin Simpsongallium-r300: Add r300_surface.
2009-02-02 Corbin Simpsongallium-r300: Add r300_blit.
2009-02-02 Corbin Simpsongallium-r300: Add copyrights, place (broken) CS.
2009-02-02 Corbin Simpsongallium-r300: Add r300_clear.
2009-02-02 Corbin Simpsongallium-r300: Make it build.
2009-02-02 Corbin Simpsongallium-r300: Look less like i915.
2009-02-02 Corbin Simpsongallium-r300: Add some headers.
2009-02-02 Corbin Simpsongallium-r300: Initial commit.
2009-02-02 Jerome Glisseamd: initial winsys
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2009-02-02 Stephane Marchesinnv04: some old changes I had lying around.
2009-02-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-02-01 José Fonsecautil: List new file in sconscript.
2009-02-01 José Fonsecapipebuffer: Drop (most of) pipe winsys stuff.
2009-01-31 Pekka Paalanennv20: send buffer handles on hw state emit
2009-01-31 Pekka Paalanennv20: disable depth writes in hw init
2009-01-31 Pekka Paalanennv20: Z-mapping parameters
2009-01-31 Pekka Paalanennv20: draw_elements needs to flush
2009-01-31 Pekka Paalanennv20: set surface status in clear()
2009-01-31 Zack Rusingallium: initialize simple screen in drivers
2009-01-30 Zack Rusingallium: add a convience wrapper for simple screens
2009-01-30 José Fonsecastw: Don't use the winsys.
2009-01-30 Zack Rusingallium: make p_winsys internal
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 José Fonsecautil: Define ffs for MinGW.
2009-01-30 José Fonsecagdi: Update for winsys interface changes.
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 José Fonsecapipebuffer: Consider 0 as no alignment needed.
2009-01-30 Zack Rusingallium: give the screen priority when it comes to...
2009-01-30 Jakob Bornecrantzgallium: Don't build egl state_tracker
2009-01-30 Jakob Bornecrantzegl: Don't fill shown screen
2009-01-30 Jakob Bornecrantzintel: Remove debug print
2009-01-30 Jakob Bornecrantzi915: Fix surface operations
2009-01-29 José Fonsecapipebuffer: Ondemand buffer manager.
2009-01-29 José Fonsecapipebuffer: Implement proper buffer validation.
2009-01-29 Jakob Bornecrantzegl: Blit to the bound frontbuffer with pipe
2009-01-29 Jakob Bornecrantzintel: Set render domain on read and write
2009-01-29 Jakob Bornecrantzintel: Try forcing flushes
2009-01-29 Jakob Bornecrantzintel: Dump batchbuffer before sending to hw
2009-01-29 Jakob Bornecrantzintel: Change link order
2009-01-29 Jakob Bornecrantzi915: Don't take a context as argument for debug
2009-01-29 Jakob Bornecrantzi915: Don't dump batchbuffer on flush in context
2009-01-28 Jakob Bornecrantzintel: Fix type correctly this time
2009-01-28 Jakob Bornecrantzintel: Fix typo
2009-01-28 Jakob Bornecrantzi915: Add verbose debuging
2009-01-28 Jakob Bornecrantzi915: Fix batchbuffer dumping
2009-01-28 Jakob Bornecrantzi915: Flush on surface copy/clear
2009-01-28 Jakob Bornecrantzintel: Supply the correct buffers to gem
2009-01-28 Jakob Bornecrantzgallium: Build EGL st when build glx st
2009-01-28 Jakob Bornecrantzegl: Adopt to st_framebuffer changes
2009-01-28 José Fonsecapipebuffer: More assertions.
2009-01-28 José Fonsecapipebuffer: Fix alignment assertion.
2009-01-28 José Fonsecapipebuffer: Export the pipe buffer winsys hooks.
2009-01-27 Zack Rusingallium: remove redundant size from the constant buffer
2009-01-27 Zack Rusingallium: it's a reference value, not a reference number
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize naming of masks
2009-01-27 Zack Rusingallium: standardize on stride instead of pitch in...
2009-01-27 Keith Whitwelltgsi: silence some warnings
2009-01-27 Keith Whitwelldraw: silence some warnings
2009-01-27 Keith Whitwelli915: queiten compiler warnings
next