egl: Blit to the bound frontbuffer with pipe
[mesa.git] / src / gallium /
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
2009-01-27 Keith Whitwellfailover: queiten compiler warnings
2009-01-27 Keith Whitwelldraw: queiten compiler warnings
2009-01-26 Zack Rusinegl: compilation fix
2009-01-26 Pekka Paalanennv20: rewrite vertex layout
2009-01-26 Pekka Paalanennv20: adjust initial hw context
2009-01-24 Younes Mantong3dvl: Remove dead links to files that are now in libno...
2009-01-24 Pekka Paalanennouveau: fix st_get_framebuffer_surface() breakage
2009-01-23 Alan Hourihanegallium: change the st_get_framebuffer_surface/texture...
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Younes Mantonnouveau: Map correct mip level when using the shadow...
2009-01-21 Patrice Mandinnouveau: nv30 does not support separate blend functions...
2009-01-20 Jakob Bornecrantzi915: Fix gem backend after surface changes
2009-01-20 José Fonsecagallium: Remove the standalone surfaces.
2009-01-19 Keith Whitwellxlib: fix dependencies
2009-01-19 Brian Paulgallium: minor reformatting
2009-01-19 Keith Whitwellutil: add reduced prim helper
2009-01-19 Brian Paulgallium: use align() intead of round_up()
2009-01-19 Brian Paultgsi: change an if to an else-if, added const qual...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Keith Whitwellxlib: fix compilation after xmesa header moves
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Younes Mantong3dvl: Some cleanups.
2009-01-19 Younes Mantong3dvl: Ref count everywhere.
2009-01-19 Younes Mantong3dvl: Mark all buffers for incoming frame data as...
2009-01-19 Younes Mantonnouveau: Rename buffer on map if discardable, busy...
2009-01-19 Younes Mantongallium: Add PIPE_BUFFER_USAGE_DISCARD.
2009-01-19 Younes Mantong3dvl: Return BadAlloc if we can't create an XvMC surface.
2009-01-19 Jakob Bornecrantzi915: Build gem and egl winsys by default
2009-01-19 Jakob Bornecrantzi915: Make gem submit commands
2009-01-19 Jakob Bornecrantzegl: Fix swap and creation of front buffer
2009-01-18 Jakob Bornecrantzi915: Use new egl state_tracker
2009-01-18 Jakob Bornecrantzegl: Add a egl state_tracker that use Gallium
2009-01-18 Jakob Bornecrantzi915: Update gem backend a bit
2009-01-17 Keith Whitwelldebug: add noprefix version of debug_dump_enum
2009-01-17 Keith Whitwellxlib: don't explicitly create the pipe_winsys struct
2009-01-17 Keith Whitwellxlib: don't explicitly create the pipe_winsys struct
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 José Fonsecagallium: Disable memory debugging for Windows OGL.
2009-01-14 Jakob Bornecrantzintel: Add a none working GEM backend for intel
2009-01-14 Jonathan Adamczewskicell: Specify constant as float for CEILF().
2009-01-13 Keith Whitwellxlib: split off cell to its own backend
2009-01-13 Keith Whitwellxlib: allow winsys's to register themselves with glx...
2009-01-13 Ben Skeggsnv50: fix progs/tests/manytex
2009-01-13 Ben Skeggsnv50: get glxgears showing all 3 gears instead of 1!!
2009-01-13 Ben Skeggsnv50: change some magic reg, makes more things work
2009-01-13 Ben Skeggsnv50: add DXTn formats
2009-01-13 Ben Skeggsnv50: shadow mapping
2009-01-13 Ben Skeggsnv50: aniso
2009-01-13 Ben Skeggsnv50: occlusion queries
2009-01-13 Ben Skeggsnv50: implement KIL enough for progs/fp/kil to work
2009-01-13 Jonathan Adamczewskicell: Add missing suffix to SHUFFLE macro
2009-01-12 Jonathan Adamczewskicell: allocate batch buffers w/ 16-byte alignment
2009-01-12 Keith Whitwelldri: make dri_display_surface static
2009-01-12 Keith Whitwelldri: pull dri_swapbuffers.c into dri_drawable.c
2009-01-12 Michel Dänzergallivm: Make sure the bitcode buffer is followed by...
2009-01-12 Keith Whitwelldri: rename dri1 directory
2009-01-12 Keith Whitwelldri: sketch of new device-independent glx/dri state...
2009-01-12 Michel Dänzergallivm: Print error message from ParseBitcodeFile...
2009-01-12 Michel Dänzergallivm: Adapt to header file move in LLVM 2.4.
2009-01-12 Ben Skeggsnv50: make rtt work again
2009-01-12 Ben Skeggsnv50: fix handling of depth textures
2009-01-12 Ben Skeggsnv50: another typo..
2009-01-12 Ben Skeggsnouveau: fix warning
2009-01-12 Ben Skeggsnv50: fix assertion failure
2009-01-12 Ben Skeggsnv50: remove previous hack to manage tiled surfaces
2009-01-12 Ben Skeggsnv50: fix a typo and a thinko
2009-01-12 Ben Skeggsnv50: enable npot textures
2009-01-12 Ben Skeggsnv50: disable shader debug
2009-01-12 Ben Skeggsnv50: any cpu access to a texture is done on its backin...
2009-01-12 Ben Skeggsnv50: create buffers for each image that makes up a...
2009-01-12 Ben Skeggsnouveau: return buffer map to something sane.
2009-01-12 Ben Skeggsnouveau: use usage, not uninitialised flags value...
2009-01-11 Brian Paulcell: optimize unpack_colors() function, saving 12...
next