The series looks good AFAICT.
Joe
- Original Message -
> To make the no-change case faster, as we do for the other
> object-reference
> functions.
> ---
> src/mesa/main/samplerobj.c |9 -
> src/mesa/main/samplerobj.h | 12 +++-
> 2 files changed, 15 insertions(+), 6
- Original Message -
> Please make sure to include python-generated C files in the 8.0.2
> tarball. They were not there in 8.0.1's:
>
> python -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 >
> main/api_exec_es1.c
> Traceback (most recent call last):
> File "main/es_genera
On Sat, Mar 17, 2012 at 11:36 PM, Matt Turner wrote:
> On Fri, Mar 16, 2012 at 4:29 PM, Kristian Høgsberg wrote:
>> This fixes a build problem where EGL links to libgbm.la, which encodes
>> a relative path to it's libglapi.so dependency. The relative path
>> breaks when the linker tries to resol
> I don't see that here, I can remove glapi_mapi_tmp.h and make will
> rebuild it with the python script. A full autogen should generate the
> new dep rules (though ./config.status depfiles may be enough).
I did not find that to be the case.
Attached is a patch which adds BUILT_SOURCES and the -
On Mon, Mar 19, 2012 at 11:23 AM, Jon TURNEY
wrote:
>> I don't see that here, I can remove glapi_mapi_tmp.h and make will
>> rebuild it with the python script. A full autogen should generate the
>> new dep rules (though ./config.status depfiles may be enough).
>
> I did not find that to be the ca
On 03/18/2012 09:49 AM, Brian Paul wrote:
---
src/mesa/main/texobj.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 5905948..def09e2 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -465,9 +
On Mar 19, 2012, at 5:18 AM, Jakob Bornecrantz wrote:
> - Original Message -
>> Please make sure to include python-generated C files in the 8.0.2
>> tarball. They were not there in 8.0.1's:
>>
>> python -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 >
>> main/api_exec_es1
On Mon, Mar 19, 2012 at 11:50 AM, Kristian Høgsberg wrote:
> Ok, I pushed with the BUILT_SOURCES line, but didn't add -no-undefined.
I think no undefined is important for Windows, and I know it would
have caught some problems for me in the past.
Matt
_
I didn't know that --no-undefined . It seems quite nice, but more for Linux
than Windows, as on windows all DLLs are linked work as if --no-undefined is
set -- no undefined symbols are ever allowed.
Jose
- Original Message -
> On Mon, Mar 19, 2012 at 11:50 AM, Kristian Høgsberg
> wro
On Mon, Mar 19, 2012 at 3:52 PM, Jose Fonseca wrote:
> I didn't know that --no-undefined . It seems quite nice, but more for Linux
> than Windows, as on windows all DLLs are linked work as if --no-undefined is
> set -- no undefined symbols are ever allowed.
Right, I think that's why Jon sugge
- Original Message -
>
> On Mar 19, 2012, at 5:18 AM, Jakob Bornecrantz
> wrote:
>
> > - Original Message -
> >> Please make sure to include python-generated C files in the 8.0.2
> >> tarball. They were not there in 8.0.1's:
> >>
> >> python -t -O -O main/es_generator.py -S mai
On 03/19/2012 12:29 PM, Kenneth Graunke wrote:
On 03/18/2012 09:49 AM, Brian Paul wrote:
---
src/mesa/main/texobj.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 5905948..def09e2 100644
--- a/src/mesa/main/texobj.c
This series adds basic Haswell support to the i965 driver. Many piglit
tests pass (though I have yet to try it on real hardware).
The series is also available in the 'haswell' branch of the main repository.
___
mesa-dev mailing list
mesa-dev@lists.free
For now, these all return 0, as I don't yet want to enable Haswell
support. Eventually they will be filled in with proper PCI IDs.
Also add an is_haswell field similar to is_g4x to make it easy to
distinguish Gen7 and Gen7.5.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/intel/intel_
Getting HiZ working means updating all the state packets for resolves
and clears. It's not worth doing until we get the basics working.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/intel/intel_context.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This patch won't app
These now start at bit 23 instead of bit 24/25.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_defines.h |4 +++-
src/mesa/drivers/dri/i965/gen7_hiz.c |2 +-
src/mesa/drivers/dri/i965/gen7_vs_state.c |4 +++-
src/mesa/drivers/dri/i965/gen7_wm_state.c |4 +
Apparently this needs to be the same as in 3DSTATE_WM.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_defines.h |2 ++
src/mesa/drivers/dri/i965/gen7_sf_state.c |3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_define
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/gen7_misc_state.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/gen7_misc_state.c
b/src/mesa/drivers/dri/i965/gen7_misc_state.c
index d0ce542..d3458e0 100644
--- a/src/mesa/drive
We only need one sample, since we don't support multisampling yet.
---
src/mesa/drivers/dri/i965/gen7_wm_state.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/gen7_wm_state.c
b/src/mesa/drivers/dri/i965/gen7_wm_state.c
index 773598f..a4c0e01
These can be used to implement EXT_texture_swizzle without baking
state-dependent swizzle instructions into the shader and forcing
recompiles.
For now, just set them to pass-through mode, so everything continues to
work as it did on Ivybridge. We can optimize this later.
Signed-off-by: Kenneth G
Signed-off-by: Kenneth Graunke
---
include/pci_ids/i965_pci_ids.h |5 +
src/mesa/drivers/dri/intel/intel_chipset.h | 13 +++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
index d37a2e
On Wed, Feb 8, 2012 at 9:09 PM, Eric Anholt wrote:
> ---
> configure.ac | 4 ++
> src/glx/.gitignore | 5 ++
> src/glx/Makefile | 119 -
> src/glx/Makefile.am | 122
> +++
> src/mes
Hi Brian,
Have you tried those testings(osmesa, static lib builds, etc) already and
any new comments for the previous patchset.
Thanks.
> -Original Message-
> From:
> mesa-dev-bounces+zhigang.gong=linux.intel@lists.freedesktop.org
> [mailto:mesa-dev-bounces+zhigang.gong=linux.intel.
createDrawable may return NULL value, we should check it, or it will
make a segment failed.
Signed-off-by: Wang YanQing
---
src/glx/dri_common.c |6 ++
1 file changed, 6 insertions(+)
diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c
index e7dba5a..6122d32 100644
--- a/src/glx/d
---
src/glsl/linker.cpp | 35 ++-
1 files changed, 30 insertions(+), 5 deletions(-)
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index 39169aa..471525e 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -258,11 +258,36 @@ validate_vertex_shad
On Sun, 18 Mar 2012 10:49:24 -0600, Brian Paul wrote:
> Merge the mipmap level checking code that was separate cases for 1D,
> 2D, 3D and CUBE before.
> - if (img->_BaseFormat == GL_DEPTH_COMPONENT) {
> - incomplete(t, "GL_DEPTH_COMPONENT only works with 1/2D
> tex
26 matches
Mail list logo