Mesa (master): ilo: clean up header includes

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 028590cbc758e877b963ba430f0a0cb49e882a6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=028590cbc758e877b963ba430f0a0cb49e882a6b Author: Chia-I Wu Date: Thu Jun 18 22:48:14 2015 +0800 ilo: clean up header includes Core is more self-contained now.

Mesa (master): ilo: fix a buffer overrun

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 73f0d6d22db21f1fa553d8a26687edc5083e3c23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73f0d6d22db21f1fa553d8a26687edc5083e3c23 Author: Chia-I Wu Date: Fri Jun 19 23:29:32 2015 +0800 ilo: fix a buffer overrun Add missing parentheses in SURFTYPE_

Mesa (master): ilo: add ilo_state_sol_buffer

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e3372c4bfb8d5960714651ca7d3f1acc0018a8fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3372c4bfb8d5960714651ca7d3f1acc0018a8fa Author: Chia-I Wu Date: Mon Jun 15 15:17:45 2015 +0800 ilo: add ilo_state_sol_buffer It serves the same purpose as il

Mesa (master): ilo: embed pipe_index_buffer in ilo_ib_state

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7b3432b62d25494b3662d12634e34d75e29ec865 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b3432b62d25494b3662d12634e34d75e29ec865 Author: Chia-I Wu Date: Thu Jun 18 13:55:32 2015 +0800 ilo: embed pipe_index_buffer in ilo_ib_state Make it obvious t

Mesa (master): ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4555211028394673f8ad68f3de9c12e9a1f93160 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4555211028394673f8ad68f3de9c12e9a1f93160 Author: Chia-I Wu Date: Thu Jun 18 14:26:29 2015 +0800 ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf 3DSTATE_VF_INST

Mesa (master): ilo: add 3DSTATE_VF to ilo_state_vf

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e8d297b7a108fcf1cb688fe1db89e83b8f85e091 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8d297b7a108fcf1cb688fe1db89e83b8f85e091 Author: Chia-I Wu Date: Tue Jun 16 23:11:06 2015 +0800 ilo: add 3DSTATE_VF to ilo_state_vf 3DSTATE_VF specifies cut i

Mesa (master): ilo: fix a -Wmaybe-uninitialized warning

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: aa3ec8bc465f8c82cb38e0ed067dbdd9122dbd44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa3ec8bc465f8c82cb38e0ed067dbdd9122dbd44 Author: Chia-I Wu Date: Fri Jun 19 23:24:17 2015 +0800 ilo: fix a -Wmaybe-uninitialized warning ilo_shader.c: In func

Mesa (master): ilo: avoid ilo_ib_state in genX_3DPRIMITIVE()

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 244caba2502402b93876cb89952ac05e6d87c5b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=244caba2502402b93876cb89952ac05e6d87c5b2 Author: Chia-I Wu Date: Sat Jun 20 00:34:29 2015 +0800 ilo: avoid ilo_ib_state in genX_3DPRIMITIVE() ilo_ib_state is

Mesa (master): ilo: add ilo_state_vertex_buffer

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: da4878cb807f46e6053731a177c3c75497aaf4fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da4878cb807f46e6053731a177c3c75497aaf4fb Author: Chia-I Wu Date: Fri Jun 19 15:06:50 2015 +0800 ilo: add ilo_state_vertex_buffer Being a parameter-like state,

Mesa (master): ilo: move gen6_so_SURFACE_STATE() out of core

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: dcb5bad3a3a8ff116c32ecb01827ea8461fa2baa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcb5bad3a3a8ff116c32ecb01827ea8461fa2baa Author: Chia-I Wu Date: Thu Jun 18 22:47:20 2015 +0800 ilo: move gen6_so_SURFACE_STATE() out of core It does not belo

Mesa (master): ilo: add ilo_state_index_buffer

2015-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9904e647cca0a15c80557ed7bcc6893faf147436 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9904e647cca0a15c80557ed7bcc6893faf147436 Author: Chia-I Wu Date: Fri Jun 19 15:10:02 2015 +0800 ilo: add ilo_state_index_buffer It serves the same purpose as

Mesa (master): glsl: fix formatting glitch in _mesa_print_ir()

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: a1f84453a2f104a92f9efd353c629177e00e4b5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1f84453a2f104a92f9efd353c629177e00e4b5e Author: Brian Paul Date: Fri Jun 19 16:45:44 2015 -0600 glsl: fix formatting glitch in _mesa_print_ir() Print the clo

Mesa (master): i965/gen8: Use HALIGN_16 for single sample mcs buffers

2015-06-19 Thread Ben Widawsky
Module: Mesa Branch: master Commit: 7c3da3592e8799059abca9cd7c92d61ebfd09f29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c3da3592e8799059abca9cd7c92d61ebfd09f29 Author: Ben Widawsky Date: Thu Jun 18 18:45:47 2015 -0700 i965/gen8: Use HALIGN_16 for single sample mcs buffers The

Mesa (master): mesa: move ARB_gs5 enums to core, EXT_polygon_offset_clamp to desktop

2015-06-19 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 539cb2b76efd02f14798cad0a5462ee9ed27aa83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=539cb2b76efd02f14798cad0a5462ee9ed27aa83 Author: Ilia Mirkin Date: Fri Jun 19 12:08:24 2015 -0400 mesa: move ARB_gs5 enums to core, EXT_polygon_offset_clamp to

Mesa (master): st/wgl: Don't return core profile for 3.1 contexts.

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: eee9247018d710659f14678715a85e4ad6f54366 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eee9247018d710659f14678715a85e4ad6f54366 Author: Jose Fonseca Date: Tue Jun 16 15:32:46 2015 -0600 st/wgl: Don't return core profile for 3.1 contexts. WGL_CON

Mesa (master): st/wgl: add support for multisample pixel formats

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 9405c1b3b0b207409931166a608276198a068cb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9405c1b3b0b207409931166a608276198a068cb8 Author: Brian Paul Date: Tue Jun 16 15:32:45 2015 -0600 st/wgl: add support for multisample pixel formats Create pixe

Mesa (master): gallium: whitespace, formatting clean-up in p_state.h

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: c40f44cc991d9499243063cba95fbdc947c53371 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c40f44cc991d9499243063cba95fbdc947c53371 Author: Brian Paul Date: Thu Jun 18 17:53:42 2015 -0600 gallium: whitespace, formatting clean-up in p_state.h Remove

Mesa (master): st/wgl: fix WGL_SWAP_METHOD_ARB query

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 4c11008eba9f58621bbbae430f8717176045b0ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c11008eba9f58621bbbae430f8717176045b0ce Author: Brian Paul Date: Tue Jun 16 15:32:46 2015 -0600 st/wgl: fix WGL_SWAP_METHOD_ARB query There are three possibl

Mesa (master): stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashes

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 73bdf4ba86751983dff011ac488ac60321d70a7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73bdf4ba86751983dff011ac488ac60321d70a7f Author: Brian Paul Date: Tue Jun 16 15:32:46 2015 -0600 stw: use new stw_get_nop_function() function to avoid Viewperf

Mesa (master): u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 6ec4e9c28d54877fbaca04b080c249048c6e7634 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ec4e9c28d54877fbaca04b080c249048c6e7634 Author: Brian Paul Date: Thu Jun 18 18:03:29 2015 -0600 u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_eleme

Mesa (master): stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_float

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 8d005a643ed94c1871ec854bc069366cdda6581f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d005a643ed94c1871ec854bc069366cdda6581f Author: Brian Paul Date: Tue Jun 16 15:32:46 2015 -0600 stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_float

Mesa (master): tgsi: new comments, assertion for executing TGSI_OPCODE_CAL

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 12c1c0706d4356819cfbaa15c3d71402a42e3539 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12c1c0706d4356819cfbaa15c3d71402a42e3539 Author: Brian Paul Date: Sat Jun 13 07:58:53 2015 -0600 tgsi: new comments, assertion for executing TGSI_OPCODE_CAL -

Mesa (master): tgsi: add comments for ureg_emit_label()

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 5ad5d44af57a815c6eb16d4d61070135acb55f37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ad5d44af57a815c6eb16d4d61070135acb55f37 Author: Brian Paul Date: Sat Jun 13 08:07:08 2015 -0600 tgsi: add comments for ureg_emit_label() --- src/gallium/au

Mesa (master): st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffers

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 528bd94432b20becc1f436da75f7a102416dabeb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528bd94432b20becc1f436da75f7a102416dabeb Author: Brian Paul Date: Tue Jun 16 15:32:46 2015 -0600 st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffers T

Mesa (master): st/wgl: fix WGL_SAMPLE_BUFFERS_ARB query

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: b8249de646e75f8af0c84d7f06b7805fe555e13e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8249de646e75f8af0c84d7f06b7805fe555e13e Author: Brian Paul Date: Tue Jun 16 15:32:45 2015 -0600 st/wgl: fix WGL_SAMPLE_BUFFERS_ARB query Only report 1 for WG

Mesa (master): st/wgl: respect sample count when creating framebuffer surfaces

2015-06-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 0925e5f5bc843237e534313dd5b99095ecbdd987 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0925e5f5bc843237e534313dd5b99095ecbdd987 Author: Brian Paul Date: Tue Jun 16 15:32:45 2015 -0600 st/wgl: respect sample count when creating framebuffer surface

Mesa (master): docs: update developer info

2015-06-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2ce2b80c6fd7ba5effbdf86ca3affe10a9c70492 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ce2b80c6fd7ba5effbdf86ca3affe10a9c70492 Author: Timothy Arceri Date: Fri Jun 19 13:03:36 2015 +1000 docs: update developer info Update piglit link to the cur