index
:
~cworth/mesa
amdperf
glcpp-fixup
glcpp-illegal-characters
glcpp-lex-fix
glsl2
jenkins
master
sha1
shader-cache
warnings-cleanup
Carl's lame hacks to mesa.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-21
Fix corner case from AMD_performance_monitor
amdperf
Juha-Pekka Heikkilä
1
-0
/
+4
2013-10-03
i965: Add performance monitor support for Gen7 platforms.
Kenneth Graunke
2
-5
/
+130
2013-10-03
i965: Add AMD_performance_monitor support for Sandybridge.
Kenneth Graunke
3
-3
/
+166
2013-10-03
i965: Add #defines for the OACONTROL register and fields.
Kenneth Graunke
1
-0
/
+5
2013-10-03
r600g: fix ínitialization of non_disp_tiling flag
Marek Olšák
1
-4
/
+5
2013-10-03
r600g,radeonsi: create aux_context last
Marek Olšák
3
-2
/
+6
2013-10-03
r300g/swtcl: don't call draw_prepare_shader_outputs
Marek Olšák
1
-1
/
+0
2013-10-03
st/mesa: silence warning about unhandled enum in switch statement
Brian Paul
1
-0
/
+3
2013-10-03
mesa: fix make check for ARB_texture_gather
Chris Forbes
4
-5
/
+8
2013-10-03
docs: Mark off ARB_texture_gather
Chris Forbes
1
-1
/
+1
2013-10-03
i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
2
-8
/
+11
2013-10-03
i965: Enable ARB_texture_gather on Gen7
Chris Forbes
2
-0
/
+5
2013-10-03
i965: use gather slots in the binding table for gather4.
Chris Forbes
2
-4
/
+12
2013-10-03
i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
3
-8
/
+39
2013-10-03
i965: make room in the binding table for a full alternate set of surface_states
Chris Forbes
1
-2
/
+18
2013-10-03
i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
2
-0
/
+2
2013-10-03
i965: w/a for gather4 green RG32F
Chris Forbes
4
-0
/
+22
2013-10-03
glsl: flag shaders which use gather4 at all
Chris Forbes
2
-0
/
+11
2013-10-03
i965/vs: Add support for ir_tg4
Chris Forbes
2
-2
/
+45
2013-10-03
i965/fs: Add support for ir_tg4
Chris Forbes
2
-3
/
+60
2013-10-03
i965: add SHADER_OPCODE_TG4
Chris Forbes
6
-2
/
+17
2013-10-03
glsl: add texture gather changes
Maxence Le Dore
14
-4
/
+60
2013-10-03
mesa: add texture gather changes
Maxence Le Dore
8
-1
/
+36
2013-10-03
i965: fix bogus swizzle in brw_cubemap_normalize
Chris Forbes
1
-4
/
+6
2013-10-02
r600/llvm: Adds support for MSAA
Vincent Lejeune
3
-1
/
+54
2013-10-02
r600g/llvm: Undef z and w component of 2D TXP inst
Vincent Lejeune
1
-1
/
+2
2013-10-02
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
3
-2
/
+9
2013-10-02
i965: compute DDX in a subspan based only on top row
Chia-I Wu
7
-8
/
+49
2013-10-02
i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
1
-4
/
+4
2013-10-01
ralloc: Remove the rzalloc-based new/delete operator definition macro.
Francisco Jerez
1
-14
/
+12
2013-10-01
st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
i965: Switch vec4_live_variables to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
i965: Switch fs_live_variables to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
i965: Switch fs_inst to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
i965: Switch ip_record to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
2
-1
/
+2
2013-10-01
i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
2
-2
/
+3
2013-10-01
glsl: Switch ast_type_qualifier to the non-zeroing allocator.
Francisco Jerez
1
-1
/
+1
2013-10-01
glsl: Switch ast_node to the non-zeroing allocator.
Francisco Jerez
2
-2
/
+11
2013-10-01
i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
2
-1
/
+16
2013-10-01
glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
2
-3
/
+15
2013-10-01
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
5
-5
/
+4
2013-10-01
st/egl: flush resources before presentation
Grigori Goronzy
1
-0
/
+11
2013-10-01
i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
Paul Berry
1
-3
/
+4
2013-10-01
mesa: check for bufSize > 0 in _mesa_GetSynciv()
Brian Paul
1
-1
/
+1
2013-10-01
mesa: minor fix-ups for _mesa_validate_sync()
Brian Paul
2
-4
/
+13
2013-10-01
mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Brian Paul
1
-0
/
+12
2013-10-01
mesa: use caller string in error message in get_label_pointer()
Brian Paul
1
-1
/
+1
2013-10-01
mesa: asst. clean-ups in copy_label()
Brian Paul
1
-10
/
+27
[next]