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
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
6
-58
/
+39
*
st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too
Christoph Bumiller
2012-07-28
1
-2
/
+3
*
nv50: fix depth/stencil multisample memory storage types
Christoph Bumiller
2012-07-28
1
-6
/
+6
*
nv50: fix resource_resolve shader start offsets
Christoph Bumiller
2012-07-28
1
-2
/
+2
*
st/mesa: undo a couple static asserts
Brian Paul
2012-07-27
1
-2
/
+2
*
st/mesa: use STATIC_ASSERT in a few places
Brian Paul
2012-07-27
4
-17
/
+17
*
mesa: whitespace, etc. fixes in program.h
Brian Paul
2012-07-27
1
-7
/
+5
*
meta: fix glDrawPixels fallback test, stencil drawing
Brian Paul
2012-07-27
1
-2
/
+2
*
radeon: fix 'sowftware' typo
Brian Paul
2012-07-27
1
-1
/
+1
*
i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
Eric Anholt
2012-07-27
1
-1
/
+1
*
i965: Fix typo in shader channel select field name.
Kenneth Graunke
2012-07-27
3
-20
/
+20
*
i965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
Paul Berry
2012-07-27
1
-1
/
+1
*
intel: increase wm thread number to 80 on gen6 GT2
Zou Nan hai
2012-07-27
1
-5
/
+1
*
r600g: Emit dispatch state for compute directly to the cs
Tom Stellard
2012-07-27
4
-69
/
+60
*
r600g: Initialize VGT_PRIMITIVE_TYPE in the start_cs_cmd atom
Tom Stellard
2012-07-27
1
-2
/
+5
*
r600g: Atomize compute shader state
Tom Stellard
2012-07-27
4
-86
/
+91
*
r600g: Add helper functions for emitting compute SET_CONTEXT packets
Tom Stellard
2012-07-27
2
-5
/
+18
*
radeon/llvm: Add instruction defs for branches on SI
Tom Stellard
2012-07-27
3
-17
/
+126
*
radeon/llvm: Fix VOPC and V_CNDMASK encoding
Tom Stellard
2012-07-27
4
-10
/
+13
*
radeon/llvm: Assert if we try to copy SCC reg
Tom Stellard
2012-07-27
1
-0
/
+6
*
radeon/llvm: Add SI DAG optimizations for setcc, select_cc
Tom Stellard
2012-07-27
2
-0
/
+54
*
radeon/llvm: Add support for encoding SI branch instructions
Tom Stellard
2012-07-27
1
-15
/
+35
*
radeon/llvm: Add special nodes for SALU operations on VCC
Tom Stellard
2012-07-27
6
-1
/
+89
*
radeon/llvm: Add i1 registers for SI.
Tom Stellard
2012-07-27
1
-0
/
+2
*
radeon/llvm: Fix CCReg definitions on SI
Tom Stellard
2012-07-27
2
-3
/
+10
*
radeonsi: Enable PIPE_SHADER_CAP_INTEGERS
Tom Stellard
2012-07-27
1
-1
/
+2
*
radeonsi: Add support for loading integers from constant memory
Tom Stellard
2012-07-27
1
-1
/
+3
*
radeon/llvm: Add bitconvert patterns for SI
Tom Stellard
2012-07-27
1
-0
/
+6
*
radeon/llvm: Add custom lowering for SELECT_CC nodes on SI
Tom Stellard
2012-07-27
2
-0
/
+20
*
radeon/llvm: Move conditional pattern leafs to common tablegen file
Tom Stellard
2012-07-27
2
-41
/
+41
*
radeon/llvm: Implement getSetCCResultType for SI
Tom Stellard
2012-07-27
2
-0
/
+6
*
radeon/llvm: Custom lower BR_CC for SI
Tom Stellard
2012-07-27
2
-0
/
+41
*
radeon/llvm: Move lowering of BR_CC node to R600ISelLowering
Tom Stellard
2012-07-27
4
-31
/
+31
*
radeon/llvm: Move lowering of SETCC node to R600ISelLowering
Tom Stellard
2012-07-27
4
-38
/
+29
*
radeon/llvm: Use correct node type when lowering SETCC
Tom Stellard
2012-07-27
1
-0
/
+1
*
radeon/llvm: Move LowerSELECT_CC into R600ISelLowering
Tom Stellard
2012-07-27
4
-111
/
+112
*
automake: Remove OPT_FLAGS.
Eric Anholt
2012-07-26
2
-2
/
+0
*
automake: Remove ARCH_FLAGS.
Eric Anholt
2012-07-26
2
-2
/
+0
*
i965/msaa: use ROUND_DOWN_TO macro.
Paul Berry
2012-07-26
1
-6
/
+6
*
svga: initialize svga_compile_key to zeros to be safe
Brian Paul
2012-07-26
1
-0
/
+4
*
svga: fix invalid memory reference in needs_to_create_zero()
Brian Paul
2012-07-26
1
-5
/
+5
*
radeon: fix Base/base typo
Brian Paul
2012-07-26
1
-1
/
+1
*
android-build: fix dricore build for autogenerated files (v3)
Daniel Charles
2012-07-26
5
-299
/
+335
*
radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffers
Brian Paul
2012-07-26
1
-0
/
+2
*
xlib: add X error handler around XGetImage() call
Brian Paul
2012-07-26
1
-0
/
+29
*
mesa: remove obsolete matrix comment
Brian Paul
2012-07-26
1
-1
/
+0
*
mesa: fix comment typo: s/pointer/point/
Brian Paul
2012-07-26
1
-1
/
+1
*
mesa: remove _math_matrix_alloc_inv()
Brian Paul
2012-07-26
4
-48
/
+13
*
mesa: loosen small matrix determinant check
Brian Paul
2012-07-26
1
-1
/
+1
*
i965: Use sendc for all render target writes on Gen6+.
Paul Berry
2012-07-26
1
-1
/
+1
[next]