From: Rafal Mielniczuk
Signed-off-by: Rafal Mielniczuk
[imirkin: add string to extensions.c]
Signed-off-by: Ilia Mirkin
---
src/mesa/main/extensions_table.h | 1 +
src/mesa/main/mtypes.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/mesa/main/extensions_table.h b/src/mesa
From: Rafal Mielniczuk
Signed-off-by: Rafal Mielniczuk
[imirkin: move to GL/GL_CORE section]
Signed-off-by: Ilia Mirkin
---
src/mesa/main/get.c | 5 +
src/mesa/main/get_hash_params.py | 3 +++
2 files changed, 8 insertions(+)
diff --git a/src/mesa/main/get.c b/src/mesa/main/g
Signed-off-by: Ilia Mirkin
---
src/gallium/docs/source/screen.rst | 2 ++
src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
src/gallium/drivers/ilo/ilo_screen.c | 1 +
src/gallium/drivers/llvmpipe/lp_screen.c | 1 +
src/gallium/drivers/nouveau/nv30/nv30_scr
Signed-off-by: Ilia Mirkin
---
src/mesa/state_tracker/st_cb_bufferobjects.c | 3 +
src/mesa/state_tracker/st_cb_queryobj.c | 100 +-
src/mesa/state_tracker/st_cb_texturebarrier.c | 3 +
src/mesa/state_tracker/st_extensions.c| 1 +
4 files changed, 105
Signed-off-by: Ilia Mirkin
---
src/mesa/main/dd.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index e5281ce..d8f57a7 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -721,6 +721,15 @@ struct dd_function_table {
void (*EndQuer
Forwards query result writes to drivers.
Signed-off-by: Ilia Mirkin
---
src/mesa/main/queryobj.c | 280 ++-
1 file changed, 133 insertions(+), 147 deletions(-)
diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
index 9836685..92d8f9a 100
From: Rafal Mielniczuk
Signed-off-by: Rafal Mielniczuk
[imirkin: move definition to gl_API.xml as it is very short]
Signed-off-by: Ilia Mirkin
---
src/mapi/glapi/gen/gl_API.xml | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/
This patchset doesn't actually add any hardware support. I want to see what
people think of this interface, and would like to adjust it before I do an
implementation on nvc0. TBH, I can't say I really love either the dd nor the
gallium functions I'm adding. However I also can't think of a particula
Signed-off-by: Ilia Mirkin
---
src/gallium/docs/source/context.rst | 5 +
src/gallium/include/pipe/p_context.h | 24
src/gallium/include/pipe/p_defines.h | 2 ++
3 files changed, 31 insertions(+)
diff --git a/src/gallium/docs/source/context.rst
b/src/gallium/docs
From: Rafal Mielniczuk
Add QueryBuffer and initialise it to NullBufferObj on start
Signed-off-by: Rafal Mielniczuk
[imirkin: also release QueryBuffer on free]
Signed-off-by: Ilia Mirkin
---
src/mesa/main/bufferobj.c | 14 ++
src/mesa/main/mtypes.h| 2 ++
2 files changed, 16 i
On Jan 8, 2016 7:01 PM, "Ian Romanick" wrote:
>
> From: Ian Romanick
>
> This is the second of several series to stop using client APIs in meta.
> The first series removed the use of buffer object client APIs, and it
> landed last year. Most of the work was done last year, but I didn't
> start s
On Jan 8, 2016 7:00 PM, "Ian Romanick" wrote:
>
> From: Ian Romanick
>
> The path that depends on this will be avoided (by fallback_required) if
> the extension is not supported. _mesa_set_sampler_srgb_decode does not
> generate GL errors (by design), so there are no problems there.
Yes, driver
On Jan 8, 2016 6:59 PM, "Ian Romanick" wrote:
>
> From: Ian Romanick
>
> Signed-off-by: Ian Romanick
> ---
> src/mesa/main/samplerobj.c | 12
> src/mesa/main/samplerobj.h | 5 +
> 2 files changed, 17 insertions(+)
>
> diff --git a/src/mesa/main/samplerobj.c b/src/mesa/main/sam
On Jan 8, 2016 6:59 PM, "Ian Romanick" wrote:
>
> From: Ian Romanick
>
> Some meta operations can be called recursively. Future changes (the
> "Don't pollute the ... namespace" changes) will cause objects with
> invalid names to be used. If a nested meta operation tries to restore
> an object n
Mark Janes writes:
> Sarah Sharp writes:
>
>> On Fri, Jan 08, 2016 at 04:30:20PM -0800, Mark Janes wrote:
>>> In testing KBL, I found:
>>>
>>> - urb size was not set for slices gt1.5, gt2, and gt3. The value I
>>>used for these slices (384) was taken from an earlier patch authored
>>>
15 matches
Mail list logo