index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Only end render-to-texture at bind time for drawbuffers.
Eric Anholt
2012-02-17
1
-5
/
+2
*
gallivm: fetch immediates to correct type (v2)
Dave Airlie
2012-02-17
1
-3
/
+22
*
gallivm: enable stores of integer types. (v2) + fix ARL
Dave Airlie
2012-02-17
2
-11
/
+59
*
gallivm: enable fetch for integer opcodes. (v2)
Dave Airlie
2012-02-17
4
-16
/
+74
*
gallivm: add uint/int bld to the base builder. (v2)
Dave Airlie
2012-02-17
3
-9
/
+12
*
gallivm: fix build gather to take a bld context
Dave Airlie
2012-02-17
1
-8
/
+8
*
gallivm: pass build context to exec_mask_store.
Dave Airlie
2012-02-17
1
-5
/
+9
*
tgsi: add source/destination type from opcodes. (v2)
Dave Airlie
2012-02-17
2
-0
/
+112
*
gallivm: Initialize x86 disassembler on x86_64 too.
José Fonseca
2012-02-17
1
-2
/
+2
*
llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.
José Fonseca
2012-02-17
1
-3
/
+5
*
llvmpipe: Specify lp_test_arit's target precision per function.
José Fonseca
2012-02-17
1
-10
/
+16
*
llvmpipe: Add a negation test to lp_test_arit.
José Fonseca
2012-02-17
1
-0
/
+7
*
r300g: don't use pipe_screen::winsys
Marek Olšák
2012-02-17
1
-2
/
+2
*
r300g: don't use pipe_context::winsys
Marek Olšák
2012-02-17
1
-1
/
+1
*
mesa: Update the version string to 8.1-devel
Ian Romanick
2012-02-16
1
-1
/
+1
*
mesa: add missing texture integer test in glTexSubImage()
Brian Paul
2012-02-16
1
-0
/
+11
*
r600g: remove the workaround for quads and provoking vertex
Marek Olšák
2012-02-16
5
-33
/
+25
*
r600g: remove redundant r600_context::vs_so_stride_in_dw
Marek Olšák
2012-02-16
3
-4
/
+1
*
i965: Emit Ivybridge VS workaround flushes.
Kenneth Graunke
2012-02-15
4
-2
/
+29
*
mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.
Eric Anholt
2012-02-15
1
-2
/
+17
*
mesa: Fix push/pop of multisample coverage invert.
Eric Anholt
2012-02-15
1
-5
/
+0
*
swrast: Only avoid empty _TexEnvPrograms
Ian Romanick
2012-02-15
1
-1
/
+2
*
glapi: Include GLES2 headers for ES2 extension functions
Ian Romanick
2012-02-15
1
-0
/
+10
*
st/mesa: fix typo: s/patent/parent/
Brian Paul
2012-02-15
1
-1
/
+1
*
st/mesa: remove unused st_equal_formats() function
Brian Paul
2012-02-15
2
-21
/
+0
*
st/mesa: use _mesa_format_matches_format_and_type() in decompress_with_blit()
Brian Paul
2012-02-15
1
-1
/
+3
*
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
*
gallium: fix some comments in p_state.h
Brian Paul
2012-02-15
1
-3
/
+3
*
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
*
llvmpipe: fix fogcoord writing (v2)
Dave Airlie
2012-02-15
1
-4
/
+12
*
meta: Avoid FBO resizing/reallocating in decompress_texture_image
Anuj Phogat
2012-02-15
1
-1
/
+1
[prev]
[next]