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
*
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
*
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
*
glsl: Don't consider unused FS out variables as being statically assigned.
Eric Anholt
2012-05-04
1
-3
/
+3
*
i965: Add a comment about the state flag for sRGBEnabled.
Eric Anholt
2012-05-04
2
-4
/
+10
*
intel: Return success when asked to allocate a 0-width/height renderbuffer.
Eric Anholt
2012-05-04
1
-0
/
+3
*
glsl: Always copy the index when cloning a variable.
Eric Anholt
2012-05-04
1
-6
/
+1
*
i965: Add support for GL_ARB_draw_buffers_blend.
Eric Anholt
2012-05-04
2
-6
/
+10
*
nv50: fix typo causing NULL-deref in nv50_resource_resolve
Christoph Bumiller
2012-05-04
1
-1
/
+1
*
nv50/ir: move expansion of IMUL to later stage and handle memory operands
Christoph Bumiller
2012-05-04
4
-17
/
+51
*
nv50: implement stream output
Christoph Bumiller
2012-05-04
12
-33
/
+468
[next]