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
*
mesa: define and use ALL_TYPE_BITS in varray.c code
Brian Paul
2014-08-11
1
-16
/
+17
*
mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.c
Brian Paul
2014-08-11
1
-2
/
+2
*
configure.ac: Do not require llvm on x32
Maarten Lankhorst
2014-08-11
1
-0
/
+1
*
i965: Don't check for format differences when using the blorp blitter
Neil Roberts
2014-08-11
1
-54
/
+12
*
i965/eu: Allow math on immediates on Broadwell.
Kenneth Graunke
2014-08-10
1
-3
/
+6
*
i965/eu: Update jump distance scaling for Broadwell.
Kenneth Graunke
2014-08-10
1
-0
/
+4
*
i965/eu: Refactor jump distance scaling to use a helper function.
Kenneth Graunke
2014-08-10
3
-17
/
+32
*
i965/eu: Set UIP on ELSE instructions on Broadwell.
Kenneth Graunke
2014-08-10
1
-0
/
+6
*
i965/eu: Make it clear that brw_patch_break_count only runs on Gen4-5.
Kenneth Graunke
2014-08-10
1
-0
/
+2
*
i965/eu: Make it clear that brw_find_loop_end only runs on Gen6+.
Kenneth Graunke
2014-08-10
1
-0
/
+2
*
i965/eu: Port Broadwell CMP destination type hack to brw_eu_emit.c.
Kenneth Graunke
2014-08-10
1
-0
/
+8
*
i965/eu: Explicitly disable instruction compaction on Broadwell for now.
Kenneth Graunke
2014-08-10
1
-1
/
+1
*
i965/eu: Use Haswell atomic messages on Broadwell.
Kenneth Graunke
2014-08-10
1
-2
/
+2
*
i965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu_emit.c cases.
Kenneth Graunke
2014-08-10
1
-2
/
+2
*
i965/clip: Removing scissor atom
Ben Widawsky
2014-08-10
1
-2
/
+2
*
i965/guardband: Enable for all viewport dimensions (GEN8+)
Ben Widawsky
2014-08-10
1
-10
/
+20
*
i965: Simplify viewport extents programming on GEN8
Ben Widawsky
2014-08-10
1
-9
/
+15
*
i965/guardband: Improve comments for guardband clipping
Ben Widawsky
2014-08-10
1
-4
/
+18
*
i965: Support the allow_glsl_extension_directive_midshader option.
Kenneth Graunke
2014-08-10
2
-0
/
+4
*
i965/fs: set virtual_grf_count in assign_regs()
Connor Abbott
2014-08-10
1
-0
/
+4
*
i965/fs: don't read from uninitialized memory while assigning registers
Connor Abbott
2014-08-10
1
-6
/
+6
*
i965/fs: Fix bad whitespace.
Matt Turner
2014-08-10
1
-2
/
+2
*
gallium/radeon: Set gpu_address to 0 if r600_virtual_address is false
Niels Ole Salscheider
2014-08-10
1
-0
/
+2
*
radeonsi: simplify constant buffer upload for big endian
Marek Olšák
2014-08-10
1
-18
/
+4
*
winsys/radeon: fix compile warnings
Marek Olšák
2014-08-09
1
-3
/
+4
*
r600g/compute: fix compile warnings
Marek Olšák
2014-08-09
2
-10
/
+11
*
r300g: handle new shader caps
Marek Olšák
2014-08-09
1
-0
/
+2
*
radeonsi: fix CMASK and HTILE allocation on Tahiti
Marek Olšák
2014-08-09
2
-3
/
+56
*
gallium/radeon: remove r600_resource_va
Marek Olšák
2014-08-09
1
-9
/
+0
*
gallium/radeon: use gpu_address from r600_resource
Marek Olšák
2014-08-09
3
-21
/
+14
*
r600g: use gpu_address from r600_resource
Marek Olšák
2014-08-09
5
-39
/
+29
*
radeonsi: use gpu_address from r600_resource
Marek Olšák
2014-08-09
6
-56
/
+41
*
gallium/radeon: store VM address in r600_resource
Marek Olšák
2014-08-09
3
-2
/
+7
*
r600g: remove useless r600_resource_va calls
Marek Olšák
2014-08-09
1
-18
/
+9
*
radeonsi: always prefer SWITCH_ON_EOP(0) on CIK
Marek Olšák
2014-08-09
4
-10
/
+46
*
radeonsi: fix a hang with instancing in Unigine Heaven/Valley on Hawaii
Marek Olšák
2014-08-09
1
-5
/
+2
*
radeon,r200: fix buffer validation after CS flush
Marek Olšák
2014-08-09
8
-15
/
+8
*
st/mesa: fix blit-based partial TexSubImage for 1D arrays
Marek Olšák
2014-08-09
1
-0
/
+2
*
st/mesa: fix DrawPixels(GL_STENCIL_INDEX)
Marek Olšák
2014-08-09
1
-7
/
+4
*
st/mesa: dump TGSI before calling into the driver
Marek Olšák
2014-08-09
1
-12
/
+10
*
configure.ac: Use LIBS rather than LDFLAGS to add -ldl to dladdr check
Jon TURNEY
2014-08-09
1
-3
/
+4
*
vc4: Add support for the COS instruction.
Eric Anholt
2014-08-08
1
-0
/
+38
*
vc4: Add support for the SIN instruction.
Eric Anholt
2014-08-08
1
-0
/
+35
*
vc4: Fix register aliasing for packing of scaled coordinates.
Eric Anholt
2014-08-08
1
-11
/
+18
*
vc4: Add some debug code for forcing fragment shader output color.
Eric Anholt
2014-08-08
1
-0
/
+15
*
u_primconvert: Copy min/max_index from the original primitive.
Eric Anholt
2014-08-08
1
-4
/
+2
*
vc4: Fix using and emitting the 1/W from the vertex/coord shaders.
Eric Anholt
2014-08-08
1
-14
/
+20
*
vc4: Add support for swizzles of 32 bit float vertex attributes.
Eric Anholt
2014-08-08
2
-20
/
+73
*
vc4: Add support for the TGSI FRC opcode.
Eric Anholt
2014-08-08
1
-0
/
+18
*
vc4: Add support for the TGSI TRUNC opcode.
Eric Anholt
2014-08-08
4
-0
/
+15
[next]