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
*
docs: Add 7.9 release date
mesa-7.9
Ian Romanick
2010-10-04
1
-1
/
+1
*
mesa: set version string to 7.9 (final)
Ian Romanick
2010-10-04
2
-2
/
+2
*
Add evergreen support to release notes
Alex Deucher
2010-10-04
1
-0
/
+1
*
docs: Update 7.9 release notes with one more bug fix
Ian Romanick
2010-10-04
1
-0
/
+1
*
i965: Fix glean/texSwizzle regression in previous commit.
Eric Anholt
2010-10-04
1
-18
/
+18
*
i965: Set up swizzling of shadow compare results for GL_DEPTH_TEXTURE_MODE.
Eric Anholt
2010-10-04
1
-1
/
+32
*
i965: Fix incorrect batchbuffer size in gen6 clip state command.
Kenneth Graunke
2010-10-04
1
-1
/
+0
*
docs: Add list of bugs fixed in 7.9
Ian Romanick
2010-10-04
1
-0
/
+51
*
update release notes for Gallium
Marek Olšák
2010-10-05
1
-3
/
+19
*
tgsi: Remove duplicate case value.
Vinson Lee
2010-10-04
1
-1
/
+0
*
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
2010-10-04
1
-17
/
+40
*
tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
2010-10-04
1
-2
/
+4
*
r600c: fix segfault in evergreen stencil code
Alex Deucher
2010-10-01
1
-15
/
+9
*
Implement x86_64 atomics for compilers w/o intrinsics.
Tom Fogal
2010-10-01
1
-0
/
+47
*
evergreen : fix z format setting, enable stencil.
richard
2010-10-01
2
-30
/
+62
*
r600c: pull over 6xx/7xx vertex fixes for evergreen
Alex Deucher
2010-10-01
3
-58
/
+42
*
r600c: add reloc for CB_COLOR0_ATTRIB
Alex Deucher
2010-09-30
1
-3
/
+11
*
i965: Update renderer strings for sandybridge
Adam Jackson
2010-09-30
1
-0
/
+13
*
i965: always set tiling for fbo depth buffer on sandybridge
Zhenyu Wang
2010-09-30
1
-2
/
+8
*
i965: fallback lineloop on sandybridge for now
Zhenyu Wang
2010-09-30
1
-0
/
+7
*
glsl: "Copyright", not "Constantright"
Kenneth Graunke
2010-09-30
1
-1
/
+1
*
r300g: fix conditional rendering in non-wait path
Marek Olšák
2010-09-30
1
-3
/
+3
*
st/egl: Drop context argument from egl_g3d_get_egl_image.
Chia-I Wu
2010-09-30
1
-1
/
+0
*
mapi: Fix compiler warnings.
Chia-I Wu
2010-09-30
3
-3
/
+3
*
r300/compiler: Don't merge instructions that write output regs and ALU result
Tom Stellard
2010-09-29
1
-0
/
+6
*
r300/compiler: Don't use rc_error() unless the error is unrecoverable
Tom Stellard
2010-09-29
1
-3
/
+3
*
r300/compiler: Fix segfault in error path
Tom Stellard
2010-09-29
1
-1
/
+1
*
Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
Brian Paul
2010-09-29
1
-0
/
+2
*
glx: Only remove drawables from the hash when we actually delete them
Kristian Høgsberg
2010-09-29
1
-4
/
+6
*
mesa: set version string to 7.9-rc2
mesa-7.9-rc2
Ian Romanick
2010-09-28
2
-2
/
+2
*
glsl: Also update implicit sizes of varyings at link time.
Eric Anholt
2010-09-28
1
-4
/
+7
*
i965: Fix up part of my Sandybridge attributes support patch.
Eric Anholt
2010-09-28
1
-2
/
+4
*
i965: Fix all non-snb regression in the snb attribute interpolation commit.
Eric Anholt
2010-09-28
1
-1
/
+1
*
i965: fallback bitmap operation on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+6
*
i965: fix occlusion query on sandybridge
Zhenyu Wang
2010-09-28
1
-47
/
+114
*
i965: fix point sprite on sandybridge
Zhenyu Wang
2010-09-28
1
-3
/
+11
*
i965: fix scissor state on sandybridge
Zhenyu Wang
2010-09-28
4
-5
/
+8
*
i965: enable polygon offset on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+3
*
i965: fix pixel w interpolation on sandybridge
Zhenyu Wang
2010-09-28
1
-4
/
+16
*
i965: don't do calculation for delta_xy on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+16
*
i965: only allow SIMD8 kernel on sandybridge now
Zhenyu Wang
2010-09-28
1
-0
/
+5
*
i965: sandybridge pipe control workaround before write cache flush
Zhenyu Wang
2010-09-28
2
-1
/
+21
*
i965: Add all device ids for sandybridge
Zhenyu Wang
2010-09-28
1
-6
/
+14
*
i965: fix const register count for sandybridge
Zhenyu Wang
2010-09-28
1
-2
/
+2
*
i965: Fix sampler on sandybridge
Zhenyu Wang
2010-09-28
5
-17
/
+45
*
i965: fix jump count on sandybridge
Zhenyu Wang
2010-09-28
1
-4
/
+6
*
i965: VS use SPF mode on sandybridge for now
Zhenyu Wang
2010-09-28
2
-1
/
+5
*
i965: add sandybridge viewport state bo into validation list
Zhenyu Wang
2010-09-28
1
-1
/
+3
*
i965: ignore quads for GS kernel on sandybridge
Zhenyu Wang
2010-09-28
1
-1
/
+8
*
i965: ff sync message change for sandybridge
Zhenyu Wang
2010-09-28
1
-2
/
+16
[next]