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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
7
-19
/
+22
*
st/mesa: fix UBO offsets.
Dave Airlie
2013-04-11
1
-0
/
+1
*
intel: Fall back to X-tiling when larger than estimated aperture size.
Kenneth Graunke
2013-04-10
1
-2
/
+26
*
intel: Refactor code in intel_miptree_choose_tiling().
Kenneth Graunke
2013-04-10
1
-4
/
+6
*
intel: Move the max_gtt_map_object_size estimation to intel_context.
Kenneth Graunke
2013-04-10
3
-18
/
+20
*
i965/blorp: Remove unnecessary test in gen7_blorp_emit_depth_stencil_config.
Paul Berry
2013-04-10
1
-7
/
+5
*
intel/hsw: Enable hiz (v2)
Chad Versace
2013-04-10
2
-2
/
+51
*
i965: Remove brw_context::depthstencil::hiz_mt
Chad Versace
2013-04-10
2
-3
/
+0
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
8
-40
/
+36
*
i965: Change signature of brw_get_depthstencil_tile_masks()
Chad Versace
2013-04-10
4
-3
/
+16
*
i965/blorp: Add fields brw_blorp_mip_info::level,layer
Chad Versace
2013-04-10
2
-0
/
+15
*
intel: Add field intel_mipmap_slice::has_hiz
Chad Versace
2013-04-10
4
-2
/
+44
*
i965/blorp: Align rectangle primitive for hiz ops
Chad Versace
2013-04-10
1
-0
/
+29
*
i965/vs: Use GRFs for pull constant offsets on gen7.
Eric Anholt
2013-04-10
6
-22
/
+56
*
i965/vs: When asked to make a dst_reg for a src.xxxx, just write to src.x.
Eric Anholt
2013-04-10
1
-1
/
+8
*
i965/gen6: Reduce updates of transform feedback offsets with HW contexts.
Eric Anholt
2013-04-10
1
-1
/
+1
*
i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.
Eric Anholt
2013-04-10
2
-6
/
+21
*
st/mesa: remove #if FEATURE_GL/ES tests
Brian Paul
2013-04-09
1
-7
/
+0
*
mesa: remove old comment about FEATURE_GL
Brian Paul
2013-04-09
1
-2
/
+1
*
mesa: remove #ifdef FEATURE_ES2, add some comments instead
Brian Paul
2013-04-09
1
-2
/
+9
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
24
-24
/
+0
*
mesa: update derived framebuffer state in GetMultisamplefv
Marek Olšák
2013-04-10
1
-0
/
+5
*
mesa: fix glGet queries depending on derived framebuffer state (v2)
Marek Olšák
2013-04-10
2
-7
/
+26
*
i965/gen7.5: Allow HW primitive restart for all primitive types.
Paul Berry
2013-04-09
1
-7
/
+6
*
i965: Only use brw_draw.c's trim() function when necessary.
Paul Berry
2013-04-09
1
-2
/
+14
*
i965/vs: Fix DEBUG_SHADER_TIME when VS terminates with 2 URB writes.
Paul Berry
2013-04-09
1
-4
/
+2
*
glsl: Fix ir_print_visitor's handling of interpolation qualifiers.
Paul Berry
2013-04-09
1
-1
/
+2
*
intel: Remove the texture_tiling driconf option.
Kenneth Graunke
2013-04-08
4
-11
/
+1
*
i965: Prefer Y-tiling on Gen6+.
Kenneth Graunke
2013-04-08
1
-1
/
+1
*
i965: Use tiling even for compressed textures.
Kenneth Graunke
2013-04-08
1
-1
/
+1
*
intel: Refactor selection of miptree tiling
Chad Versace
2013-04-08
1
-42
/
+61
*
intel: Allocate hiz in intel_renderbuffer_move_to_temp()
Chad Versace
2013-04-08
1
-0
/
+4
*
st/mesa: fix levels in initial texture creation
Dave Airlie
2013-04-08
1
-1
/
+1
*
intel: Avoid making tiled miptrees we won't be able to blit.
Eric Anholt
2013-04-08
1
-14
/
+21
*
intel: Do temporary CPU maps of textures that are too big to GTT map.
Eric Anholt
2013-04-08
1
-0
/
+21
*
intel: Add support for writing to our linear-temporary-CPU-map case.
Eric Anholt
2013-04-08
1
-2
/
+23
*
intel: Remove check for kernel 2.6.29.
Kenneth Graunke
2013-04-08
1
-7
/
+0
*
intel: Require kernel 2.6.39 for relaxed relocation support.
Kenneth Graunke
2013-04-08
2
-5
/
+4
*
i965: Remove a few BRW_STATE_... enum values.
Kenneth Graunke
2013-04-08
1
-2
/
+0
*
i965: Remove brw->vb.info and struct brw_vertex_info.
Kenneth Graunke
2013-04-08
2
-13
/
+0
*
i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.
Kenneth Graunke
2013-04-08
3
-8
/
+0
*
register_allocate: Fix the type of best_benefit.
Matt Turner
2013-04-08
1
-1
/
+1
*
st/mesa: don't expose ARB_color_buffer_float without driver support in GL core
Marek Olšák
2013-04-06
1
-0
/
+11
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
7
-15
/
+48
*
mesa: move updating clamp control derived state out of mesa_update_state_locked
Marek Olšák
2013-04-06
4
-36
/
+40
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
13
-21
/
+37
*
mesa: refactor clamping controls, get rid of _ClampReadColor
Marek Olšák
2013-04-06
7
-30
/
+58
*
mesa: don't memcmp() off the end of a cache key.
Chris Forbes
2013-04-06
1
-2
/
+9
*
i965: Use a variable for the push constant size in kB.
Kenneth Graunke
2013-04-04
1
-2
/
+3
*
i965: Turn brw->urb.vs_size and gs_size into local variables.
Kenneth Graunke
2013-04-04
3
-22
/
+12
[prev]
[next]