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
Commit message (
Expand
)
Author
Age
Files
Lines
*
doxygen: Generate Doxygen for i965
Chad Versace
2013-10-07
3
-1
/
+53
*
i965: Remove the "ARF" register file.
Matt Turner
2013-10-07
5
-16
/
+6
*
i965: Fixup for don't dead-code eliminate instructions that write to the accu...
Matt Turner
2013-10-07
2
-4
/
+2
*
i965: Generate code for ir_binop_imul_high.
Matt Turner
2013-10-07
3
-0
/
+18
*
i965: Use the multiplication result's type for the accumulator.
Matt Turner
2013-10-07
2
-2
/
+2
*
i965/fs: Disable CSE on instructions writing to HW_REG.
Matt Turner
2013-10-07
1
-1
/
+2
*
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
2013-10-07
8
-1
/
+49
*
i965: Add Gen assertion checks for newer instructions.
Matt Turner
2013-10-07
2
-0
/
+22
*
i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
2013-10-07
2
-2
/
+30
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
14
-0
/
+80
*
i965: Add UD null register helpers.
Matt Turner
2013-10-07
2
-0
/
+6
*
glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+21
*
glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+21
*
glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
7
-0
/
+42
*
glsl_compiler: Enable any extension that any Mesa driver enables
Ian Romanick
2013-10-07
1
-1
/
+8
*
glsl_compiler: Sort extensions by name
Ian Romanick
2013-10-07
1
-8
/
+11
*
glsl_compiler: Always log the compiler diagnostics
Ian Romanick
2013-10-07
1
-1
/
+3
*
glsl_compiler: Set max GLSL version on the command line
Ian Romanick
2013-10-07
1
-12
/
+173
*
glsl_compiler: Use no_argument instead of 0 in getopt_long options
Ian Romanick
2013-10-07
1
-5
/
+5
*
glsl_compiler: Re-enable building glsl_compiler
Ian Romanick
2013-10-07
2
-3
/
+14
*
glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
2013-10-07
3
-5
/
+4
*
glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etc
Ian Romanick
2013-10-07
1
-2
/
+2
*
glsl: Count shader inputs and outputs separately
Ian Romanick
2013-10-07
3
-25
/
+91
*
glapi: add output info to GetProgramiv's params
Emilio Pozuelo Monfort
2013-10-07
1
-1
/
+1
*
clover: fix building with llvm-3.4 since rev191922
Laurent Carlier
2013-10-07
1
-1
/
+5
*
st/mesa: silence warning about unhandled ir_query_levels in switch
Brian Paul
2013-10-07
1
-0
/
+3
*
radeon/vdpau: only export necessary symbols
Christian König
2013-10-07
3
-0
/
+9
*
radeon/uvd: optimize message handling a bit
Christian König
2013-10-07
1
-44
/
+53
*
docs: Mark a few more things as "in progress" in GL3.txt.
Kenneth Graunke
2013-10-06
1
-2
/
+2
*
dri/nouveau: add AllocTextureImageBuffer implementation
Ilia Mirkin
2013-10-06
1
-0
/
+9
*
glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...
Francisco Jerez
2013-10-06
1
-2
/
+2
*
Revert "r600g: only flush the caches that need to be flushed during CP DMA op...
Marek Olšák
2013-10-06
4
-139
/
+28
*
i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles
Chris Forbes
2013-10-06
1
-1
/
+1
*
i965/vs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
i965/fs: Add support for textureGather(.., comp)
Chris Forbes
2013-10-06
1
-7
/
+11
*
glsl: add ARB_gpu_shader5's additional textureGather signatures
Chris Forbes
2013-10-06
1
-1
/
+26
*
glsl: Add support for specifying the component in textureGather
Chris Forbes
2013-10-06
8
-7
/
+42
*
docs: mark ARB_conservative_depth done on i965
Chris Forbes
2013-10-06
2
-1
/
+2
*
i965: Enable ARB_conservative_depth for Gen7+.
Chris Forbes
2013-10-06
1
-0
/
+1
*
i965/wm: Program correct conservative depth modes
Chris Forbes
2013-10-06
1
-2
/
+14
*
docs: rephrase 9.2.1, 9.1.7 news item
Brian Paul
2013-10-05
1
-9
/
+3
*
docs: add the MD5 sums for the 9.2.1 and 9.1.7 releases
Brian Paul
2013-10-05
2
-2
/
+6
*
docs: Mark off KHR_debug, update relnotes
Timothy Arceri
2013-10-05
2
-1
/
+2
*
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
2013-10-05
1
-0
/
+1
*
docs: Mark off ARB_texture_query_levels, update relnotes
Chris Forbes
2013-10-05
2
-1
/
+3
*
i965: enable ARB_texture_query_levels on Gen6+
Chris Forbes
2013-10-05
1
-0
/
+1
*
i965/vs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+14
*
i965/fs: implement ir_query_levels
Chris Forbes
2013-10-05
1
-1
/
+19
*
i965: ignore all texturing opcodes without a coordinate, for cubemap normalize
Chris Forbes
2013-10-05
1
-1
/
+1
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
14
-6
/
+87
[next]