index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Pass shader type to the compiler
Tom Stellard
2012-09-11
1
-0
/
+12
*
radeon/llvm: Add SHADER_TYPE instruction
Tom Stellard
2012-09-11
8
-1
/
+32
*
r600g: avoid GPU doing constant preload from random address
Jerome Glisse
2012-09-11
2
-0
/
+40
*
radeonsi: Texture border colour fixes.
Michel Dänzer
2012-09-11
3
-8
/
+56
*
radeonsi: Handle NULL sampler states.
Michel Dänzer
2012-09-11
1
-1
/
+1
*
i965: Remove incorrect comment above opt_algebraic.
Kenneth Graunke
2012-09-10
1
-8
/
+0
*
glsl: Generate compile errors for explicit blend indices < 0 or > 1.
Kenneth Graunke
2012-09-10
1
-2
/
+17
*
r600g: remove unused function
Marek Olšák
2012-09-11
2
-22
/
+0
*
r600g: fix printf warning
Marek Olšák
2012-09-11
1
-1
/
+2
*
mesa: bump version to 9.1 (devel)
Andreas Boll
2012-09-09
4
-5
/
+5
*
Set OSMESA_VERSION=8.
Johannes Obermayr
2012-09-07
3
-7
/
+7
*
nvc0/ir: add initial code to support GK110 ISA encoding
Christoph Bumiller
2012-09-07
10
-13
/
+1691
*
radeonsi: Float format fixups.
Michel Dänzer
2012-09-07
1
-1
/
+24
*
radeonsi: Handle more SNORM formats.
Michel Dänzer
2012-09-07
1
-0
/
+22
*
i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.
Eric Anholt
2012-09-07
1
-0
/
+24
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
4
-2
/
+38
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
5
-4
/
+46
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
6
-6
/
+78
*
glsl: Count builtin uniforms against uniform component limits.
Eric Anholt
2012-09-07
1
-1
/
+4
*
radeonsi: Handle TGSI_SEMANTIC_FOG.
Michel Dänzer
2012-09-07
1
-0
/
+1
*
radeon/llvm: Match fexp2 for SI.
Michel Dänzer
2012-09-07
1
-1
/
+3
*
glapi/glx: rename 'table' variable to 'disp_table'
Brian Paul
2012-09-06
1
-2
/
+2
*
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
*
build: Disable building of d3d1x
Matt Turner
2012-09-06
1
-5
/
+7
*
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
[next]