summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
Commit message (Expand)AuthorAgeFilesLines
* i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2016-11-241-9/+0
* i965: Replace boolean rb surface state setup argument with flagsTopi Pohjolainen2016-09-121-1/+1
* i965: Merge gen7_clip_state atom into gen6_clip_state atom.Kenneth Graunke2016-08-311-1/+0
* i965: Upload surface state for non-coherent framebuffer fetch.Francisco Jerez2016-08-251-0/+1
* i965: Stop including brw_defines.h in brw_state.hJason Ekstrand2016-08-191-1/+0
* i965/state: Move is_drawing_lines/points to gen6_clip_state.cJason Ekstrand2016-08-191-52/+3
* i965/blorp: Use the generic surface state path for gen8 texturesJason Ekstrand2016-08-171-7/+0
* i965: Use ISL for emitting buffer surface statesJason Ekstrand2016-07-151-0/+9
* i965/gen7: Use the generic ISL-based path for renderbuffer surfacesJason Ekstrand2016-07-151-7/+0
* i965/gen8: Use the generic ISL-based path for renderbuffer surfacesJason Ekstrand2016-07-151-16/+0
* i965/state: Add generic surface update functions based on ISLJason Ekstrand2016-07-151-0/+9
* i965/state: Add a helper for emitting a surface state using islJason Ekstrand2016-07-151-0/+7
* i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms.Kenneth Graunke2016-06-231-1/+1
* i965: Remove fake W-tiled render target supportJason Ekstrand2016-06-221-6/+0
* i965: Fix point size with tessellation/geometry shaders in GLES.Kenneth Graunke2016-06-221-0/+49
* i965: Use ISL for surface format introspectionJason Ekstrand2016-05-231-1/+0
* i965: Send the minimal number of STATE_BASE_ADDRESS packets.Kenneth Graunke2016-05-161-2/+0
* i965: Combine Gen4-7 and Gen8+ state base address emitters.Kenneth Graunke2016-05-161-4/+3
* i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke2016-05-161-3/+9
* i965: Mark brw const in brw_state_dirty and callers.Kenneth Graunke2016-05-161-1/+2
* i965/state: Clean up WM/PS state to pull more things out of prog_dataJason Ekstrand2016-05-141-6/+2
* i965/gen8: Expose auxiliary mode resolverTopi Pohjolainen2016-05-121-0/+2
* i965: Remove pointers to non-existing atomsTopi Pohjolainen2016-04-231-8/+0
* i965/gen8: Expose pma stall emissionTopi Pohjolainen2016-04-211-0/+4
* i965/gen8: Expose state base address setupTopi Pohjolainen2016-04-211-0/+3
* i965/gen8: Expose surface state helpersTopi Pohjolainen2016-04-211-0/+15
* i965/sf_state: Pull flat_enables out of prog_dataJason Ekstrand2016-04-061-1/+0
* i965: Introduce an is_drawing_lines() helper.Kenneth Graunke2016-03-181-0/+30
* i965: Move is_drawing_points to brw_state.h.Kenneth Graunke2016-03-181-0/+24
* i965: Split brw_upload_texture_surfaces into compute/render atoms.Kenneth Graunke2016-02-111-0/+1
* i965: Implement compute sampler state atom.Francisco Jerez2016-01-191-0/+1
* i965/gen7.5+: Disable resource streamer during GPGPU workloads.Francisco Jerez2016-01-141-0/+1
* i965: Add tessellation shader push constant support.Kenneth Graunke2015-12-111-0/+2
* i965: Add tessellation shader sampler support.Kenneth Graunke2015-12-111-0/+2
* i965: Add tessellation shader surface support.Kenneth Graunke2015-12-111-0/+12
* i965: Work around L3 state leaks during context switches.Francisco Jerez2015-12-091-0/+4
* i965: Implement L3 state atom.Francisco Jerez2015-12-091-0/+1
* i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand2015-12-071-2/+1
* i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke2015-12-071-1/+5
* i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.Kenneth Graunke2015-11-111-1/+0
* i965: Setup pull constant state for compute programsJordan Justen2015-11-011-0/+1
* i965: Make calculate_attr_overrides return the URB read offset.Kenneth Graunke2015-10-281-1/+2
* i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.Kenneth Graunke2015-10-281-1/+1
* i965/cs: Upload UBO/SSBO surfacesJordan Justen2015-09-301-0/+1
* i965/cs: Setup surface binding for gl_NumWorkGroupsJordan Justen2015-09-291-0/+1
* i965: Add 64-bit dirty flag handling to brw_upload_pull_constantsChris Forbes2015-09-081-1/+1
* i965: Remove base miplevel from sampler state.Ben Widawsky2015-09-041-1/+0
* i965: Make gen7_enable_hw_binding_tables staticIan Romanick2015-09-021-1/+0
* i965: Make gen8_upload_state_base_address staticIan Romanick2015-09-021-4/+0
* i965/cs: Setup push constant data for uniformsJordan Justen2015-09-021-0/+1