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
*
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
*
st/vdpau: fix a small memory leak
Christian König
2012-02-14
1
-0
/
+5
*
vl: fix low strength denoise filter
Christian König
2012-02-14
3
-7
/
+7
*
r600g: fix tiling with cayman and virtual memory
Jerome Glisse
2012-02-14
1
-10
/
+28
*
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
*
r600g: Use a fake reloc to sleep for fences
Simon Farnsworth
2012-02-14
2
-2
/
+24
*
r600g: consolidate set_blend_color code
Marek Olšák
2012-02-14
4
-40
/
+23
*
r600g: consolidate more translate functions
Marek Olšák
2012-02-14
4
-140
/
+74
*
r600g: inline r600_translate_ds_func
Marek Olšák
2012-02-14
2
-16
/
+4
*
r600g: remove unused variable
Marek Olšák
2012-02-14
1
-2
/
+0
*
r600g: consolidate some translate functions
Marek Olšák
2012-02-14
4
-84
/
+44
*
Revert "r600g: don't advertise integer textures without GLSL 1.3"
Marek Olšák
2012-02-14
2
-8
/
+0
*
r600g: don't advertise integer textures without GLSL 1.3
Marek Olšák
2012-02-14
2
-0
/
+8
*
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
*
gallivm: Replace architecture test with PIPE_ARCH_*
Stéphane Marchesin
2012-02-12
1
-4
/
+6
*
i915g: Remove useless draw calls.
Stéphane Marchesin
2012-02-12
3
-41
/
+2
*
i915g: Add a way to profile the contents of command buffers.
Stéphane Marchesin
2012-02-12
1
-0
/
+12
*
i915g: Fix comments.
Stéphane Marchesin
2012-02-12
1
-2
/
+2
*
i915g: Don't emit state when it's already bound.
Stéphane Marchesin
2012-02-12
1
-0
/
+32
*
i915g: Remove unused poly stipple state.
Stéphane Marchesin
2012-02-12
2
-54
/
+0
*
i915g: Implement stipple with draw.
Stéphane Marchesin
2012-02-12
2
-1
/
+5
*
i915g: Fix comment.
Stéphane Marchesin
2012-02-12
1
-1
/
+1
*
i915g: Move ureg defines to the header so we can share them.
Stéphane Marchesin
2012-02-12
2
-32
/
+32
*
i915g: Separate declarations and program in the fragment program struct.
Stéphane Marchesin
2012-02-12
4
-9
/
+31
*
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
*
r300g: always fail to create a multisample resource
Marek Olšák
2012-02-12
1
-0
/
+3
*
r300g: assert-fail when calling resource_resolve
Marek Olšák
2012-02-12
1
-0
/
+3
*
gallium/xvmc: r300 and r600 now depend on libdrm_radeon
Alex Deucher
2012-02-11
2
-2
/
+2
[next]