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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
2012-05-10
3
-3
/
+3
*
i965/hiz: Make void pointer type casts explicit
Paul Berry
2012-05-10
1
-5
/
+7
*
intel: Work around differences between C and C++ scoping rules.
Paul Berry
2012-05-10
2
-25
/
+29
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
11
-1
/
+82
*
radeon/llvm: Auto-encode RAT_WRITE_CACHELESS_eg
Tom Stellard
2012-05-10
2
-17
/
+0
*
radeon/llvm: Delete all instructions that have been custom lowered
Tom Stellard
2012-05-10
1
-4
/
+1
*
radeonsi: Set NONE format for unused vertex shader position export slots.
Michel Dänzer
2012-05-10
1
-3
/
+3
*
radeonsi: Eliminate one more magic number for texture image resources.
Michel Dänzer
2012-05-10
1
-3
/
+3
*
radeonsi: Fix vertex buffer resource for stride 0.
Michel Dänzer
2012-05-10
1
-1
/
+5
*
radeon/llvm: Remove AMDGPUConstants.pm
Tom Stellard
2012-05-09
2
-45
/
+23
*
radeon/llvm: Don't rely on tablegen for lowering int_AMDGPU_load_const
Tom Stellard
2012-05-09
5
-38
/
+20
*
radeon/llvm: Make sure the LOAD_CONST def uses the isSI predicate
Tom Stellard
2012-05-09
2
-7
/
+7
*
svga: implement CEIL opcode translation
Brian Paul
2012-05-09
1
-0
/
+28
*
glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
Christoph Bumiller
2012-05-09
1
-3
/
+1
*
gallium/drivers: handle TGSI_OPCODE_CEIL
Christoph Bumiller
2012-05-09
4
-0
/
+28
*
r600g: Handle TGSI_OPCODE_CEIL (v2)
Kai Wasserbäch
2012-05-09
1
-3
/
+3
*
gallivm: implement iabs/issg opcode.
Dave Airlie
2012-05-09
2
-1
/
+26
*
i965: fix wrong cube/3D texture layout
Yuanhan Liu
2012-05-09
1
-2
/
+3
*
radeon/llvm: Remove AMDILUtilityFunctions.cpp
Tom Stellard
2012-05-08
13
-1041
/
+399
*
radeon/llvm: Remove some unused functions from AMDILInstrInfo
Tom Stellard
2012-05-08
2
-164
/
+0
*
radeon/llvm: Add some comments and fix coding style
Tom Stellard
2012-05-08
8
-42
/
+41
*
radeon/llvm: Remove the EXPORT_REG instruction
Tom Stellard
2012-05-08
10
-117
/
+8
*
radeon/llvm: Use a custom inserter to lower RESERVE_REG
Tom Stellard
2012-05-08
10
-27
/
+83
*
radeon/llvm: Use a custom inserter to lower STORE_OUTPUT
Tom Stellard
2012-05-08
4
-34
/
+23
*
radeon/llvm: Remove AMDGPULowerShaderInstructions class
Tom Stellard
2012-05-08
6
-86
/
+4
*
radeon/llvm: Use a custom inserter to lower LOAD_INPUT
Tom Stellard
2012-05-08
4
-39
/
+15
*
radeon/llvm: Remove the ReorderPreloadInstructions pass
Tom Stellard
2012-05-08
9
-100
/
+4
*
radeon/llvm: Remove old comment from AMDIL.h
Tom Stellard
2012-05-08
1
-5
/
+0
*
glsl: Change built-in constant expression evaluation to run the IR.
Olivier Galibert
2012-05-08
2
-380
/
+156
*
glsl: Add an origin pointer in the function signature object.
Olivier Galibert
2012-05-08
3
-0
/
+5
*
glsl: Add methods to copy parts of one ir_constant into another.
Olivier Galibert
2012-05-08
2
-0
/
+114
*
glsl: Add a constant_referenced method to ir_dereference*
Olivier Galibert
2012-05-08
2
-0
/
+128
*
glsl: Add a variable context to constant_expression_value().
Olivier Galibert
2012-05-08
3
-31
/
+44
*
glsl: Extend ir_constant::zero to handle more types.
Olivier Galibert
2012-05-08
1
-1
/
+16
*
glsl: Fix broken constant expression handling for <, <=, >, and >=.
Kenneth Graunke
2012-05-08
1
-9
/
+9
*
vbo: add some comments
Brian Paul
2012-05-08
2
-1
/
+7
*
mesa: remove needless casts in save_EdgeFlag()
Brian Paul
2012-05-08
1
-1
/
+1
*
mesa: minor clean-ups in dlist material code
Brian Paul
2012-05-08
1
-7
/
+15
*
mesa: fix error strings in dlist code
Brian Paul
2012-05-08
1
-4
/
+4
*
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
13
-8
/
+46
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
18
-31
/
+61
*
vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
2012-05-08
5
-40
/
+38
*
radeon/llvm: add suport for cube textures
Vadim Girlin
2012-05-08
2
-23
/
+91
*
radeon/llvm: add support for CUBE ALU instruction
Vadim Girlin
2012-05-08
5
-21
/
+63
*
radeon/llvm: add support for some ALU instructions
Vadim Girlin
2012-05-08
4
-13
/
+293
*
radeon/llvm: add missing cases for BREAK/CONTINUE
Vadim Girlin
2012-05-08
2
-0
/
+3
*
radeon/llvm: add support for AHSR/LSHR/LSHL instructions
Vadim Girlin
2012-05-08
4
-0
/
+53
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
6
-6
/
+43
*
radeon/llvm: add support for VertexID, InstanceID
Vadim Girlin
2012-05-08
3
-0
/
+50
*
radeon/llvm: fix live-in handling for inputs
Vadim Girlin
2012-05-08
2
-2
/
+3
[next]