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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: fix problem with constant out of bounds access (v2)
Dave Airlie
2013-05-30
1
-1
/
+11
*
intel: initialize fs_visitor::params_remap in constructor
Frank Henigman
2013-05-30
1
-0
/
+2
*
i965: Fix can_cut_index_handle_restart_index() for byte/short types.
Kenneth Graunke
2013-05-29
1
-3
/
+9
*
i965: Use the correct restart index for fixed index mode on Haswell.
Kenneth Graunke
2013-05-29
1
-2
/
+4
*
i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.
Eric Anholt
2013-05-29
1
-0
/
+2
*
i965/fs: Fix test for smearing enabled on an instruction.
Eric Anholt
2013-05-29
1
-1
/
+1
*
i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.
Eric Anholt
2013-05-29
1
-2
/
+8
*
intel: Rename intel_renderbuffer_tile_offsets.
Eric Anholt
2013-05-28
2
-3
/
+3
*
intel: Make intel_miptree_get_tile_offsets return a page offset.
Eric Anholt
2013-05-28
2
-6
/
+7
*
i965: Go back to using the kernel SOL reset feature.
Kenneth Graunke
2013-05-23
1
-8
/
+2
*
i965: Enable guardband clipping on Gen4/5.
Chris Forbes
2013-05-24
1
-3
/
+45
*
i965: Shut up more compiler warnings from vector insert/extract changes.
Eric Anholt
2013-05-22
1
-0
/
+8
*
i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.
Kenneth Graunke
2013-05-21
4
-29
/
+42
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
6
-108
/
+22
*
i965: Remove software geometry query code.
Kenneth Graunke
2013-05-21
4
-71
/
+0
*
i965: Delete unused brw->sol.offset_0_batch_start field.
Kenneth Graunke
2013-05-21
3
-8
/
+0
*
i965: Stop using the kernel SOL reset feature.
Kenneth Graunke
2013-05-21
1
-5
/
+8
*
i965: Remove dead code for Gen7 SOL without hardware contexts.
Kenneth Graunke
2013-05-21
1
-15
/
+0
*
i965: Fix build failure
Anuj Phogat
2013-05-20
1
-0
/
+1
*
i965: Implement transform feedback query support in hardware on Gen6+.
Kenneth Graunke
2013-05-20
1
-35
/
+60
*
i965: Handle rasterizer discard in the clipper rather than GS on Gen6.
Kenneth Graunke
2013-05-20
4
-40
/
+11
*
i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.
Kenneth Graunke
2013-05-20
2
-7
/
+11
*
i965: Disable clipper statistics when meta operations are in progress.
Kenneth Graunke
2013-05-20
2
-4
/
+9
*
i965: Create a BRW_NEW_META_IN_PROGRESS state flag.
Kenneth Graunke
2013-05-20
2
-1
/
+12
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
5
-73
/
+423
*
i965: Disable pixel statistics in BLORP.
Kenneth Graunke
2013-05-20
2
-2
/
+0
*
i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.
Kenneth Graunke
2013-05-20
1
-1
/
+17
*
i965: Add cases for ir_triop_vector_insert that assert.
Kenneth Graunke
2013-05-20
2
-0
/
+5
*
i965: Add cases for ir_binop_vector_extract that assert.
Kenneth Graunke
2013-05-20
2
-0
/
+5
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-1
/
+1
*
i965: Fill in brw_format_for_mesa_format for some non-rendering formats.
Eric Anholt
2013-05-15
1
-18
/
+18
*
i965: Use native RGB_FLOAT16 support when available.
Eric Anholt
2013-05-15
1
-1
/
+1
*
i965: Use the Mesa surface formats for float RGB surfaces.
Eric Anholt
2013-05-15
1
-2
/
+2
*
i965: Use the new XRGB UNORM formats.
Eric Anholt
2013-05-15
1
-3
/
+3
*
intel: Use accessor for stencil reference values
Chris Forbes
2013-05-15
2
-4
/
+6
*
i965: write layer if gl_Layer is used in VS
Jordan Justen
2013-05-13
1
-0
/
+4
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
i965/vs: Set the PreferDP4 shader compiler option.
Kenneth Graunke
2013-05-12
1
-0
/
+2
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
1
-1
/
+2
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
5
-6
/
+8
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-5
/
+5
*
i965: Add chipset limits for the Haswell GT3 variant.
Kenneth Graunke
2013-05-09
1
-0
/
+6
*
i965: Update URB partitioning code for Haswell's GT3 variant.
Kenneth Graunke
2013-05-09
1
-8
/
+17
*
i965: Delete dead intel_span.c symlink.
Kenneth Graunke
2013-05-09
1
-1
/
+0
*
i965/vs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
4
-63
/
+31
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
6
-72
/
+38
*
i965: Sync brw_format_for_mesa_format() table with new Mesa formats.
Eric Anholt
2013-05-08
1
-1
/
+31
*
i965: Update the surface formats table from the current specs.
Eric Anholt
2013-05-08
1
-0
/
+65
*
i965: Add surface format defines from the public specs.
Eric Anholt
2013-05-08
1
-0
/
+45
*
i965: Fix hangs on HSW since the gen6 blorp fix.
Eric Anholt
2013-05-08
1
-2
/
+101
[next]