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
*
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
2012-10-10
4
-5
/
+4
*
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
2012-10-10
3
-12
/
+15
*
radeon/llvm: add a pattern for fsqrt
Vincent Lejeune
2012-10-10
1
-0
/
+3
*
r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_state
Marek Olšák
2012-10-10
3
-14
/
+22
*
r600g: move DB_SHADER_CONTROL into db_misc_state
Marek Olšák
2012-10-10
6
-36
/
+27
*
r600g: emit PS_PARTIAL_FLUSH at the beginning of CS
Marek Olšák
2012-10-10
2
-0
/
+12
*
r600g: atomize depth-stencil-alpha state
Marek Olšák
2012-10-10
8
-50
/
+28
*
r600g: atomize rasterizer state
Marek Olšák
2012-10-10
7
-173
/
+126
*
r600g: sort variables in r600_context
Marek Olšák
2012-10-10
4
-93
/
+79
*
r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command buffer
Marek Olšák
2012-10-10
2
-36
/
+36
*
r600g: atomize scissor state
Marek Olšák
2012-10-10
8
-78
/
+48
*
r600g: atomize polygon offset state
Marek Olšák
2012-10-10
7
-123
/
+121
*
r600g: atomize fetch shader
Marek Olšák
2012-10-10
9
-121
/
+67
*
r600g: remove the dual_src_blend flag from the shader key
Marek Olšák
2012-10-10
3
-3
/
+4
*
r600g: atomize blend state
Marek Olšák
2012-10-10
9
-176
/
+182
*
r600g: inline r600_atom_dirty
Marek Olšák
2012-10-10
8
-52
/
+47
*
r600g: remove the "atom" variable from r600_command_buffer
Marek Olšák
2012-10-10
6
-37
/
+34
*
r600g: use a select to handle front/back color in llvm
Vincent Lejeune
2012-10-09
2
-5
/
+44
*
r600g: frontcolor tracks its associated backcolor
Vincent Lejeune
2012-10-09
2
-25
/
+35
*
Remove VAAPI support.
Matt Turner
2012-10-09
18
-1486
/
+0
*
nv50: fix build after "nv50: fix printf warning"
Marcin Slusarz
2012-10-09
1
-0
/
+2
*
nouveau: use pre-calculated stride for resource_get_handle
Marcin Slusarz
2012-10-09
2
-4
/
+2
*
r600g: Fix build with --enable-opencl
Tom Stellard
2012-10-09
1
-1
/
+3
*
nv50: fix printf warning
Marek Olšák
2012-10-09
1
-1
/
+2
*
nv30: fix type conversion warning
Marek Olšák
2012-10-09
1
-1
/
+1
*
i915g: fix unused variable and type conversion warnings
Marek Olšák
2012-10-09
2
-2
/
+1
*
nv50: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-0
/
+12
*
nvc0: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-5
/
+16
*
nvc0: fix missing permanent bo reference on poly cache
Ben Skeggs
2012-10-09
1
-0
/
+1
*
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+1
*
r600g: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
2
-4
/
+0
*
llvmpipe: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
2
-6
/
+3
*
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
2012-10-08
1
-1
/
+1
*
st/wgl: Don't cache HDC anywhere.
José Fonseca
2012-10-08
4
-11
/
+12
*
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2012-10-06
2
-15
/
+17
*
r600g: fix possible issue with stencil mipmap rendering
Marek Olšák
2012-10-06
1
-1
/
+12
*
r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompression
Marek Olšák
2012-10-06
1
-23
/
+22
*
r600g: don't modify pipe_resource in resource_copy_region, fixing race condition
Marek Olšák
2012-10-06
5
-161
/
+139
*
r600g: fix streamout on RS780 and RS880
Marek Olšák
2012-10-06
2
-7
/
+14
*
gallium: allow debug helpers in the release build
Marek Olšák
2012-10-06
1
-8
/
+0
*
i915g: Get rid of the fixup state functions.
Stéphane Marchesin
2012-10-05
3
-48
/
+0
*
i915g: Remove the i915_context->saved_* stuff.
Stéphane Marchesin
2012-10-05
3
-46
/
+23
*
i915g: Don't update I915_HW_PROGRAM in update_framebuffer
Stéphane Marchesin
2012-10-05
1
-2
/
+2
*
Revert "i915g: Don't bind 0-length programs"
Stéphane Marchesin
2012-10-05
1
-8
/
+2
*
i915g: Don't bind 0-length programs
Stéphane Marchesin
2012-10-04
1
-2
/
+8
*
i915g: Implement srgb textures the easy way.
Stéphane Marchesin
2012-10-02
3
-102
/
+9
*
i915g: Use X tiling for textures
Stéphane Marchesin
2012-10-02
1
-7
/
+2
*
radeonsi: Fix double compilation of shader variants.
Michel Dänzer
2012-10-02
2
-6
/
+4
*
radeonsi: Better indexing of parameters in the pixel shader.
Michel Dänzer
2012-10-02
3
-8
/
+12
*
radeon/llvm: Disable SI flow control again for now.
Michel Dänzer
2012-10-02
1
-1
/
+2
[next]