https://bugs.freedesktop.org/show_bug.cgi?id=32678
--- Comment #3 from Cristian Magherusan-Stanciu
2012-01-01 17:44:30 PST ---
Hi,
I am interested in getting this EGL extension supported on the client side. I'm
playing with Mer/Nemo inside a Virtualbox image and it looks like I need this
for ge
https://bugs.freedesktop.org/show_bug.cgi?id=32678
Cristian Magherusan-Stanciu changed:
What|Removed |Added
CC||cristi.magheru...@gmail.com
Please see the diff for further info.
This paves the way for moving user buffer uploads out of drivers and should
allow to clean up the mess in u_upload_mgr in the meantime.
For now only allowed for buffers on r300 and r600.
---
src/gallium/drivers/i915/i915_resource_buffer.c |7 ++-
sr
PIPE_TRANSFER_DISCARD_RANGE is defined the same.
---
src/gallium/auxiliary/vl/vl_compositor.c |6 +++---
src/gallium/auxiliary/vl/vl_idct.c |2 +-
src/gallium/auxiliary/vl/vl_mpeg12_decoder.c |2 +-
src/gallium/auxiliary/vl/vl_vertex_buffers.c |
https://bugs.freedesktop.org/show_bug.cgi?id=43125
--- Comment #9 from Jure Repinc 2012-01-01 13:17:29 PST ---
I also confirm that the patch fixes the problem
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
Ping ...
Integer attributes shouldn't be exposed with any drivers that don't
support native integers, so there shouldn't be any extra checks necessary.
On 12/19/2011 04:45 PM, Christoph Bumiller wrote:
> ---
> src/mesa/state_tracker/st_draw.c | 63
> +++--
> s
Not used by anybody.
---
src/gallium/auxiliary/util/u_upload_mgr.c| 15 ---
src/gallium/auxiliary/util/u_upload_mgr.h|7 ++-
src/gallium/auxiliary/util/u_vbuf.c |6 ++
src/gallium/drivers/r300/r300_render_translate.c |7 +++
src/ga
To match what transfer_map returns. Really, subtracting the offset leads
to bugs if someone expects it to work exactly like transfer_map.
---
src/gallium/auxiliary/util/u_inlines.h |7 ++-
src/gallium/auxiliary/util/u_upload_mgr.c|4 +++-
src/gallium/drivers/svga/svga_state_v
---
.../auxiliary/translate/translate_generic.c| 21
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/src/gallium/auxiliary/translate/translate_generic.c
b/src/gallium/auxiliary/translate/translate_generic.c
index e4e1c86..516a1ef 100644
--- a/src/gal