소스 검색

i965: Add 64-bit dirty flag handling to brw_upload_pull_constants

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
tags/11.1-branchpoint
Chris Forbes 10 년 전
부모
커밋
70650094ef
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_state.h
  2. 1
    1
      src/mesa/drivers/dri/i965/brw_vs_surface_state.c

+ 1
- 1
src/mesa/drivers/dri/i965/brw_state.h 파일 보기

@@ -351,7 +351,7 @@ void gen6_init_vtable_surface_functions(struct brw_context *brw);
/* brw_vs_surface_state.c */
void
brw_upload_pull_constants(struct brw_context *brw,
GLbitfield brw_new_constbuf,
GLbitfield64 brw_new_constbuf,
const struct gl_program *prog,
struct brw_stage_state *stage_state,
const struct brw_stage_prog_data *prog_data,

+ 1
- 1
src/mesa/drivers/dri/i965/brw_vs_surface_state.c 파일 보기

@@ -50,7 +50,7 @@
*/
void
brw_upload_pull_constants(struct brw_context *brw,
GLbitfield brw_new_constbuf,
GLbitfield64 brw_new_constbuf,
const struct gl_program *prog,
struct brw_stage_state *stage_state,
const struct brw_stage_prog_data *prog_data,

Loading…
취소
저장