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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
2
-0
/
+4
*
st/mesa: silence warning about unhandled ir_query_levels in switch
Brian Paul
2013-10-07
1
-0
/
+3
*
dri/nouveau: add AllocTextureImageBuffer implementation
Ilia Mirkin
2013-10-06
1
-0
/
+9
*
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
*
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
*
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
2013-10-05
1
-0
/
+1
*
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
1
-0
/
+3
*
mesa: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
2
-0
/
+2
*
mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
2013-10-04
1
-1
/
+1
*
i965/fs: Improve accuracy of dFdy() to match dFdx().
Paul Berry
2013-10-03
2
-20
/
+62
*
st/mesa: silence warning about unhandled enum in switch statement
Brian Paul
2013-10-03
1
-0
/
+3
*
mesa: fix make check for ARB_texture_gather
Chris Forbes
2013-10-03
2
-3
/
+3
*
i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
2013-10-03
2
-8
/
+11
*
i965: Enable ARB_texture_gather on Gen7
Chris Forbes
2013-10-03
2
-0
/
+5
*
i965: use gather slots in the binding table for gather4.
Chris Forbes
2013-10-03
2
-4
/
+12
*
i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
2013-10-03
3
-8
/
+39
*
i965: make room in the binding table for a full alternate set of surface_states
Chris Forbes
2013-10-03
1
-2
/
+18
*
i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
2013-10-03
2
-0
/
+2
*
i965: w/a for gather4 green RG32F
Chris Forbes
2013-10-03
4
-0
/
+22
*
glsl: flag shaders which use gather4 at all
Chris Forbes
2013-10-03
1
-0
/
+2
*
i965/vs: Add support for ir_tg4
Chris Forbes
2013-10-03
2
-2
/
+45
*
i965/fs: Add support for ir_tg4
Chris Forbes
2013-10-03
2
-3
/
+60
*
i965: add SHADER_OPCODE_TG4
Chris Forbes
2013-10-03
6
-2
/
+17
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+3
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
6
-0
/
+21
*
i965: fix bogus swizzle in brw_cubemap_normalize
Chris Forbes
2013-10-03
1
-4
/
+6
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
7
-8
/
+49
*
i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
2013-10-02
1
-4
/
+4
*
st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch vec4_live_variables to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch fs_live_variables to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch fs_inst to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch ip_record to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
2013-10-01
2
-1
/
+2
*
i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
2013-10-01
2
-2
/
+3
*
i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
2013-10-01
2
-1
/
+16
*
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
2013-10-01
5
-5
/
+4
*
i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
Paul Berry
2013-10-01
1
-3
/
+4
[prev]
[next]