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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Unify 3D and compute vertex buffer emission
Tom Stellard
2012-07-15
5
-100
/
+64
*
r600g: fix grammar constant_buffer -> constant_buffers
Marek Olšák
2012-07-15
2
-17
/
+17
*
radeon/llvm: Fix CR/LF in AMDILSIDevice.h
Andreas Boll
2012-07-13
1
-1
/
+1
*
radeon/llvm: Clean up AMDILIntrinsicInfo.cpp
Tom Stellard
2012-07-13
2
-84
/
+5
*
radeon/llvm: Coding style fixes
Tom Stellard
2012-07-13
2
-409
/
+325
*
Fix linking gallium drivers and with dricore after defadf2b1
Jon TURNEY
2012-07-13
5
-5
/
+5
*
nouveau: implement missing timer query functionality
Christoph Bumiller
2012-07-13
7
-7
/
+46
*
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
2012-07-13
6
-31
/
+110
*
Link dri drivers with mesa or dricore libtool library
Jon TURNEY
2012-07-13
1
-2
/
+2
*
gallivm: Use %.9g to print floats.
José Fonseca
2012-07-12
1
-3
/
+6
*
radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles
Tom Stellard
2012-07-12
1
-8
/
+13
*
radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion.
Tom Stellard
2012-07-12
1
-1
/
+6
*
st/xorg: Fix build failure due to symbol clash.
José Fonseca
2012-07-12
1
-0
/
+3
*
r600g: fix uploading non-zero mipmap levels of depth textures
Marek Olšák
2012-07-12
1
-2
/
+3
*
r600g: don't flush depth textures set as colorbuffers
Marek Olšák
2012-07-12
1
-18
/
+0
*
r600g: don't set dirty_db_mask for a flushed depth texture
Marek Olšák
2012-07-12
1
-2
/
+0
*
r600g: flush depth textures bound to vertex shaders
Marek Olšák
2012-07-12
3
-16
/
+17
*
r600g: do fine-grained depth texture flushing
Marek Olšák
2012-07-12
5
-34
/
+69
*
r600g: remove is_flush from DSA state
Marek Olšák
2012-07-12
4
-14
/
+16
*
r600g: set DISABLE in CB_COLOR_CONTROL if colormask is 0
Marek Olšák
2012-07-12
4
-3
/
+17
*
r600g: move CB_SHADER_MASK setup into cb_misc_state
Marek Olšák
2012-07-12
6
-28
/
+32
*
r600g: move MULTIWRITE setup into cb_misc_state for r6xx-r7xx
Marek Olšák
2012-07-12
4
-21
/
+20
*
r600g: move CB_TARGET_MASK setup into new cb_misc_state
Marek Olšák
2012-07-12
8
-13
/
+51
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
4
-38
/
+176
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
1
-4
/
+8
*
gallium/u_blit: remove useless memset calls
Marek Olšák
2012-07-12
1
-6
/
+0
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
4
-52
/
+19
*
gallium/u_blit: don't do two copies for non-2D textures
Marek Olšák
2012-07-12
1
-33
/
+39
*
gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlines
Marek Olšák
2012-07-12
2
-30
/
+30
*
gallium/u_blitter: accelerate stencil-only copying
Marek Olšák
2012-07-12
3
-1
/
+79
*
gallium/u_blitter: accelerate depth-stencil copying using shader stencil export
Marek Olšák
2012-07-12
4
-12
/
+147
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
1
-0
/
+29
*
gallium/u_blitter: minify depth0 when initializing last_layer
Marek Olšák
2012-07-12
1
-1
/
+1
*
gallium/u_gen_mipmap: accelerate depth texture mipmap generation
Marek Olšák
2012-07-12
1
-26
/
+58
*
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
2012-07-11
2
-15
/
+16
*
r600g/compute: Disable growing the memory pool
Tom Stellard
2012-07-11
4
-23
/
+38
*
radeon/llvm: Use multiclasses for floating point loads
Tom Stellard
2012-07-11
7
-50
/
+46
*
radeon/llvm: Don't set the IMM bit in SMRD instruction definitions.
Tom Stellard
2012-07-11
1
-7
/
+2
*
r600g/compute: Add more debugging output
Tom Stellard
2012-07-11
2
-1
/
+42
*
r600g: improve flushed depth texture handling v2
Vadim Girlin
2012-07-11
6
-61
/
+83
*
gallium/docs: document interface changes for timestamp query
Marek Olšák
2012-07-10
1
-0
/
+10
*
identity: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+10
*
noop: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+6
*
trace: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+19
*
galahad: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+10
*
softpipe: implement get_timestamp and expose ARB_timer_query
Marek Olšák
2012-07-10
1
-1
/
+10
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
11
-1
/
+18
*
r600g: Don't create a texture for the memory_pool during screen init
Tom Stellard
2012-07-09
2
-8
/
+24
*
radeon/llvm: Rename namespace from AMDIL to AMDGPU
Tom Stellard
2012-07-09
25
-360
/
+361
[next]