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
*
i965/fs: Add support for generating MADs.
Eric Anholt
2012-02-10
3
-0
/
+56
*
i965/fs: Add missing register allocation for 3rd sources.
Eric Anholt
2012-02-10
1
-0
/
+2
*
i965: Add support for the MAD opcode on gen6+.
Eric Anholt
2012-02-10
5
-20
/
+342
*
Bump version to 8.1 (devel)
Ian Romanick
2012-02-10
2
-2
/
+2
*
radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8
Alex Deucher
2012-02-10
1
-1
/
+1
*
r600g: 128 bit formats require tile_type = 1 on cayman
Alex Deucher
2012-02-10
1
-0
/
+10
*
r600g: fix tex tile_type offset for cayman
Alex Deucher
2012-02-10
2
-1
/
+7
*
st/wgl: refactor stw_pixelformat_init()
Brian Paul
2012-02-10
1
-58
/
+51
*
st/wgl: Properly support non-displayble pixel formats, and implement float pi...
José Fonseca
2012-02-10
6
-16
/
+109
*
st/wgl: Invoke SetPixelFormat twice for pbuffers.
José Fonseca
2012-02-10
1
-1
/
+2
*
st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().
José Fonseca
2012-02-10
6
-21
/
+26
*
st/wgl: Fix argument of stw_pixelformat_get_info().
José Fonseca
2012-02-10
1
-1
/
+1
*
mesa: remove unused gl_shared_state::DriverData field
Brian Paul
2012-02-10
1
-2
/
+0
*
docs: remove link to the GLSL compiler page
Brian Paul
2012-02-10
1
-1
/
+0
*
docs: add VMware link
Brian Paul
2012-02-10
1
-1
/
+2
*
docs: update info about supported systems, GPUs, APIs
Brian Paul
2012-02-10
1
-12
/
+56
*
docs: add news item for 8.0 release
Brian Paul
2012-02-10
1
-0
/
+10
*
docs: Add 8.0 MD5 checksums
Ian Romanick
2012-02-10
1
-1
/
+3
*
mesa: fix proxy texture target initialization
Brian Paul
2012-02-10
1
-7
/
+12
*
mesa: remove unused gl_pixelmap::Map8[] array
Brian Paul
2012-02-10
2
-3
/
+0
*
st/mesa: stop using Map8[] tables in load_color_map_texture()
Brian Paul
2012-02-10
1
-5
/
+6
*
mesa: remove unused _mesa_map_ci8_to_rgba8()
Brian Paul
2012-02-10
2
-32
/
+0
*
mesa: fix error handling in get_tex_rgba_compressed()
Brian Paul
2012-02-10
1
-0
/
+2
*
mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()
Brian Paul
2012-02-10
1
-41
/
+6
*
mesa: push row stride adjustment down into _mesa_decompress_image()
Brian Paul
2012-02-10
2
-12
/
+11
*
mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline function
Brian Paul
2012-02-10
3
-37
/
+25
*
mesa: make _mesa_invalidate_shine_table() static
Brian Paul
2012-02-10
2
-6
/
+9
*
mesa: remove gl_light::_SpotExpTable field
Brian Paul
2012-02-10
6
-68
/
+4
*
meta: replace abort() with _mesa_problem()
Brian Paul
2012-02-10
1
-1
/
+2
*
mesa: fix comment typo
Brian Paul
2012-02-10
1
-1
/
+1
*
st/vdpau: use matrix filter to blur/sharpen video
Christian König
2012-02-10
3
-7
/
+81
*
vl: add a matrix/convolution filter
Christian König
2012-02-10
3
-0
/
+379
*
st/vdpau: use median filter for noise reduction
Christian König
2012-02-10
3
-60
/
+248
*
vl: add a median filter for noise reduction
Christian König
2012-02-10
3
-0
/
+469
*
i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op.
Eric Anholt
2012-02-09
1
-1
/
+1
*
i965/gen7: Fix the length of the DS state packet in the HiZ op.
Eric Anholt
2012-02-09
1
-1
/
+1
*
i965/gen7: Fix GPU hangs from the HiZ op.
Eric Anholt
2012-02-09
1
-2
/
+3
*
glsl: Avoid excessive loop unrolling.
Mathias Fröhlich
2012-02-09
1
-0
/
+15
*
mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
2012-02-09
1
-11
/
+11
*
st/mesa: exit the update fragment samplers/textures loops early.
Dave Airlie
2012-02-09
2
-12
/
+23
*
st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.
Dave Airlie
2012-02-09
1
-3
/
+3
*
mesa: enable remap table when --enable-shared-glapi
Chia-I Wu
2012-02-09
1
-0
/
+3
*
vbo: unmap vertex store before executing lists
Brian Paul
2012-02-09
3
-12
/
+40
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
19
-16
/
+52
*
dri: Emit a critical error if the swrast driver fails to load.
Carl Worth
2012-02-08
1
-2
/
+4
*
dri: Emit a critical error if a named driver fails to load.
Carl Worth
2012-02-08
2
-0
/
+4
*
dri: Add a CriticalErrorMessageF macro.
Carl Worth
2012-02-08
2
-0
/
+26
*
dri: Clarify comments on InfoMessageF and ErrorMessageF macros.
Carl Worth
2012-02-08
1
-1
/
+6
*
glsl: Fix Android build
Chad Versace
2012-02-08
1
-0
/
+1
*
r600g: fix handling of outputs as TEX addr sources
Christian König
2012-02-08
1
-1
/
+2
[next]