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
*
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
*
Add bin/compile to .gitignore
Paul Berry
2012-05-08
1
-0
/
+1
*
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
*
radeon/llvm: add support for v4i32
Vadim Girlin
2012-05-08
4
-5
/
+20
*
radeon/llvm: fix ABS_i32 instruction lowering
Vadim Girlin
2012-05-08
1
-2
/
+2
*
radeon/llvm: use integer comparison for IF
Vadim Girlin
2012-05-08
1
-2
/
+4
*
radeon/llvm: use bitcasts for integers
Vadim Girlin
2012-05-08
3
-5
/
+73
*
r600g: Fix out of tree builds that use the LLVM backend
Tom Stellard
2012-05-07
1
-1
/
+1
*
radeon/llvm: Remove references to DebugFlag and isCurrentDebugType()
Tom Stellard
2012-05-07
4
-22
/
+3
*
i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
fbo: Only reuse depth/stencil attachments if the parameters match.
Paul Berry
2012-05-07
1
-3
/
+11
*
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
8
-60
/
+319
*
intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
2012-05-07
1
-2
/
+0
*
mesa: bump version to 8.1.0 in configs/default
Brian Paul
2012-05-07
1
-1
/
+1
*
nv50: handle VP without inputs
Marcin Slusarz
2012-05-07
1
-0
/
+11
*
nvc0/ir: allow abs,neg source modifiers with ceil,floor,trunc
Christoph Bumiller
2012-05-06
1
-0
/
+3
*
nv50/ir/opt: don't lose saturation in tryCollapseChainedMULs
Christoph Bumiller
2012-05-06
1
-2
/
+3
*
nvc0/ir: fix lowering of textureGrad
Christoph Bumiller
2012-05-06
3
-12
/
+13
*
nouveau: fix nouveau_scratch_runout_release bo count underflow
Christoph Bumiller
2012-05-06
1
-1
/
+3
*
mesa: Add primitive restart support to glArrayElement
Jordan Justen
2012-05-05
1
-1
/
+9
*
auxiliary/os: Add missing signal.h include.
Baldo Davide
2012-05-05
1
-0
/
+1
*
intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
2012-05-04
1
-4
/
+0
*
glsl: Fix regression in function out-parameter lvalue detection.
Eric Anholt
2012-05-04
1
-14
/
+14
*
mesa: Prevent buffer underrun when handling MESA_GL_EXTENSION_OVERRIDE.
Eric Anholt
2012-05-04
1
-1
/
+1
*
i965/fs: Fix regression in comparison handling from ANDs change.
Eric Anholt
2012-05-04
2
-0
/
+18
[next]