index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Clear brw_compile on setup.
Eric Anholt
2012-09-17
1
-0
/
+2
*
vbo: add a prefix to count_tessellated_primitives
Dave Airlie
2012-09-15
1
-1
/
+1
*
i965: Fix out-of-order sampler unit usage in ARB fragment programs.
Kenneth Graunke
2012-09-12
2
-2
/
+5
*
i965/blorp: Fix offsets and width/height for stencil blits.
Paul Berry
2012-09-12
1
-9
/
+37
*
i965/blorp: Reduce alignment restrictions for stencil blits.
Paul Berry
2012-09-12
1
-6
/
+17
*
i965/blorp: don't reduce stencil alignment restrictions when multisampling.
Paul Berry
2012-09-12
1
-9
/
+1
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
5
-9
/
+13
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
4
-8
/
+10
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
4
-4
/
+48
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-12
2
-4
/
+15
*
i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.
Paul Berry
2012-09-12
1
-8
/
+1
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
4
-28
/
+31
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
5
-37
/
+48
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-12
1
-28
/
+32
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-12
2
-1
/
+10
*
i965: Remove incorrect comment above opt_algebraic.
Kenneth Graunke
2012-09-10
1
-8
/
+0
*
i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.
Eric Anholt
2012-09-07
1
-0
/
+24
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
4
-2
/
+38
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
5
-4
/
+46
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
6
-6
/
+78
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
5
-1
/
+43
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
i965/blorp: Fix incorrect indentation.
Paul Berry
2012-09-05
1
-2
/
+2
*
i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.
Kenneth Graunke
2012-09-05
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
2
-2
/
+2
*
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
2012-08-31
1
-1
/
+1
*
i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
Anuj Phogat
2012-08-30
2
-2
/
+3
*
i965/fs: Remove a dead member from live variables analysis.
Eric Anholt
2012-08-29
2
-6
/
+0
*
i965/fs: Initialize output_components[] by filling it with zeros.
Kenneth Graunke
2012-08-29
1
-0
/
+1
*
i965: Allow creation of OpenGL 3.1 contexts
Ian Romanick
2012-08-29
1
-0
/
+19
*
i965: Set context flags
Ian Romanick
2012-08-29
2
-0
/
+9
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
1
-1
/
+3
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
5
-120
/
+14
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
1
-5
/
+0
*
i965: Make VS programs obey the shader_precompile driconf option.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
3
-1
/
+76
*
i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.
Kenneth Graunke
2012-08-27
1
-2
/
+8
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
6
-30
/
+30
*
i965: Only set proj_attrib_mask for fixed function.
Kenneth Graunke
2012-08-27
2
-2
/
+12
*
i965: Don't set stats_wm in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
1
-1
/
+3
*
i965: Don't set vp_outputs_written in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
2
-5
/
+10
*
i965: Double the size of the state cache.
Kenneth Graunke
2012-08-27
1
-2
/
+2
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
2
-0
/
+52
*
i965: Fix accumulator_contains() test to also reject swizzles of the dst.
Eric Anholt
2012-08-26
1
-1
/
+1
*
i965: Don't set iz_lookup the FS precompile's program key on Gen6+.
Kenneth Graunke
2012-08-25
1
-7
/
+10
[next]