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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: remove INLINE qualifiers
Brian Paul
2012-02-15
1
-2
/
+2
*
st/mesa: simplify st_create_texture_sampler_view()
Brian Paul
2012-02-15
1
-12
/
+9
*
st/mesa: remove unused st_get_texture_sampler_view()
Brian Paul
2012-02-15
1
-16
/
+0
*
st/mesa: use private pipe_sampler_view in decompress_with_blit()
Brian Paul
2012-02-15
1
-4
/
+18
*
st/mesa: use private pipe_sampler_view in st_render_mipmap()
Brian Paul
2012-02-15
1
-3
/
+7
*
mesa: use z32f_x24s8 struct in format pack/unpack code
Brian Paul
2012-02-15
2
-21
/
+30
*
st/mesa: assorted clean-ups in st_cb_fbo.c
Brian Paul
2012-02-15
1
-19
/
+3
*
st/mesa: remove st_framebuffer_renderbuffer()
Brian Paul
2012-02-15
1
-14
/
+1
*
st/mesa: remove st_get_default_texture()
Brian Paul
2012-02-15
4
-57
/
+4
*
mesa: fix _mesa_get_fallback_texture() to handle all texture targets
Brian Paul
2012-02-15
5
-37
/
+113
*
st/mesa: improve assertion/check for stencil format
Brian Paul
2012-02-15
1
-8
/
+2
*
mesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format unpack code
Brian Paul
2012-02-15
1
-0
/
+13
*
st/mesa: use _mesa_pack_ubyte_stencil_row() in draw_stencil_pixels()
Brian Paul
2012-02-15
1
-42
/
+2
*
st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffers
Brian Paul
2012-02-15
1
-0
/
+6
*
st/mesa: use u_surface_default_template() helper
Brian Paul
2012-02-15
1
-3
/
+1
*
st/mesa: remove redundant memset(surface_template,0)
Brian Paul
2012-02-15
1
-1
/
+0
*
st/mesa: remove st_renderbuffer::stride
Brian Paul
2012-02-15
2
-8
/
+6
*
st/mesa: remove st_renderbuffer::format
Brian Paul
2012-02-15
3
-17
/
+10
*
mesa: fix comment typos in fbobject.c
Brian Paul
2012-02-15
1
-2
/
+2
*
i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
Kenneth Graunke
2012-02-15
1
-0
/
+6
*
i965/fs: Add a new fs_inst::regs_written function.
Kenneth Graunke
2012-02-15
1
-0
/
+12
*
meta: Avoid FBO resizing/reallocating in decompress_texture_image
Anuj Phogat
2012-02-15
1
-1
/
+1
*
i915: Fix type of "specoffset" variable.
Paul Berry
2012-02-14
1
-1
/
+1
*
i965/fs: Enable register spilling on gen7 too.
Eric Anholt
2012-02-14
1
-2
/
+0
*
i965: Report the failure message when failing to compile the fragment shader.
Eric Anholt
2012-02-14
1
-0
/
+3
*
meta: Add pixel store/pack operations in decompress_texture_image
Anuj Phogat
2012-02-13
1
-5
/
+3
*
mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case
Brian Paul
2012-02-13
1
-0
/
+9
*
st/mesa: only resolve if number of samples is > 1
Dave Airlie
2012-02-12
1
-1
/
+2
*
swrast: fix span color type selection
Brian Paul
2012-02-12
3
-9
/
+36
*
extensions: remove unused code.
Dave Airlie
2012-02-12
1
-3
/
+0
*
mesa/texparam: drop double semicolons
Dave Airlie
2012-02-12
1
-12
/
+12
*
i965: Fix border color on Ironlake.
Kenneth Graunke
2012-02-10
1
-1
/
+1
*
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
1
-1
/
+1
*
radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8
Alex Deucher
2012-02-10
1
-1
/
+1
*
mesa: remove unused gl_shared_state::DriverData field
Brian Paul
2012-02-10
1
-2
/
+0
*
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
[next]