OSDN Git Service

i965/cs: Create the brw_compute_program struct, and the code to initialize it.
authorPaul Berry <stereotype441@gmail.com>
Tue, 7 Jan 2014 23:51:13 +0000 (15:51 -0800)
committerPaul Berry <stereotype441@gmail.com>
Wed, 5 Feb 2014 17:05:04 +0000 (09:05 -0800)
commit3bbf93045a494e676f3f79d278701f55a9a41e7a
tree54f3696bf919c6773c53a1505a0ac4cd1c7421b1
parent1fe274b3d7a8e70dc605e6076d29e00add292508
i965/cs: Create the brw_compute_program struct, and the code to initialize it.

v2: Fix comment.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_program.c