aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: For color clears, only disable writes to components that exist."Kenneth Graunke2014-03-211-1/+1
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-211-1/+1
* i965: Print number of multisamples in INTEL_DEBUG=blorp output.Kenneth Graunke2014-03-211-4/+4
* i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.Kenneth Graunke2014-03-211-2/+2
* i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also.Chris Forbes2014-03-221-1/+1
* i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt2014-03-184-38/+0
* i965: Drop special case for edgeflag thanks to Marek's change to core.Eric Anholt2014-03-181-9/+0
* i965: Enable EWA anisotropic filtering algorithmIan Romanick2014-03-181-0/+1
* i965: Actually initialize simd16_unsupported and no16_msg.Kenneth Graunke2014-03-181-0/+2
* i965/upload: Refactor open-coded ALIGN-like computations.Kenneth Graunke2014-03-181-3/+9
* i965: Fix indentation in brw_upload_indices().Kenneth Graunke2014-03-181-19/+19
* i965: Consolidate code for setting brw->ib.start_vertex_offset.Kenneth Graunke2014-03-181-9/+6
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-186-88/+88
* i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke2014-03-181-2/+3
* i965: Accurately bail on SIMD16 compiles.Kenneth Graunke2014-03-183-34/+82
* i965/fs: Support pull parameters in SIMD16 mode.Kenneth Graunke2014-03-182-11/+13
* i965/fs: Use a single instance of the pull_constant_loc[] array.Kenneth Graunke2014-03-182-28/+6
* i965/fs: Don't renumber UNIFORM registers.Kenneth Graunke2014-03-183-118/+86
* i965/fs: Split pull parameter decision making from mechanical demoting.Kenneth Graunke2014-03-182-33/+40
* i965/fs: Record pull constant locations for all array elements.Kenneth Graunke2014-03-181-2/+2
* i965/fs: Save push constant location information.Kenneth Graunke2014-03-183-2/+12
* i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.Kenneth Graunke2014-03-181-5/+0
* i965/fs: Invalidate live intervals when demoting uniforms to pull params.Kenneth Graunke2014-03-141-0/+2
* i965/fs: Print "+reladdr" on variably-indexed uniform arrays.Kenneth Graunke2014-03-141-2/+5
* i965: Fix register types in dump_instructions(), again.Kenneth Graunke2014-03-144-4/+3
* i965/fs: Fix register comparisons in saturate propagation.Kenneth Graunke2014-03-141-0/+1
* i965: Add support for GL_ARB_buffer_storage.Eric Anholt2014-03-142-2/+8
* i965: Always use CPU mappings for BOs on LLC platforms.Eric Anholt2014-03-141-1/+1
* i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt2014-03-142-52/+58
* i965: Switch mapping modes for non-explicit-flush blit-temporary maps.Eric Anholt2014-03-141-3/+3
* i965: Fix build warning of unused variableAnuj Phogat2014-03-141-2/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-6/+0
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-116-27/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-115-42/+44
* intel: When checking for updating front buffer reading, use the right fb.Eric Anholt2014-03-111-1/+1
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-1/+1
* i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.Matt Turner2014-03-101-0/+3
* i965: Disassemble 3 src instructions' rep_ctrl field.Matt Turner2014-03-102-6/+24
* i965: Disassemble 3-src operands widths' correctly.Matt Turner2014-03-104-38/+38
* i965: Move binding table update packets to binding table setup time.Eric Anholt2014-03-107-39/+17
* i965: Reorganize the code in brw_upload_binding_tables.Kenneth Graunke2014-03-101-17/+18
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-067-27/+87
* i965: Fix predicated-send-based discards with MRT.Eric Anholt2014-03-051-2/+2
* i965: Mark invariants in backend_visitor as constantsTopi Pohjolainen2014-03-051-6/+6
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-0511-26/+23
* i965: Merge initialisation of backend_visitorTopi Pohjolainen2014-03-054-14/+23
* i965/wm: Use resolved miptree consistently in surface setupTopi Pohjolainen2014-03-052-13/+13
* i965/vec4: Mark invariant members as constants in vec4_visitorTopi Pohjolainen2014-03-052-7/+7
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-054-9/+9
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-044-4/+20