index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_state_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.
Paul Berry
2015-05-02
1
-0
/
+6
*
i965/state: Remove brw->state.dirty
Jordan Justen
2015-03-31
1
-6
/
+0
*
i965/state: Don't use brw->state.dirty.mesa
Jordan Justen
2015-03-31
1
-7
/
+6
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-14
/
+13
*
i965/state: Add compute pipeline with empty atom lists
Jordan Justen
2015-03-31
1
-1
/
+33
*
i965/state: Only upload render programs for render state uploads
Jordan Justen
2015-03-31
1
-20
/
+25
*
i965/state: Create separate dirty state bits for each pipeline
Jordan Justen
2015-03-31
1
-27
/
+74
*
i965/state: Support multiple pipelines in brw->num_atoms
Jordan Justen
2015-03-31
1
-37
/
+57
*
i965/state: Rename brw_clear_dirty_bits to brw_render_state_finished
Jordan Justen
2015-03-31
1
-1
/
+1
*
i965/state: Rename brw_upload_state to brw_upload_render_state
Jordan Justen
2015-03-31
1
-6
/
+6
*
i965/skl: Disable partial resolve in VC
Ben Widawsky
2015-03-27
1
-0
/
+10
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
1
-16
/
+19
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-0
/
+7
*
i965: Store the atoms directly in the context
Ian Romanick
2015-01-14
1
-3
/
+16
*
i965: Make INTEL_DEBUG=state ignore state flags with a count of 1.
Kenneth Graunke
2015-01-03
1
-2
/
+4
*
i965: Compute VS attribute WA bits earlier and check if they changed.
Kenneth Graunke
2014-12-04
1
-0
/
+1
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-17
/
+3
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-8
/
+7
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-7
/
+7
*
i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.
Kenneth Graunke
2014-11-29
1
-1
/
+1
*
i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
Kenneth Graunke
2014-11-29
1
-3
/
+3
*
i965: Fold the gen7_cc_viewport_state_pointer atom into brw_cc_vp.
Kenneth Graunke
2014-11-29
1
-2
/
+0
*
i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.
Kenneth Graunke
2014-11-29
1
-6
/
+1
*
i965: Implement the PMA stall fix.
Kenneth Graunke
2014-11-04
1
-0
/
+6
*
i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Add new dirty flag for new TexBOs.
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
Kenneth Graunke
2014-10-01
1
-2
/
+2
*
i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.
Kenneth Graunke
2014-10-01
1
-16
/
+7
*
i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
Kenneth Graunke
2014-10-01
1
-1
/
+0
*
i965/gen6/gs: upload ubo and pull constants surfaces.
Iago Toral Quiroga
2014-09-19
1
-0
/
+2
*
i965/gen6/gs: Enable texture units and upload sampler state.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gs: Reuse gen6 constant push buffers setup code in gen7+.
Samuel Iglesias Gonsalvez
2014-09-19
1
-2
/
+2
*
i965/gen6/gs: Setup constant push buffers for gen6 geometry shaders.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_prog
Samuel Iglesias Gonsalvez
2014-09-19
1
-1
/
+1
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
1
-3
/
+3
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-48
/
+37
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
1
-1
/
+1
*
i965: Modify state upload to allow 2 different sets of state atoms.
Paul Berry
2014-09-01
1
-23
/
+30
*
i965: Modify dirty bit handling to support 2 pipelines.
Paul Berry
2014-09-01
1
-5
/
+9
*
i965: Create a macro for setting all dirty bits.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-7
/
+7
*
i965: Track the number of samples in the drawbuffer.
Eric Anholt
2014-04-30
1
-0
/
+6
*
i965: Drop intel_check_front_buffer_rendering().
Eric Anholt
2014-03-11
1
-2
/
+0
*
i965: Update GS state for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
*
i965: Update multisampling state for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+5
*
i965: Update BLEND_STATE for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
*
i965: Update SF_CLIP_VIEWPORT for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
*
i965: Update SOL state for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
*
i965: Update the code that disables unused shader stages for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
[next]