aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: fix problem with constant out of bounds access (v2)Dave Airlie2013-05-301-1/+11
* intel: initialize fs_visitor::params_remap in constructorFrank Henigman2013-05-301-0/+2
* i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke2013-05-291-3/+9
* i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke2013-05-291-2/+4
* i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.Eric Anholt2013-05-291-0/+2
* i965/fs: Fix test for smearing enabled on an instruction.Eric Anholt2013-05-291-1/+1
* i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt2013-05-291-2/+8
* intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt2013-05-282-3/+3
* intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt2013-05-282-6/+7
* i965: Go back to using the kernel SOL reset feature.Kenneth Graunke2013-05-231-8/+2
* i965: Enable guardband clipping on Gen4/5.Chris Forbes2013-05-241-3/+45
* i965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt2013-05-221-0/+8
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-214-29/+42
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-216-108/+22
* i965: Remove software geometry query code.Kenneth Graunke2013-05-214-71/+0
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-213-8/+0
* i965: Stop using the kernel SOL reset feature.Kenneth Graunke2013-05-211-5/+8
* i965: Remove dead code for Gen7 SOL without hardware contexts.Kenneth Graunke2013-05-211-15/+0
* i965: Fix build failureAnuj Phogat2013-05-201-0/+1
* i965: Implement transform feedback query support in hardware on Gen6+.Kenneth Graunke2013-05-201-35/+60
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-204-40/+11
* i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.Kenneth Graunke2013-05-202-7/+11
* i965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke2013-05-202-4/+9
* i965: Create a BRW_NEW_META_IN_PROGRESS state flag.Kenneth Graunke2013-05-202-1/+12
* i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke2013-05-205-73/+423
* i965: Disable pixel statistics in BLORP.Kenneth Graunke2013-05-202-2/+0
* i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.Kenneth Graunke2013-05-201-1/+17
* i965: Add cases for ir_triop_vector_insert that assert.Kenneth Graunke2013-05-202-0/+5
* i965: Add cases for ir_binop_vector_extract that assert.Kenneth Graunke2013-05-202-0/+5
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-1/+1
* i965: Fill in brw_format_for_mesa_format for some non-rendering formats.Eric Anholt2013-05-151-18/+18
* i965: Use native RGB_FLOAT16 support when available.Eric Anholt2013-05-151-1/+1
* i965: Use the Mesa surface formats for float RGB surfaces.Eric Anholt2013-05-151-2/+2
* i965: Use the new XRGB UNORM formats.Eric Anholt2013-05-151-3/+3
* intel: Use accessor for stencil reference valuesChris Forbes2013-05-152-4/+6
* i965: write layer if gl_Layer is used in VSJordan Justen2013-05-131-0/+4
* glsl: Add lowering pass for ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* i965/vs: Set the PreferDP4 shader compiler option.Kenneth Graunke2013-05-121-0/+2
* glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke2013-05-121-1/+2
* mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECTMarek Olšák2013-05-115-6/+8
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-5/+5
* i965: Add chipset limits for the Haswell GT3 variant.Kenneth Graunke2013-05-091-0/+6
* i965: Update URB partitioning code for Haswell's GT3 variant.Kenneth Graunke2013-05-091-8/+17
* i965: Delete dead intel_span.c symlink.Kenneth Graunke2013-05-091-1/+0
* i965/vs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-094-63/+31
* i965/fs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-096-72/+38
* i965: Sync brw_format_for_mesa_format() table with new Mesa formats.Eric Anholt2013-05-081-1/+31
* i965: Update the surface formats table from the current specs.Eric Anholt2013-05-081-0/+65
* i965: Add surface format defines from the public specs.Eric Anholt2013-05-081-0/+45
* i965: Fix hangs on HSW since the gen6 blorp fix.Eric Anholt2013-05-081-2/+101