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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Generalize attribute setup code in preparation for GS.
Paul Berry
2013-04-11
2
-22
/
+33
*
i965/vs: Generalize vertex emission code in preparation for GS.
Paul Berry
2013-04-11
3
-19
/
+59
*
i965/vs: rename vec4_generator::generate_vs_instruction.
Paul Berry
2013-04-11
2
-7
/
+7
*
i965/vs: Generalize data structures pointed to by vec4_generator.
Paul Berry
2013-04-11
3
-9
/
+7
*
i965/vs: Rename vec4_generator::prog to shader_prog.
Paul Berry
2013-04-11
2
-6
/
+6
*
i965/vs: move VS-specific data members to vs_vec4_visitor.
Paul Berry
2013-04-11
6
-88
/
+101
*
i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.
Paul Berry
2013-04-11
2
-6
/
+8
*
i965/vs: Add virtual function make_reg_for_system_value().
Paul Berry
2013-04-11
3
-18
/
+36
*
i965/vs: Make some vec4_visitor functions virtual.
Paul Berry
2013-04-11
5
-11
/
+41
*
i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.
Paul Berry
2013-04-11
4
-2
/
+37
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
16
-105
/
+155
*
i965/vs: split brw_vs_prog_key into generic and VS-specific parts.
Paul Berry
2013-04-11
4
-42
/
+48
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
4
-9
/
+13
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
7
-44
/
+49
*
i965: Generalize computation of VUE map in preparation for GS.
Paul Berry
2013-04-11
2
-6
/
+9
*
i965/vs: Make type of vec4_visitor::vp more generic.
Paul Berry
2013-04-11
4
-11
/
+11
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
7
-19
/
+22
*
glsl: Fix (and validate) comment above glsl_type::name.
Paul Berry
2013-04-11
2
-2
/
+5
*
radeon/uvd: add UVD implementation v5
Christian König
2013-04-11
15
-21
/
+1924
*
radeon/winsys: add uvd ring support to winsys v3
Christian König
2013-04-11
3
-0
/
+31
*
st/mesa: fix UBO offsets.
Dave Airlie
2013-04-11
1
-0
/
+1
*
egl/x11: Fix initialisation of swap_interval
Ralf Jung
2013-04-10
1
-2
/
+2
*
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
*
r600g: Add support for GL_ARB_texture_buffer_range
Fredrik Höglund
2013-04-11
3
-5
/
+11
*
i965/blorp: Remove unnecessary test in gen7_blorp_emit_depth_stencil_config.
Paul Berry
2013-04-10
1
-7
/
+5
*
r600g: fix valgrind warning on Cayman
Marek Olšák
2013-04-10
1
-1
/
+1
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
2
-0
/
+10
*
gallivm: fix loops and conditionals within GS
Zack Rusin
2013-04-10
2
-19
/
+105
*
llvmpipe: implement PIPE_QUERY_SO_STATISTICS
Zack Rusin
2013-04-10
2
-0
/
+21
*
gallivm: fix unsigned divide and remainder opcodes
Zack Rusin
2013-04-10
1
-4
/
+33
*
gallivm: fix breakc
Zack Rusin
2013-04-10
1
-12
/
+14
*
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
*
radeonsi: remove sampler writemask v3
Christian König
2013-04-10
2
-13
/
+8
*
pipe-loader: Fix out of source build
Niels Ole Salscheider
2013-04-10
1
-2
/
+2
*
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
[next]