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: Fix compiler warnings since the introduction of texture multisample.
Eric Anholt
2013-04-12
1
-1
/
+1
*
mesa: Don't leak gl_context::BeginEnd at context destruction
Ian Romanick
2013-04-12
1
-0
/
+1
*
mesa: Don't leak shared state when context initialization fails
Ian Romanick
2013-04-12
1
-0
/
+1
*
egl/dri2: NULL check value returned by dri2_create_surface
Ian Romanick
2013-04-12
1
-8
/
+9
*
mesa: NULL check the pointer before trying to dereference it
Ian Romanick
2013-04-12
1
-2
/
+2
*
glsl: Fix hypothetical NULL dereference related to process_array_type
Ian Romanick
2013-04-12
1
-1
/
+5
*
glsl: Fix hypothetical NULL dereference in ast_process_structure_or_interface...
Ian Romanick
2013-04-12
1
-3
/
+8
*
r300g: Fix bug in OMOD optimization
Tom Stellard
2013-04-12
1
-1
/
+3
*
nvc0: set ret variable if launch desc allocation failed
Emil Velikov
2013-04-12
1
-1
/
+3
*
nvc0: bail out early during nve4_compute_setup()
Emil Velikov
2013-04-12
1
-1
/
+1
*
nvc0: compile nve4_cache_split_name() only in debug build
Emil Velikov
2013-04-12
1
-1
/
+1
*
nv50/codegen: do not emitATOM() if the subOp is unknown
Emil Velikov
2013-04-12
1
-1
/
+1
*
nvc0: implement multisample textures
Christoph Bumiller
2013-04-12
10
-25
/
+97
*
nvc0: patch up TEX cases with 5 or 6 sources on nve4
Christoph Bumiller
2013-04-12
1
-1
/
+19
*
nvc0: fix 2D engine MS2 resolve
Christoph Bumiller
2013-04-12
1
-2
/
+2
*
nv50,nvc0: add RGBX16/32_FLOAT formats
Christoph Bumiller
2013-04-12
1
-0
/
+4
*
i965/vs: Print error if vertex shader fails to compile.
Matt Turner
2013-04-11
1
-0
/
+4
*
i965: NULL check prog on shader compilation failure.
Matt Turner
2013-04-11
2
-7
/
+11
*
scons: Add st_cb_msaa.c to source list.
José Fonseca
2013-04-11
1
-0
/
+1
*
r600g: add get_sample_position support (v3)
Dave Airlie
2013-04-11
2
-122
/
+240
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
12
-20
/
+96
*
st/mesa: add support for get sample position
Dave Airlie
2013-04-11
4
-0
/
+96
*
gallium: add get_sample_position interface
Dave Airlie
2013-04-11
1
-0
/
+13
*
r600g: fix two issues in compressed msaa reading code
Dave Airlie
2013-04-11
1
-2
/
+2
*
i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
Paul Berry
2013-04-11
5
-14
/
+25
*
i965/vs: Generalize computation of array strides in preparation for GS.
Paul Berry
2013-04-11
2
-4
/
+16
*
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
[next]