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
*
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
2013-04-01
3
-11
/
+13
*
i965/fs: Remove creation of a MOV instruction that's never used.
Eric Anholt
2013-04-01
1
-1
/
+0
*
i965/fs: Allow constant propagation into MACH.
Eric Anholt
2013-04-01
1
-2
/
+4
*
r600g/llvm: Update LLVM_REVISION.txt
Vincent Lejeune
2013-04-01
1
-1
/
+1
*
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: uses function attribute to pass shader type
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
2013-04-01
3
-1
/
+16
*
ACTIVE_UNIFORM_MAX_LENGTH should include 3 extra characters for arrays.
Haixia Shi
2013-04-01
1
-2
/
+4
*
i965/fs: Fix bad interaction between tex swizzles and textureQueryLOD.
Matt Turner
2013-04-01
1
-1
/
+1
*
i965: Remove the old brw_optimize() code.
Eric Anholt
2013-04-01
3
-120
/
+0
*
i965/vs: Add a pass to set dependency control fields on instructions.
Eric Anholt
2013-04-01
3
-0
/
+126
*
i965: Dump shader source for linked shader programs.
Eric Anholt
2013-04-01
1
-2
/
+18
*
clover: Fix build with LLVM 3.3
Mike Lothian
2013-04-01
1
-1
/
+2
*
llvmpipe: use triangle subdivision to avoid fixed-point overflow issues
Brian Paul
2013-04-01
3
-0
/
+186
*
mesa: remove platform checks around __builtin_ffs, __builtin_ffsll
Brian Paul
2013-04-01
1
-6
/
+0
*
docs: add a new page documenting known application issues
Brian Paul
2013-04-01
2
-0
/
+84
*
drirc: set always_have_depth_buffer for Topogon
Brian Paul
2013-04-01
1
-0
/
+6
*
gallivm: Minor comment cleanup
Adam Jackson
2013-04-01
1
-1
/
+1
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
2
-4
/
+4
*
r600g/llvm: Update LLVM_REVISION
Vincent Lejeune
2013-03-31
1
-1
/
+1
*
r600g/llvm: use native encode for tex
Vincent Lejeune
2013-03-31
1
-23
/
+27
*
glapi: fix storage multisample build errors
Dave Airlie
2013-03-31
1
-2
/
+2
*
docs: mark ARB_texture_storage_multisample done
Chris Forbes
2013-03-31
1
-1
/
+1
*
i965: enable ARB_texture_storage_multisample on Gen6+
Chris Forbes
2013-03-31
1
-0
/
+1
*
mesa: allow multisample texture targets in [Get]TexParameter*
Chris Forbes
2013-03-31
1
-1
/
+87
*
mesa: improve reported function name in Tex*Multisample
Chris Forbes
2013-03-31
1
-16
/
+14
*
mesa: add enable bit for ARB_texture_storage_multisample
Chris Forbes
2013-03-31
2
-0
/
+2
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
5
-2
/
+68
*
mesa: add support for immutable textures to teximagemultisample()
Chris Forbes
2013-03-31
1
-3
/
+28
*
mesa: extract _mesa_is_legal_tex_storage_format helper
Chris Forbes
2013-03-31
2
-17
/
+23
*
mesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.
Kenneth Graunke
2013-03-30
1
-10
/
+0
*
i965: Fix an inconsistency inb the VUE map with gl_ClipVertex on gen4/5.
Eric Anholt
2013-03-30
1
-7
/
+11
*
intel: Remove a never-taken debug print path.
Eric Anholt
2013-03-30
1
-5
/
+0
*
st/mesa: add ir_lod case in GLSL->TGSI code to silence warning
Brian Paul
2013-03-29
1
-0
/
+3
*
glsl: Generated masked write instead of vector array index for UBO lowering
Ian Romanick
2013-03-29
1
-7
/
+3
*
glsl: Replace open-coded dot-product with dot
Ian Romanick
2013-03-29
1
-4
/
+5
*
glsl: Replace constant-index vector array accesses with swizzles
Ian Romanick
2013-03-29
2
-87
/
+87
*
glsl: Add missing bool case in glsl_type::get_scalar_type
Ian Romanick
2013-03-29
1
-0
/
+2
*
i965: Fix INTEL_DEBUG=shader_time for fragment shaders with discards.
Kenneth Graunke
2013-03-29
5
-6
/
+16
*
i965: Add names for all instructions to dump_instruction() in FS and VS.
Eric Anholt
2013-03-29
4
-25
/
+113
*
i965: Enable ARB_texture_query_lod.
Matt Turner
2013-03-29
2
-2
/
+4
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
5
-1
/
+20
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
18
-18
/
+101
*
i965/fs: Use measured Gen7 instruction timings on Gen6.
Matt Turner
2013-03-29
1
-1
/
+4
*
i965/fs: Increase and document MAD latency on Gen7.
Matt Turner
2013-03-29
1
-4
/
+18
*
i965/fs: Add LRP instruction latency.
Matt Turner
2013-03-29
1
-0
/
+26
*
i965/fs: Add Haswell cycle timings
Matt Turner
2013-03-29
1
-9
/
+9
*
i965: Note that write-after-write dependencies are blocking.
Matt Turner
2013-03-29
1
-1
/
+1
*
i965: Reword comment about the shared mathbox.
Matt Turner
2013-03-29
1
-4
/
+4
*
gallivm: consolidate some half-to-float and r11g11b10-to-float code
Roland Scheidegger
2013-03-29
3
-63
/
+52
[next]