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: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
2013-06-11
1
-3
/
+0
*
i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-2
/
+0
*
i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
2013-06-11
1
-2
/
+0
*
Revert "i965: Disable unused pipeline stages once at startup on Gen7+."
Kenneth Graunke
2013-06-11
1
-1
/
+1
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-1
/
+1
*
i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
2013-06-10
1
-1
/
+4
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
1
-2
/
+16
*
i965: Change return type of check_state() to bool.
Kenneth Graunke
2013-06-10
1
-2
/
+2
*
i965: Remove unused second parameter of brw_print_dirty_count().
Kenneth Graunke
2013-06-10
1
-4
/
+4
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-2
/
+0
*
i965: Fix build failure
Anuj Phogat
2013-05-20
1
-0
/
+1
*
i965: Create a BRW_NEW_META_IN_PROGRESS state flag.
Kenneth Graunke
2013-05-20
1
-0
/
+6
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
1
-0
/
+1
*
mesa: remove _NEW_PACKUNPACK
Marek Olšák
2013-04-24
1
-1
/
+0
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
1
-0
/
+1
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
1
-1
/
+4
*
i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.
Kenneth Graunke
2013-04-08
1
-1
/
+0
*
i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.
Kenneth Graunke
2013-04-04
1
-1
/
+0
*
i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.
Kenneth Graunke
2013-04-04
1
-3
/
+0
*
i965: Store the geometry output VUE map in brw_context.
Paul Berry
2013-03-24
1
-0
/
+1
*
i965: Add missing dirty bits to INTEL_DEBUG=state arrays.
Kenneth Graunke
2013-02-11
1
-0
/
+7
*
i965: Reorganize brw_bits to match the order in brw_context.h.
Kenneth Graunke
2013-02-11
1
-5
/
+5
*
i965: Remove some stale comments about the brw_constant_buffer atom.
Eric Anholt
2013-02-11
1
-6
/
+0
*
intel: Mark some file-local code as static.
Eric Anholt
2012-09-27
1
-1
/
+1
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
1
-0
/
+2
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
1
-16
/
+1
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
1
-0
/
+4
*
i965/msaa: Remove TODO comments that are no longer relevant.
Paul Berry
2012-07-26
1
-2
/
+2
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+2
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
1
-3
/
+3
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
1
-0
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-0
/
+3
*
i965/gen7: Skip checking if we need a GS program for now.
Eric Anholt
2012-02-21
1
-1
/
+0
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-1
/
+0
*
i965: Don't reallocate push constant URB space on new VS programs.
Kenneth Graunke
2012-01-11
1
-0
/
+1
*
i965: Correct misspellings of "invariant".
Kenneth Graunke
2012-01-07
1
-3
/
+3
*
i965/gen7: Move SOL stage disable to gen7_sol_state.c
Eric Anholt
2011-12-23
1
-0
/
+1
*
i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
Paul Berry
2011-12-23
1
-1
/
+1
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
1
-0
/
+1
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+1
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-0
/
+1
*
i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.
Kenneth Graunke
2011-11-10
1
-2
/
+2
*
i965: Reorder state atom lists so all the surface state is together.
Kenneth Graunke
2011-11-10
1
-16
/
+19
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
1
-2
/
+3
*
i965: Clean up code for VS pull constant surface creation.
Kenneth Graunke
2011-11-10
1
-9
/
+11
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-3
/
+3
*
i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.
Kenneth Graunke
2011-11-10
1
-3
/
+6
*
i965: Combine the two WM pull constant tracked state atoms.
Kenneth Graunke
2011-11-10
1
-7
/
+3
[next]