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: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-7
/
+7
*
i965: Implement ABO surface state emission.
Francisco Jerez
2013-10-29
1
-0
/
+5
*
i965: Move DriverFlag initialization to brw_init_state().
Kenneth Graunke
2013-10-13
1
-0
/
+5
*
i965: Move state setup from brwCreateContext to brw_init_state().
Kenneth Graunke
2013-10-13
1
-0
/
+8
*
i965: Remove the brw_context::emit_state_always flag.
Kenneth Graunke
2013-10-13
1
-1
/
+2
*
i965: Add some missing bits to {mesa,brw,cache}_bits[].
Paul Berry
2013-09-17
1
-0
/
+12
*
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
2013-09-11
1
-0
/
+2
*
i965/gs: Implement support for geometry shader samplers.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
1
-0
/
+3
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-4
/
+1
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-4
/
+4
*
i965/gs: Add brw->geometry_program.
Paul Berry
2013-08-23
1
-0
/
+5
*
i965: Split the brw_samplers atom into separate FS/VS stages.
Kenneth Graunke
2013-08-19
1
-3
/
+6
*
i965: Make upload_sampler_state_table a virtual function.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump
Chris Forbes
2013-08-10
1
-0
/
+1
*
i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
Chris Forbes
2013-08-01
1
-0
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+3
*
i965: Move intel_context::NewGLState to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
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
[next]