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: Upload UBO/SSBO surfaces
Jordan Justen
2015-09-30
1
-0
/
+2
*
i965/cs: Setup surface binding for gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-0
/
+3
*
i965: Simplify handling of VUE map changes.
Kenneth Graunke
2015-09-26
1
-1
/
+15
*
i965: Implement DriverFlags.NewShaderStorageBuffer
Iago Toral Quiroga
2015-09-25
1
-0
/
+1
*
i965/cs: Emit texture surfaces to enable CS sampling
Jordan Justen
2015-09-10
1
-0
/
+2
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
1
-1
/
+1
*
i965/cs: Setup push constant data for uniforms
Jordan Justen
2015-09-02
1
-0
/
+2
*
i965: Hook up image state upload.
Francisco Jerez
2015-08-11
1
-0
/
+12
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
1
-0
/
+4
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-2
/
+2
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-2
/
+4
*
i965: Upload atomic buffer state for compute shaders
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965/state: Emit pipeline select when changing pipelines
Jordan Justen
2015-05-02
1
-0
/
+5
*
i965/cs: Emit state base address
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965/cs: Upload brw_cs_state
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965/cs: Emit compute shader code and upload programs
Jordan Justen
2015-05-02
1
-0
/
+3
*
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
[next]