Em Seg, 2017-09-11 às 10:10 -0700, Rodrigo Vivi escreveu:
> On Mon, Sep 11, 2017 at 04:11:33PM +, Anuj Phogat wrote:
> > See Mesa commits: ebc5ccf and b2dae9f
>
> I believe we need to be in sync between multiple gfx stack
> components,
> but I don't believe we should remove ids.
>
> In the p
5/brw_wm_surface_state.c | 3 +-
> src/mesa/drivers/dri/i965/intel_fbo.c| 17 +-
> src/mesa/drivers/dri/i965/intel_image.h | 5 +
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c| 139 +++
> src/mesa/drivers/dri/i965/intel_mipmap_tree.h|
2012/8/6 Kenneth Graunke :
> On 08/06/2012 02:50 PM, Paulo Zanoni wrote:
>> From: Paulo Zanoni
>>
>> Signed-off-by: Paulo Zanoni
>
> Reviewed-by: Kenneth Graunke
>
> Do you have push access? If not, I can commit this for you.
I just discovered I have. Pat
From: Paulo Zanoni
Signed-off-by: Paulo Zanoni
---
include/pci_ids/i965_pci_ids.h | 33 ++-
src/mesa/drivers/dri/intel/intel_chipset.h | 67 --
src/mesa/drivers/dri/intel/intel_context.c | 35 +++-
3 files changed, 130 insertions
2011/1/29 Henri Verbeet :
> If you pass -M to format-patch, it becomes a lot smaller.
>
Thanks for the tip. For some reason I had to use -M -C --find-copies-harder.
Attached is the same patch, but with these options.
--
Paulo Zanoni
From df235322ecbe969ce70dcf516111686ff1d59ee0 Mon Sep
Signed-off-by: Paulo Zanoni
---
My cmake-fu is not good. Maybe there are better ways to fix this. Suggestions
are always welcome =D
src/egl/opengl/CMakeLists.txt |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/opengl/CMakeLists.txt b/src/egl/opengl
s, and I didn't have time to investigate how these files work (maybe the
only way would be using .in files?).
As a consequence of moving images/ to data/, the patch file is 3.9MB
long, so you can grab it here:
http://www.inf.ufpr.br/paulo/0002-Add-with-system-data-files-option.patch
Any comments
I forgot to mention: this will give us a working X server with
_software_ rendering, instead of a segfaulting X.
2011/1/13 Paulo Zanoni :
> Without this, X doesn't start with UMS on r300g.
>
> Signed-off-by: Paulo Zanoni
> ---
>
> Sending patch as discussed in #radeon
>
Without this, X doesn't start with UMS on r300g.
Signed-off-by: Paulo Zanoni
---
Sending patch as discussed in #radeon
Tested with mesa 7.10. If the patch is accepted, please backport to 7.10.
src/mesa/drivers/dri/common/dri_util.c |3 +++
1 files changed, 3 insertions(+), 0 dele
2011/1/6 Paulo Zanoni :
> diff --git a/src/egl/opengles2/.gitignore b/src/egl/opengles2/.gitignore
> index bbfb095..8e4bc34 100644
> --- a/src/egl/opengles2/.gitignore
> +++ b/src/egl/opengles2/.gitignore
> @@ -1,3 +1,3 @@
> es2gears
> +es2tri
> es2_info
> -tri
For so
IMHO, code looks safer this way.
Signed-off-by: Paulo Zanoni
---
Please read comments from patch 0001.
src/egl/opengles1/es1_info.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/opengles1/es1_info.c b/src/egl/opengles1/es1_info.c
index 38becc5..e33597f
Distros are starting to ship OpenGL ES2 libraries, having demos ready for
testing is a good idea.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/Makefile.am |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2
I want to ship it, but there are other demos called 'tri'.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/.gitignore |2 +-
src/egl/opengles2/Makefile.am |4 +-
src/egl/opengles2/es2tri.c| 516 +
src/egl/opengles2/tri.c
So git won't complain when you apply the next patch.
Also, code looks prettier this way.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/tri.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/tri.c
index 8981d8a..df
Signed-off-by: Paulo Zanoni
---
src/demos/.gitignore |1 +
src/egl/opengles1/.gitignore |1 +
src/glsl/.gitignore |1 +
src/gs/.gitignore|1 +
src/tests/.gitignore |1 +
src/trivial/.gitignore |4
6 files changed, 9
iteral
also gives the compiler some hints to improve performance.
Signed-off-by: Paulo Zanoni
---
By the way, combining this patch with a "printf("%s", indentString)" would
make the code even safer. The last patch of this series does this change, so
you can choose to appl
16 matches
Mail list logo