Re: [Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture

2013-01-30 Thread Adrian M Negreanu
Hi, ... On Wed, Jan 30, 2013 at 3:40 PM, Abdiel Janulgue abdiel.janul...@linux.intel.com wrote: Add create image from texture extension and bump version. Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- include/GL/internal/dri_interface.h | 14 +-

Re: [Mesa-dev] [PATCH 1/4] mesa: implement GL_ARB_draw_indirect

2013-02-01 Thread Adrian M Negreanu
On Fri, Feb 1, 2013 at 11:50 PM, Christoph Bumiller e0425...@student.tuwien.ac.at wrote: I have 1 piglit test to check drawing with several combinations of parameters (using transform feedback to write the commands), but will make some more tests for various things like interaction with

Re: [Mesa-dev] [PATCH] glsl: Initialize parcel_out_uniform_storage member variables.

2013-02-19 Thread Adrian M Negreanu
Hi, I have tested your changes: [Mesa-dev] [PATCH] glsl: Initialize parcel_out_uniform_storage member variables. Project: mesa (Mesa build tests) Configurations: android linux Tested the patch(es) on top of the

Re: [Mesa-dev] [PATCH 1/4] i965: Remove fixed-function texture projection avoidance optimization.

2013-03-13 Thread Adrian M Negreanu
Hi, I have tested your changes but it looks like they fail to compile on Android. == Tested the patch(es) on top of the following commits: f7ef83c scons: Define PACKAGE_xxx 6f86b93 docs: rewrite the OSMesa info / instructions 79eac7d configure:

Re: [Mesa-dev] [PATCH 1/4] i965: Remove fixed-function texture projection avoidance optimization.

2013-03-13 Thread Adrian M Negreanu
On Mar 13, 2013 9:25 AM, Kenneth Graunke kenn...@whitecape.org wrote: On 03/13/2013 06:07 AM, Adrian M Negreanu wrote: Hi, I have tested your changes but it looks like they fail to compile on Android. == Tested the patch(es) on top

Re: [Mesa-dev] [PATCH 4/5] driconf: Add translation-generation to build system, don't track generated files

2012-12-05 Thread Adrian M Negreanu
On Wed, Dec 5, 2012 at 12:36 AM, Chad Versace chad.vers...@linux.intel.com wrote: Taking the Android.mk's out of Mesa without replacing them with an Androgenizer-like tool would impose that insufferable situation on the Android developers. Is maintaining Sconscripts as the only build system an

Re: [Mesa-dev] [PATCH] android: Remove builtin_compiler

2013-09-13 Thread Adrian M Negreanu
On Fri, Sep 13, 2013 at 5:01 PM, Ian Romanick i...@freedesktop.org wrote: Getting rid of the builtin_compiler from the Android build is a good idea... but I'll let Chad or someone who knows /anything/ about the Android build system actually review the patch. Acked-by: Ian Romanick

Re: [Mesa-dev] [PATCH] i965: Implement ABO surface state emission.

2013-10-02 Thread Adrian M Negreanu
On Oct 2, 2013 9:29 PM, Francisco Jerez curroje...@riseup.net wrote: The maximum number of atomic buffer objects is somewhat arbitrary, we can change it in the future easily if it turns out it's not enough... v2: Add comments with the relevant mesa dirty bits. Fix usage of

Re: [Mesa-dev] [PATCH 20/37] targets/r600: move drm_target.c to a common folder

2013-11-06 Thread Adrian M Negreanu
On Sat, Nov 2, 2013 at 9:00 PM, Emil Velikov emil.l.veli...@gmail.com wrote: ... and symlink to each target. Make automake's subdir-objects work for r600. I think r600 and r300 were removed from the tree[1]. git am complains about missing dirs error: src/gallium/targets/r600/xorg/Makefile.am:

Re: [Mesa-dev] [PATCH 10/37] mesa/program: move source files list to Makefile.sources

2013-11-07 Thread Adrian M Negreanu
On Tue, Nov 5, 2013 at 8:55 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 05/11/13 18:18, Chad Versace wrote: On 11/02/2013 12:00 PM, Emil Velikov wrote: Rip out the source file list from mesa/Makefile.sources, to a more sensible location/file. * Split PROGRAM_FILES and GENERATED_FILES.

Re: [Mesa-dev] [PATCH 1/8] add megadriver_stub_FILES

2014-06-09 Thread Adrian M Negreanu
On Jun 6, 2014 7:56 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Hi Adrian, Hi, I seem to recall seeing this patch although it seems like it never got pushed. Note sure how the Android development process goes but imho these should be safe to go in stable. Cc: 10.1 10.2

Re: [Mesa-dev] misc pahole repacking

2018-02-01 Thread Adrian M Negreanu
There's a bug about quiting on unsupported tags: https://bugzilla.redhat.com/show_bug.cgi?id=1348200 Should be fixed in v1.10 http://pkgs.fedoraproject.org/cgit/rpms/dwarves.git/commit/?h=f25 On Wed, Jan 31, 2018 at 5:57 PM, Brian Paul wrote: > On 01/31/2018 01:48 AM, Tapani