Mesa (master): nouveau: make sure to invalidate any vbo state as well

2014-08-15 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 8867ffbf95808dfa82029ad89d1571799a242d4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8867ffbf95808dfa82029ad89d1571799a242d4d Author: Ilia Mirkin Date: Sat Aug 16 01:00:39 2014 -0400 nouveau: make sure to invalidate any vbo state as well Revie

Mesa (master): i965: Split gen6 depth hiz state out from brw

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 39a5b6998538f5a436b2b9f7e30e4f8937aaaea9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39a5b6998538f5a436b2b9f7e30e4f8937aaaea9 Author: Jordan Justen Date: Wed May 28 16:02:12 2014 -0700 i965: Split gen6 depth hiz state out from brw We will prog

Mesa (master): i965/gen6 depth surface: calculate LOD being rendered to

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: cfa19af966f52a153502f8296493b7b08960f7f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfa19af966f52a153502f8296493b7b08960f7f5 Author: Jordan Justen Date: Tue Jul 9 15:19:55 2013 -0700 i965/gen6 depth surface: calculate LOD being rendered to (

Mesa (master): i965: Change mipmap array_spacing_lod0 to array_layout ( enum)

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 7e856d0b180d3fc0c25f94156ded4a539f456030 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e856d0b180d3fc0c25f94156ded4a539f456030 Author: Jordan Justen Date: Fri Jun 13 15:46:32 2014 -0700 i965: Change mipmap array_spacing_lod0 to array_layout (enu

Mesa (master): i965: Support array_layout == ALL_SLICES_AT_EACH_LOD for multiple LODs

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 6345a94a9b134b1321b3b290bacde228b12af415 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6345a94a9b134b1321b3b290bacde228b12af415 Author: Jordan Justen Date: Wed May 28 09:30:39 2014 -0700 i965: Support array_layout == ALL_SLICES_AT_EACH_LOD for mu

Mesa (master): i965/gen6_depth_state.c: Remove (gen != 6) code paths

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 11663050eb5c93ad86a120b6c3bc978142d414a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11663050eb5c93ad86a120b6c3bc978142d414a4 Author: Jordan Justen Date: Wed Jul 30 11:20:48 2014 -0700 i965/gen6_depth_state.c: Remove (gen != 6) code paths Sinc

Mesa (master): i965/gen6: Adjust render height in errata case for MSAA

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 341995e4b59b569c48264a839a4fbac2f0ae43d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=341995e4b59b569c48264a839a4fbac2f0ae43d1 Author: Jordan Justen Date: Tue Feb 25 11:18:25 2014 -0800 i965/gen6: Adjust render height in errata case for MSAA In

Mesa (master): i965/gen6: Stencil/hiz needs an offset for LOD > 0

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 31e1beec899d36904ee7b9629400a523fbc42210 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31e1beec899d36904ee7b9629400a523fbc42210 Author: Jordan Justen Date: Wed May 28 10:19:37 2014 -0700 i965/gen6: Stencil/hiz needs an offset for LOD > 0 Since g

Mesa (master): i965/gen6 depth surface: calculate depth (array size) for depth surface

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 51b38106d74b1bd4fa2ce552f489c374bdffa812 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51b38106d74b1bd4fa2ce552f489c374bdffa812 Author: Jordan Justen Date: Tue Jul 9 15:16:35 2013 -0700 i965/gen6 depth surface: calculate depth (array size) for d

Mesa (master): i965/gen6: Add support for layered renderbuffers

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: f063712373e888addba235a58c5f907959218878 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f063712373e888addba235a58c5f907959218878 Author: Jordan Justen Date: Fri Apr 19 01:39:51 2013 -0700 i965/gen6: Add support for layered renderbuffers Rather th

Mesa (master): i965/gen6 depth surface: calculate more specific surface type

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 48acf19d2311385f1bbec76ddceb911596f567ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48acf19d2311385f1bbec76ddceb911596f567ec Author: Jordan Justen Date: Tue Jul 9 14:56:38 2013 -0700 i965/gen6 depth surface: calculate more specific surface ty

Mesa (master): i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hiz

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: a1dca7069bd46074f43658c87d396bff8cd4dffd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1dca7069bd46074f43658c87d396bff8cd4dffd Author: Jordan Justen Date: Wed May 28 10:44:13 2014 -0700 i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stenci

Mesa (master): i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 27f5fa7a3777332b2e60ccf10dc636ad84a3c478 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27f5fa7a3777332b2e60ccf10dc636ad84a3c478 Author: Jordan Justen Date: Wed May 28 09:05:37 2014 -0700 i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_E

Mesa (master): i965/gen6_surface_state.c: Remove (gen < 6) code path

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 89b1f5d6ac669343b1ee00f288e2ee71eb15dbe2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89b1f5d6ac669343b1ee00f288e2ee71eb15dbe2 Author: Jordan Justen Date: Wed Jul 30 11:20:48 2014 -0700 i965/gen6_surface_state.c: Remove (gen < 6) code path Sinc

Mesa (master): i965/gen6 depth surface: calculate minimum array element being rendered

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 039eb81abf4fab94e787ddd4d5ca4133f7af9c1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=039eb81abf4fab94e787ddd4d5ca4133f7af9c1c Author: Jordan Justen Date: Tue Jul 9 15:24:56 2013 -0700 i965/gen6 depth surface: calculate minimum array element be

Mesa (master): i965: Split gen6 renderbuffer surface state from gen5 and older

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 1f8e0fbd38da5635d2ade5ab397d840900d47c64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f8e0fbd38da5635d2ade5ab397d840900d47c64 Author: Jordan Justen Date: Wed May 28 14:18:05 2014 -0700 i965: Split gen6 renderbuffer surface state from gen5 and o

Mesa (master): i965/gen6: Force tile alignment for each stencil/hiz LOD

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: b3d68d5a30ac6964aefff65846e28d20af16c345 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3d68d5a30ac6964aefff65846e28d20af16c345 Author: Jordan Justen Date: Wed May 28 10:36:44 2014 -0700 i965/gen6: Force tile alignment for each stencil/hiz LOD G

Mesa (master): i965/gen6 fbo: make unmatched depth/ stencil configs return unsupported

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 3da13aef012a7edd6d2b07452865812f072d4b01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3da13aef012a7edd6d2b07452865812f072d4b01 Author: Jordan Justen Date: Fri Jul 19 15:44:56 2013 -0700 i965/gen6 fbo: make unmatched depth/stencil configs return

Mesa (master): i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 56cdb55e38ca352a0d521d7aa69b46ffbd855192 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56cdb55e38ca352a0d521d7aa69b46ffbd855192 Author: Jordan Justen Date: Tue Jul 9 15:36:32 2013 -0700 i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to to

Mesa (master): i965/gen6 blorp depth: calculate base surface width/height

2014-08-15 Thread Jordan Justen
Module: Mesa Branch: master Commit: 96306a6cbb51bb7f637dcd684c22003c64171c82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96306a6cbb51bb7f637dcd684c22003c64171c82 Author: Jordan Justen Date: Tue Jul 9 15:32:42 2013 -0700 i965/gen6 blorp depth: calculate base surface width/height

Mesa (master): mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.

2014-08-15 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ed6a4d6a7d197a54b3c325a7113db28372d479c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed6a4d6a7d197a54b3c325a7113db28372d479c2 Author: Kenneth Graunke Date: Wed Aug 13 16:02:17 2014 -0700 mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawAr

Mesa (master): meta: Use instanced rendering for layered clears.

2014-08-15 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2d1735187d6ec63704bb406b20aaa4f87648075e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d1735187d6ec63704bb406b20aaa4f87648075e Author: Kenneth Graunke Date: Wed Aug 13 16:03:01 2014 -0700 meta: Use instanced rendering for layered clears. Layere

Mesa (master): Revert "hud: don't overrun malloced arrays"

2014-08-15 Thread Dave Airlie
Module: Mesa Branch: master Commit: e2594ee882d83b3cc6d08187dbd720da6142f05e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2594ee882d83b3cc6d08187dbd720da6142f05e Author: Dave Airlie Date: Sat Aug 16 09:14:17 2014 +1000 Revert "hud: don't overrun malloced arrays" This reverts com

Mesa (master): i965: Guard access to gl_Layer by extension #ifdef

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 14c1a2a94c3d7c0ba375d2b0953b025112b21392 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14c1a2a94c3d7c0ba375d2b0953b025112b21392 Author: Kristian Høgsberg Date: Fri Aug 15 15:59:59 2014 -0700 i965: Guard access to gl_Layer by extension #ifdef Onl

Mesa (master): gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ram

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 1e1d2857011cce13c1d67eec6711381debcd26f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e1d2857011cce13c1d67eec6711381debcd26f3 Author: Emil Velikov Date: Fri Aug 15 20:07:09 2014 +0100 gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of syst

Mesa (master): vc4: Use cl_f() instead of cl_u32(fui())

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: a8f16054ca7bc9bbb5d9e7625be41507684923af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8f16054ca7bc9bbb5d9e7625be41507684923af Author: Eric Anholt Date: Wed Aug 13 14:46:06 2014 -0700 vc4: Use cl_f() instead of cl_u32(fui()) --- src/gallium/d

Mesa (master): vc4: Add support for blending.

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c65b714ed974248f09dcc0b4f020b2e2bf50227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c65b714ed974248f09dcc0b4f020b2e2bf50227 Author: Eric Anholt Date: Thu Aug 14 13:27:11 2014 -0700 vc4: Add support for blending. Passes blendminmax and blends

Mesa (master): vc4: Move the deref of the color buffer for simulator into the simulator.

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 64ad96a9f4dec0724d7276d32de59cc621fccb55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64ad96a9f4dec0724d7276d32de59cc621fccb55 Author: Eric Anholt Date: Tue Aug 12 16:35:33 2014 -0700 vc4: Move the deref of the color buffer for simulator into th

Mesa (master): vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: f663102585f9654200e531b42d5e8831ba7ed77f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f663102585f9654200e531b42d5e8831ba7ed77f Author: Eric Anholt Date: Wed Aug 13 10:43:26 2014 -0700 vc4: Drop incorrect attempt to incorrectly invert the primcon

Mesa (master): vc4: Consume the implicit varyings for points and lines.

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: ba875b3a0d8119fda030dfdc28cd831d9ca51e08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba875b3a0d8119fda030dfdc28cd831d9ca51e08 Author: Eric Anholt Date: Tue Aug 12 15:50:53 2014 -0700 vc4: Consume the implicit varyings for points and lines. We

Mesa (master): vc4: Consistently use qir_uniform_f().

2014-08-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: e6fe6d0694ec00b20423cb58da0b0dd288467651 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6fe6d0694ec00b20423cb58da0b0dd288467651 Author: Eric Anholt Date: Wed Aug 13 14:44:57 2014 -0700 vc4: Consistently use qir_uniform_f(). --- src/gallium/dri

Mesa (master): i965: Disable clipping when rendering 3DPRIM_RECTLIST primitives

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 1a05dcb349514ba3287cdfec89db9ddf951aaae8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a05dcb349514ba3287cdfec89db9ddf951aaae8 Author: Kristian Høgsberg Date: Mon Jul 7 15:15:31 2014 -0700 i965: Disable clipping when rendering 3DPRIM_RECTLIST p

Mesa (master): i965: Add context flag to disable the viewport transform

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: ff7a2fc322a0ae0a36a976444b7506e9313ac630 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff7a2fc322a0ae0a36a976444b7506e9313ac630 Author: Kristian Høgsberg Date: Mon Jul 7 15:00:46 2014 -0700 i965: Add context flag to disable the viewport transfor

Mesa (master): i965: Add a mechanism for sending native primitives into the driver

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 3f0f2c7f7d558a96e540bed3bfb4de835e9f40e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f0f2c7f7d558a96e540bed3bfb4de835e9f40e0 Author: Kristian Høgsberg Date: Mon Jul 7 15:11:45 2014 -0700 i965: Add a mechanism for sending native primitives int

Mesa (master): i965: Add optimization pass to let us use the replicate data message

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: f9dc7aabb3273d6d8a54c6778a5695a8527f4454 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9dc7aabb3273d6d8a54c6778a5695a8527f4454 Author: Kristian Høgsberg Date: Mon Jul 7 15:27:17 2014 -0700 i965: Add optimization pass to let us use the replicate

Mesa (master): i965: Add an option to not generate the SIMD8 fragment shader

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 1effbf68983c924b3b70fd2fd9206af6b5475335 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1effbf68983c924b3b70fd2fd9206af6b5475335 Author: Kristian Høgsberg Date: Mon Jul 7 14:49:12 2014 -0700 i965: Add an option to not generate the SIMD8 fragment

Mesa (master): i965: Implement fast color clears using meta operations

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 2f28a0dc23165123cf1e8b5942acad37878edd8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f28a0dc23165123cf1e8b5942acad37878edd8a Author: Kristian Høgsberg Date: Mon Jul 7 16:44:58 2014 -0700 i965: Implement fast color clears using meta operations

Mesa (master): mesa: Use _mesa_lock_context_textures in _mesa_GetTexParameterfv()

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 5fad83bdf8be62e448dd3d60fa39daca6f1c7c0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fad83bdf8be62e448dd3d60fa39daca6f1c7c0d Author: Kristian Høgsberg Date: Fri Aug 8 16:53:53 2014 -0700 mesa: Use _mesa_lock_context_textures in _mesa_GetTexPa

Mesa (master): i965: Move pre-draw resolve buffers to dd::UpdateState

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 388f02729bbf88ba104f4f8ee1fdf005a240969c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=388f02729bbf88ba104f4f8ee1fdf005a240969c Author: Kristian Høgsberg Date: Fri Aug 8 16:24:00 2014 -0700 i965: Move pre-draw resolve buffers to dd::UpdateState

Mesa (master): meta: Export _mesa_meta_drawbuffers_from_bitfield()

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: ba4507576c803cdb1aba4e317662a4bde79bf826 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba4507576c803cdb1aba4e317662a4bde79bf826 Author: Kristian Høgsberg Date: Sun Aug 10 16:00:31 2014 -0700 meta: Export _mesa_meta_drawbuffers_from_bitfield() We

Mesa (master): i965: Provide a context flag to let us enable fast clear

2014-08-15 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: cf89b29d2f87be8ca437049e5cf3df9f54a806b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf89b29d2f87be8ca437049e5cf3df9f54a806b2 Author: Kristian Høgsberg Date: Mon Jul 7 16:27:31 2014 -0700 i965: Provide a context flag to let us enable fast clea

Mesa (master): dri/nouveau: add GLX_MESA_query_renderer support

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 76f07362ea411fd6ef29b34df3885def5137bcba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76f07362ea411fd6ef29b34df3885def5137bcba Author: Emil Velikov Date: Fri Feb 14 23:34:47 2014 + dri/nouveau: add GLX_MESA_query_renderer support - Create

Mesa (master): glx/dri2: use mapping table for dri2_convert_glx_query_renderer_attribs()

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 1bccf99c306372f2c281601be67c805952fd6bf6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bccf99c306372f2c281601be67c805952fd6bf6 Author: Emil Velikov Date: Thu Feb 20 00:23:41 2014 + glx/dri2: use mapping table for dri2_convert_glx_query_rende

Mesa (master): gallium/ilo: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: cc313b3ffeb1315dfa6a088da7f5f177aff9d192 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc313b3ffeb1315dfa6a088da7f5f177aff9d192 Author: Emil Velikov Date: Thu Aug 14 20:46:29 2014 +0100 gallium/ilo: handle query_renderer caps Implementation base

Mesa (master): dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRendererIntegerCommon

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 87d3ae0b45b6b6bb50b583dafa55eb109449a005 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87d3ae0b45b6b6bb50b583dafa55eb109449a005 Author: Emil Velikov Date: Sun Feb 23 22:03:48 2014 + dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling

Mesa (master): gallium/freedreno: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: e9c43b1f01b10170f55acac66edc4e6d1b170260 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9c43b1f01b10170f55acac66edc4e6d1b170260 Author: Emil Velikov Date: Thu Aug 14 19:42:39 2014 +0100 gallium/freedreno: handle query_renderer caps Provide the r

Mesa (master): docs/autoconf: explicitly mention PKG_CONFIG_PATH for cross /multilib builds

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 0267c6d7ee0fd56702dafbc55b16313c6dc5a4ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0267c6d7ee0fd56702dafbc55b16313c6dc5a4ac Author: Emil Velikov Date: Fri Aug 15 17:58:14 2014 +0100 docs/autoconf: explicitly mention PKG_CONFIG_PATH for cross/

Mesa (master): gallium/softpipe/llvmpipe: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 89f80c2185de42191a1658dbdcbce9cbd9a98058 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89f80c2185de42191a1658dbdcbce9cbd9a98058 Author: Emil Velikov Date: Thu Aug 14 21:15:06 2014 +0100 gallium/softpipe/llvmpipe: handle query_renderer caps Both

Mesa (master): gallium: add GLX_MESA_query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 139751403c56d965d7c22bceddd34387759075a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=139751403c56d965d7c22bceddd34387759075a9 Author: Emil Velikov Date: Fri Aug 15 17:36:34 2014 +0100 gallium: add GLX_MESA_query_renderer caps Namely vendor/dev

Mesa (master): glx/drisw: Move private structure declarations to a header file

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: d10ba8b7c04b6f0f7f8e62715b7006494fb3915f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d10ba8b7c04b6f0f7f8e62715b7006494fb3915f Author: Emil Velikov Date: Fri Feb 21 23:09:16 2014 + glx/drisw: Move private structure declarations to a header f

Mesa (master): dri/radeon: don't print TCL status on glGetString( GL_RENDERER)

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 55d1251d417ff564cc97e54b52a105edad36ccde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55d1251d417ff564cc97e54b52a105edad36ccde Author: Emil Velikov Date: Wed Feb 19 21:53:38 2014 + dri/radeon: don't print TCL status on glGetString(GL_RENDERE

Mesa (master): gallium/vc4: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 0b67d5d4ce0a1b4305733461c41a99189e1d1472 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b67d5d4ce0a1b4305733461c41a99189e1d1472 Author: Emil Velikov Date: Thu Aug 14 21:36:07 2014 +0100 gallium/vc4: handle query_renderer caps Cc: Eric Anholt Si

Mesa (master): glx/drisw: add support for DRI2rendererQueryExtension

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 679c2ef8a058824615fbc4c5aba40d65d1ed9170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=679c2ef8a058824615fbc4c5aba40d65d1ed9170 Author: Emil Velikov Date: Thu Aug 14 18:26:55 2014 +0100 glx/drisw: add support for DRI2rendererQueryExtension The e

Mesa (master): gallium/r300/r600/radeonsi: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: de0144375330a6645367fb96cd18fa6da1db9fdc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de0144375330a6645367fb96cd18fa6da1db9fdc Author: Emil Velikov Date: Thu Aug 14 20:57:29 2014 +0100 gallium/r300/r600/radeonsi: handle query_renderer caps Sign

Mesa (master): gallium/nouveau: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 2b5f3956be2defaa3aad81371fc7cba16c338a45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b5f3956be2defaa3aad81371fc7cba16c338a45 Author: Emil Velikov Date: Thu Aug 14 21:05:35 2014 +0100 gallium/nouveau: handle query_renderer caps Signed-off-by:

Mesa (master): dri/radeon: add GLX_MESA_query_renderer support

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 9c65361457f2cc89685792957b66242d3e72b1b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c65361457f2cc89685792957b66242d3e72b1b4 Author: Emil Velikov Date: Thu Feb 20 01:07:35 2014 + dri/radeon: add GLX_MESA_query_renderer support - Create r

Mesa (master): st/dri: Add __DRI2rendererQueryExtension support

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 5fe400d82a60eafefda4aedf36aaeac7975e3ae7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fe400d82a60eafefda4aedf36aaeac7975e3ae7 Author: Emil Velikov Date: Thu Aug 14 21:20:37 2014 +0100 st/dri: Add __DRI2rendererQueryExtension support The final

Mesa (master): gallium/i915: handle query_renderer caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 5b9cb1329557cc17e1533aed7c63e1252658d74b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b9cb1329557cc17e1533aed7c63e1252658d74b Author: Emil Velikov Date: Thu Aug 14 20:11:32 2014 +0100 gallium/i915: handle query_renderer caps Implementation bas

Mesa (master): dri/swrast: add GLX_MESA_query_renderer support

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 64b1dc44495890cbc2c7c5509cb830264020998c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64b1dc44495890cbc2c7c5509cb830264020998c Author: Emil Velikov Date: Fri Feb 14 23:28:25 2014 + dri/swrast: add GLX_MESA_query_renderer support v2: - Drop

Mesa (master): auxiliary/os: introduce os_get_total_physical_memory helper function

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 8d2745703c2ad5dd73a060d135bdb030d0dda40a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d2745703c2ad5dd73a060d135bdb030d0dda40a Author: Emil Velikov Date: Fri Feb 28 03:34:51 2014 + auxiliary/os: introduce os_get_total_physical_memory helper

Mesa (master): gallium/svga: handle query_rendered caps

2014-08-15 Thread Emil Velikov
Module: Mesa Branch: master Commit: 3a6b68b1132675dbb0c63cc6d977e19e4f473bd1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a6b68b1132675dbb0c63cc6d977e19e4f473bd1 Author: Emil Velikov Date: Thu Aug 14 21:09:43 2014 +0100 gallium/svga: handle query_rendered caps All the values are

Mesa (master): mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData()

2014-08-15 Thread Brian Paul
Module: Mesa Branch: master Commit: ffb8e884f7c466c36cf64bf56ff63c52a833fa66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffb8e884f7c466c36cf64bf56ff63c52a833fa66 Author: Brian Paul Date: Fri Aug 15 07:40:47 2014 -0600 mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImage

Mesa (master): i965/blorp_clear: Use memcpy instead of assignment to copy clear value

2014-08-15 Thread Neil Roberts
Module: Mesa Branch: master Commit: aa9d4f9d1a01fbb829571dac1cf896a8288c7286 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa9d4f9d1a01fbb829571dac1cf896a8288c7286 Author: Neil Roberts Date: Thu Aug 14 15:01:39 2014 +0100 i965/blorp_clear: Use memcpy instead of assignment to copy c

Mesa (master): r600g: Implement ARB_derivative_control

2014-08-15 Thread Marek Olšák
Module: Mesa Branch: master Commit: afa7df9b78c0e7b14d2069faa8bc83aa2548b8e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afa7df9b78c0e7b14d2069faa8bc83aa2548b8e5 Author: Glenn Kennard Date: Fri Aug 15 10:30:58 2014 +0200 r600g: Implement ARB_derivative_control Requires Evergreen

Mesa (master): docs: Update relnotes for ARB_gpu_shader5

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: f1370fed2cfea49c40c259d40d1a26402fc5dd56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1370fed2cfea49c40c259d40d1a26402fc5dd56 Author: Chris Forbes Date: Sun Aug 10 16:22:35 2014 +1200 docs: Update relnotes for ARB_gpu_shader5 Signed-off-by: Ch

Mesa (master): i965: Enable ARB_gpu_shader5 on Gen7

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 4a3667993e8c3bace135791efbe2163a82bbfc56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a3667993e8c3bace135791efbe2163a82bbfc56 Author: Chris Forbes Date: Sun Aug 10 14:36:25 2014 +1200 i965: Enable ARB_gpu_shader5 on Gen7 Signed-off-by: Chris F

Mesa (master): docs: Mark off ARB_gpu_shader5 for i965

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 139f127aac335e6c1713f06d76db96f898729ce4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=139f127aac335e6c1713f06d76db96f898729ce4 Author: Chris Forbes Date: Sun Aug 10 16:08:36 2014 +1200 docs: Mark off ARB_gpu_shader5 for i965 Signed-off-by: Chri

Mesa (master): i965/fs: Use brw_adjust_sampler_state_pointer in fs generator too

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2b1204aa96cb2d1aa66cecde810b9224d457a580 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b1204aa96cb2d1aa66cecde810b9224d457a580 Author: Chris Forbes Date: Sun Aug 10 11:54:47 2014 +1200 i965/fs: Use brw_adjust_sampler_state_pointer in fs generato

Mesa (master): i965/fs: Refactor generate_tex in prep for nonconst sampler indexing

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 4ba5171f307873c7f5d6ac07f86bfbc26a82e00e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ba5171f307873c7f5d6ac07f86bfbc26a82e00e Author: Chris Forbes Date: Sun Aug 10 11:58:06 2014 +1200 i965/fs: Refactor generate_tex in prep for nonconst sampler

Mesa (master): i965: Extract helper function for surface state pointer adjustment

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 8ce3fa8e91e96adac9ba909876d3b3066bdcd723 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ce3fa8e91e96adac9ba909876d3b3066bdcd723 Author: Chris Forbes Date: Sun Aug 10 11:49:31 2014 +1200 i965: Extract helper function for surface state pointer adju

Mesa (master): i965/vec4: Add support for non-const sampler indices in generator

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 301b71557b2f24f7f59402f634cd531d0adb3349 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=301b71557b2f24f7f59402f634cd531d0adb3349 Author: Chris Forbes Date: Sun Aug 10 11:42:08 2014 +1200 i965/vec4: Add support for non-const sampler indices in gene

Mesa (master): i965: Generalize sampler state pointer mangling for non-const

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 86dc34a0b0d967e9c8611bc29178fdb1de22c724 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86dc34a0b0d967e9c8611bc29178fdb1de22c724 Author: Chris Forbes Date: Sun Aug 10 11:39:44 2014 +1200 i965: Generalize sampler state pointer mangling for non-cons

Mesa (master): i965/vec4: Add support for nonconst sampler indexing in VS visitor

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2cd6169e9298e75e4f71c358471b80eb8bf19f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cd6169e9298e75e4f71c358471b80eb8bf19f11 Author: Chris Forbes Date: Sat Aug 9 22:08:11 2014 +1200 i965/vec4: Add support for nonconst sampler indexing in VS v

Mesa (master): i965/fs: Add support for non-const sampler indices in generator

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: fbfcd671a1c74eebc00c56f609a8792fedb0a45d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbfcd671a1c74eebc00c56f609a8792fedb0a45d Author: Chris Forbes Date: Sun Aug 10 12:02:22 2014 +1200 i965/fs: Add support for non-const sampler indices in genera

Mesa (master): i965/vec4: Refactor generate_tex in prep for non-const samplers

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: f7146d1a946003bfbb6bc9fc6462a4c827cd93ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7146d1a946003bfbb6bc9fc6462a4c827cd93ba Author: Chris Forbes Date: Sun Aug 10 11:50:16 2014 +1200 i965/vec4: Refactor generate_tex in prep for non-const sampl

Mesa (master): i965/fs: Add support for nonconst sampler indexing in FS visitor

2014-08-15 Thread Chris Forbes
Module: Mesa Branch: master Commit: abedd05bcdcfbe44d95338f92488c233187279a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abedd05bcdcfbe44d95338f92488c233187279a0 Author: Chris Forbes Date: Sun Aug 10 12:12:06 2014 +1200 i965/fs: Add support for nonconst sampler indexing in FS vis