| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | i965: Update 3DSTATE_CLIP for Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -1/+1 |
* | i965: Rework vertex uploads for Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -2/+4 |
* | i965: Update STATE_BASE_ADDRESS for Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -1/+1 |
* | i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA. | Kenneth Graunke | 2014-01-31 | 1 | -2/+3 |
* | i965: Rework 3DSTATE_VS for Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -1/+1 |
* | i965: Add the new 3DSTATE_PS_BLEND state packet. | Kenneth Graunke | 2014-01-31 | 1 | -0/+1 |
* | i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL. | Kenneth Graunke | 2014-01-31 | 1 | -1/+1 |
* | i965: Update SF, SBE, and RASTER state for Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -2/+3 |
* | i965: Duplicate gen7_atoms to gen8_atoms. | Kenneth Graunke | 2014-01-31 | 1 | -1/+79 |
* | i965/gen7: Use to the correct program when uploading transform feedback state. | Paul Berry | 2014-01-23 | 1 | -0/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | i965: Ensure that all necessary state is re-emitted if we run out of aperture. | Paul Berry | 2014-01-13 | 1 | -0/+14 |
* | 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 |