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
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
31
-192
/
+191
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
14
-20
/
+20
*
mesa: remove #undef CONST in get.c
Brian Paul
2012-09-05
1
-2
/
+0
*
mesa: remove now unused CONST macro
Brian Paul
2012-09-05
1
-11
/
+0
*
mesa: s/CONST/const/ in a comment
Brian Paul
2012-09-05
1
-3
/
+3
*
mesa: s/CONST/const/ in math/ files
Brian Paul
2012-09-05
4
-42
/
+42
*
radeon/llvm: Fix operand ordering for V_CNDMASK_B32
Tom Stellard
2012-09-05
1
-3
/
+3
*
radeon/llvm: Use correct float->int conversion opcode on SI.
Tom Stellard
2012-09-05
1
-2
/
+4
*
i965/blorp: Fix incorrect indentation.
Paul Berry
2012-09-05
1
-2
/
+2
*
mapi: Add shared-glapi-test to .gitignore
Paul Berry
2012-09-05
1
-0
/
+1
*
mesa: fix per-level max texture size error checking
Brian Paul
2012-09-05
1
-15
/
+21
*
i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.
Kenneth Graunke
2012-09-05
1
-1
/
+1
*
radeon/llvm: Fix lowering of SI_V_CNDLT
Tom Stellard
2012-09-04
1
-3
/
+3
*
radeon/llvm: Fix encoding of V_CNDMASK_B32
Tom Stellard
2012-09-04
2
-4
/
+4
*
mesa: fix DIFFERENT_SIGNS() function
Brian Paul
2012-09-04
1
-1
/
+1
*
radeon/llvm: do not convert f32 operand of select_cc node
Vincent Lejeune
2012-09-04
1
-20
/
+20
*
radeon/llvm: custom lowering for FP_TO_UINT when dst is i1 (bool)
Vincent Lejeune
2012-09-04
2
-2
/
+26
*
radeon/llvm: support setcc on f32
Vincent Lejeune
2012-09-04
1
-9
/
+27
*
radon/llvm: br_cc f32 now lowered without cast
Vincent Lejeune
2012-09-04
1
-9
/
+24
*
radeon/llvm: swap wrong OPCODE_IS_*_ZERO_* opcode and use
Vincent Lejeune
2012-09-04
2
-4
/
+4
*
winsys/radeon: create only one winsys for each fd
Christian König
2012-09-04
2
-2
/
+41
*
radeonsi: stop big offsets from hanging the GPU v2
Christian König
2012-09-04
1
-2
/
+9
*
radeonsi: adjust PIPE_SHADER_CAP_MAX_CONSTS
Christian König
2012-09-04
2
-5
/
+2
*
radeon/llvm: fix SelectADDR8BitOffset
Christian König
2012-09-04
1
-1
/
+1
*
gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
José Fonseca
2012-09-04
3
-1
/
+15
*
mesa: add missing return statements after recording errors
Brian Paul
2012-09-03
1
-0
/
+2
*
mesa: remove more null pointer checks before free() calls
Brian Paul
2012-09-03
3
-20
/
+14
*
mesa: remove null pointer checks before free() calls
Brian Paul
2012-09-03
1
-44
/
+24
*
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
Brian Paul
2012-09-03
8
-22
/
+20
*
r600g: adjust QUANT_MODE for higher precision
Vadim Girlin
2012-09-04
4
-2
/
+24
*
util: Add cpuid for Solaris Studio.
Vinson Lee
2012-09-03
2
-2
/
+6
*
meta: Don't save and restore fog state when there is no fog state
Ian Romanick
2012-09-03
1
-2
/
+6
*
mesa: remove accidentally committed __SUNPRO_C sqrtf() code
Brian Paul
2012-09-03
1
-4
/
+0
*
radeonsi: disable array-textures for now
Christian König
2012-09-03
1
-1
/
+1
*
radeonsi: disable Z16 for now
Christian König
2012-09-03
1
-2
/
+2
*
radeonsi: disable NPOT textures for now
Christian König
2012-09-03
1
-1
/
+1
*
radeonsi: handle indirect constants gracefully
Christian König
2012-09-03
1
-0
/
+7
*
radeon: fix free/FREE mistake
Brian Paul
2012-09-01
1
-1
/
+1
*
vega: include u_debug.h for assert()
Brian Paul
2012-09-01
1
-0
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
49
-143
/
+143
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
19
-29
/
+31
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
19
-35
/
+35
*
util: remove u_debug.h from u_math.h
Brian Paul
2012-09-01
1
-1
/
+0
*
util: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
tgsi: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
mesa: clean-up LOG2() function
Brian Paul
2012-09-01
1
-18
/
+16
*
mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h
Brian Paul
2012-09-01
2
-29
/
+32
*
mesa: clean up F_TO_I, IFLOOR, ICEIL functions
Brian Paul
2012-09-01
1
-60
/
+30
*
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
2012-08-31
1
-1
/
+1
*
mesa: don't wait in _mesa_ClientWaitSync if timeout is 0
Vadim Girlin
2012-09-01
1
-2
/
+6
[next]