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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: fix exec_mask interaction with geometry shader after end of main
Roland Scheidegger
2013-08-12
2
-16
/
+14
*
draw: simplify prim mask construction
Roland Scheidegger
2013-08-12
1
-22
/
+10
*
gallivm: simplify geometry shader mask handling a bit
Roland Scheidegger
2013-08-12
1
-36
/
+28
*
draw: (trivial) dump tgsi for geometry shaders with GALLIVM_DEBUG_TGSI
Roland Scheidegger
2013-08-12
1
-0
/
+5
*
gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa
Roland Scheidegger
2013-08-12
1
-1
/
+1
*
i965/fs: Add dump_instruction() support for ARF destinations.
Kenneth Graunke
2013-08-12
1
-0
/
+6
*
i965/fs: Remove extraneous newline in dump_instruction() for CMP.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.
Kenneth Graunke
2013-08-12
2
-0
/
+79
*
i965/fs: Consider predicated SEL instructions as whole variable writes.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Explicitly disallow CSE on predicated instructions.
Kenneth Graunke
2013-08-12
1
-1
/
+3
*
i965/fs: Log a performance warning if skipping 16-wide due to pulls.
Kenneth Graunke
2013-08-12
1
-7
/
+11
*
ilo: initialize constant buffer SURFACE_STATE early
Chia-I Wu
2013-08-12
4
-27
/
+32
*
ilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
Chia-I Wu
2013-08-10
1
-1
/
+5
*
i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump
Chris Forbes
2013-08-10
1
-0
/
+1
*
i965: Add a new debug mode for the VUE map
Chris Forbes
2013-08-10
3
-0
/
+29
*
glsl: Don't allow const on out or inout function parameters
Ian Romanick
2013-08-09
1
-0
/
+15
*
gallivm: set non-existing values really to zero in size queries for d3d10
Roland Scheidegger
2013-08-09
4
-22
/
+22
*
gallivm: use texture target from shader instead of static state for size query
Roland Scheidegger
2013-08-09
6
-4
/
+77
*
gallivm: honor d3d10's wishes of out-of-bounds behavior for texture size query
Roland Scheidegger
2013-08-09
1
-8
/
+27
*
glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.
Paul Berry
2013-08-09
2
-2
/
+4
*
main: Fix deprecation of glLineWidth()
Paul Berry
2013-08-09
1
-1
/
+2
*
util: (trivial) fix asm input/output list for fxsave
Roland Scheidegger
2013-08-09
1
-1
/
+1
*
r600g: disable GPUVM by default
Alex Deucher
2013-08-09
1
-1
/
+1
*
softpipe: fix the regressions
Zack Rusin
2013-08-08
1
-2
/
+0
*
draw: rewrite primitive assembler
Zack Rusin
2013-08-08
9
-297
/
+180
*
draw: reset the vertex id when injecting new primitive id
Zack Rusin
2013-08-08
1
-0
/
+9
*
draw: cleanup the extra attribs
Zack Rusin
2013-08-08
1
-0
/
+1
*
util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).
Dieter Nützel
2013-08-09
1
-1
/
+1
*
egl: Do not export private symbols
Chad Versace
2013-08-08
5
-0
/
+5
*
i965: Remember to call intel_prepare_render() before blitting.
Kenneth Graunke
2013-08-08
1
-0
/
+5
*
util: (trivial) fix compile error with MSVC on x86
Roland Scheidegger
2013-08-08
1
-1
/
+1
*
gallivm: honor d3d10 floating point rules for shadow comparisons
Roland Scheidegger
2013-08-08
1
-3
/
+17
*
softpipe: don't clamp reference value for shadow comparison for float formats
Roland Scheidegger
2013-08-08
1
-12
/
+32
*
gallivm: don't clamp reference value for shadow comparison for float formats
Roland Scheidegger
2013-08-08
1
-4
/
+17
*
gallivm: propagate scalar_lod to emit_size_query too
Roland Scheidegger
2013-08-08
6
-0
/
+12
*
gallium: clarify SVIEWINFO opcode
Roland Scheidegger
2013-08-08
1
-1
/
+9
*
gallivm: fix out-of-bounds behavior for fetch/ld
Roland Scheidegger
2013-08-08
3
-30
/
+88
*
util: try much harder to set DAZ flag
Roland Scheidegger
2013-08-08
3
-1
/
+31
*
util: implement table-based + linear interpolation linear-to-srgb conversion
Roland Scheidegger
2013-08-08
2
-11
/
+102
*
gallivm: fix comment wrt srgb accuracy.
Roland Scheidegger
2013-08-08
1
-2
/
+4
*
ilo: get rid of GPE tables completely
Chia-I Wu
2013-08-08
6
-108
/
+54
*
ilo: clean up GPE header inclusions
Chia-I Wu
2013-08-08
6
-14
/
+8
*
ilo: initialize alpha test state in ilo_gpe_init_dsa
Chia-I Wu
2013-08-08
5
-38
/
+46
*
ilo: fold gen6_translate_index_size into the caller
Chia-I Wu
2013-08-08
1
-17
/
+15
*
ilo: fold gen6_translate_depth_format into the caller
Chia-I Wu
2013-08-08
1
-33
/
+9
*
ilo: Call GPE emit functions directly.
Courtney Goeltzenleuchter
2013-08-08
8
-1248
/
+141
*
ilo: move emit functions so that they can be inlined.
Courtney Goeltzenleuchter
2013-08-08
4
-3467
/
+3453
*
r300g/compiler/tests: Pass the required LDFLAGS when building the test program
Tom Stellard
2013-08-07
1
-1
/
+2
*
r300g/compiler/tests: Fix segfault
Tom Stellard
2013-08-07
3
-4
/
+4
*
gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patch
Kristian Høgsberg
2013-08-07
3
-7
/
+4
[next]