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
*
glx: move 'prime' var into #ifdef'd code block
Brian Paul
2012-09-06
1
-8
/
+10
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
5
-1
/
+43
*
intel: avoid undefined variable warnings in intel_screen.c
Paul Berry
2012-09-06
1
-2
/
+3
*
r600g: order atom emission v3
Jerome Glisse
2012-09-06
7
-82
/
+116
*
r600g: fix num of dwords needed for alphatest_state atom
Jerome Glisse
2012-09-06
1
-1
/
+1
*
mesa: Don't advertise GLES extensions in GL contexts
Chad Versace
2012-09-06
1
-5
/
+6
*
llvmpipe: Make driver name more informative.
José Fonseca
2012-09-06
1
-1
/
+4
*
radeonsi: Handle more L/I/A format cases.
Michel Dänzer
2012-09-06
1
-0
/
+14
*
radeonsi: Enable whole quad mode for pixel shaders.
Michel Dänzer
2012-09-06
1
-2
/
+10
*
radeon/llvm: Add intrinsic for enabling whole quad mode in SI pixel shaders.
Michel Dänzer
2012-09-06
4
-0
/
+23
*
radeon/llvm: SI shader vector instructions implicitly use the EXEC register.
Michel Dänzer
2012-09-06
1
-0
/
+4
*
radeon/llvm: Extend SI EXEC register support.
Michel Dänzer
2012-09-06
2
-2
/
+7
*
radeon/llvm: Remove R600InstrInfo.td from TD_FILES
Tom Stellard
2012-09-06
1
-1
/
+0
*
radeonsi: Enable NPOT textures again.
Michel Dänzer
2012-09-06
1
-1
/
+1
*
radeonsi: Mipmaps require memory footprint to be padded to powers of two.
Michel Dänzer
2012-09-06
1
-0
/
+1
*
radeonsi: Sampler view state simplification.
Michel Dänzer
2012-09-06
1
-11
/
+9
*
radeonsi: Untiled textures are linear aligned, not linear general.
Michel Dänzer
2012-09-06
1
-3
/
+3
*
radeon/llvm: Cleanup makefile
Tom Stellard
2012-09-06
2
-13
/
+37
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
28
-115
/
+55
*
Replace another malloc/memset-0 combination with calloc
Matt Turner
2012-09-05
1
-2
/
+1
*
Remove useless memset after calloc
Matt Turner
2012-09-05
2
-2
/
+0
*
Use calloc instead of malloc/memset-0
Matt Turner
2012-09-05
9
-41
/
+18
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
46
-184
/
+88
*
glX_proto_send.py: Don't cast the return value of malloc
Matt Turner
2012-09-05
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
93
-221
/
+217
*
glX_proto_send.py: Remove deprecated Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-3
/
+3
*
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
[next]