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: remove assertions that do not allow compressed 2D_ARRAY textures
Marek Olšák
2012-07-31
1
-4
/
+2
*
i965/fs: Invalidate live intervals in passes that remove an instruction.
Eric Anholt
2012-07-31
1
-0
/
+6
*
i965: Avoid unnecessary recompiles for shaders that don't use dFdy().
Paul Berry
2012-07-31
4
-14
/
+10
*
mesa: Add UsesDFdy to struct gl_fragment_program.
Paul Berry
2012-07-31
2
-0
/
+3
*
i965: Compute dFdy() correctly for FBOs.
Paul Berry
2012-07-31
6
-9
/
+46
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-07-31
16
-32
/
+48
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-07-31
7
-48
/
+52
*
i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
Eric Anholt
2012-07-27
1
-1
/
+1
*
mesa: Bump version number to 8.0.4
Ian Romanick
2012-07-10
1
-2
/
+2
*
st/mesa: don't do srgb->linear conversion in decompress_with_blit
Marek Olšák
2012-07-06
1
-0
/
+1
*
gallium/targets: pass ldflags parameter to MKLIB
Thomas Gstädtner
2012-07-06
1
-1
/
+1
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-07-06
1
-0
/
+4
*
r600g: check gpr count limit
Vadim Girlin
2012-07-06
1
-0
/
+8
*
st/mesa: fix max_offset computation for base vertex
Brian Paul
2012-07-06
1
-2
/
+18
*
glsl: Don't trust loop analysis in the presence of function calls.
Kenneth Graunke
2012-07-06
2
-0
/
+34
*
draw: fix missing immediates bug in polygon stipple code
Brian Paul
2012-07-06
1
-0
/
+5
*
st/mesa: fix mipmap image size computation w.r.t. texture arrays
Brian Paul
2012-07-06
1
-3
/
+15
*
st/mesa: add null pointer check in st_texture_image_map()
Brian Paul
2012-07-06
1
-0
/
+3
*
st/mesa: use private pipe_sampler_view in decompress_with_blit()
Brian Paul
2012-07-06
1
-4
/
+18
*
st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffers
Brian Paul
2012-07-06
1
-0
/
+6
*
draw: Ensure that prepare is always run after LLVM garbagge collection.
José Fonseca
2012-07-06
1
-0
/
+5
*
svga: reset vertex buffer offset in svga_release_user_upl_buffers()
Brian Paul
2012-07-06
1
-0
/
+11
*
svga: move svga_texture() casts/calls in svga_surface_copy()
Brian Paul
2012-07-06
1
-2
/
+4
*
st/mesa: copy num_immediates field when copying the immediates array
Brian Paul
2012-07-06
1
-1
/
+5
*
st/mesa: add fallback pipe formats for (compressed) R, RG formats
Brian Paul
2012-07-06
1
-12
/
+22
*
i915g: Don't avoid flushing when we have a pending fence.
Stéphane Marchesin
2012-07-06
1
-1
/
+4
*
i915g: Don't invert signalled/unsignalled fences
Stéphane Marchesin
2012-07-06
1
-2
/
+2
*
svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0
Brian Paul
2012-07-06
1
-1
/
+1
*
svga: fix min/max lod clamping
Brian Paul
2012-07-06
1
-4
/
+6
*
svga: add 0.5 in float->int conversion of sample min/max lod
Brian Paul
2012-07-06
1
-2
/
+2
*
st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers
Brian Paul
2012-07-06
2
-0
/
+4
*
glsl: Fix pi/2 constant in acos built-in function
Ian Romanick
2012-07-06
1
-4
/
+4
*
mesa: Free uniforms correclty.
Antoine Labour
2012-07-06
1
-1
/
+2
*
meta: Cleanup the resources we allocate.
Antoine Labour
2012-07-06
1
-6
/
+66
*
glx: Handle a null reply in QueryVersion.
Stéphane Marchesin
2012-07-06
1
-0
/
+3
*
glsl: Hook up loop_variable_state destructor to plug a memory leak.
Kenneth Graunke
2012-07-06
1
-0
/
+17
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-07-06
2
-2
/
+9
*
i965/vs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-07-06
1
-2
/
+2
*
i965/vs: Fix texelFetchOffset()
Eric Anholt
2012-07-06
1
-3
/
+23
*
i965/fs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-07-06
1
-12
/
+28
*
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
Kenneth Graunke
2012-07-06
1
-0
/
+4
*
mesa: Unbind ARB_transform_feedback2 binding points on Delete too.
Kenneth Graunke
2012-07-06
1
-1
/
+7
*
mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.
Kenneth Graunke
2012-07-06
1
-3
/
+18
*
mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.
Kenneth Graunke
2012-07-06
1
-0
/
+13
*
glsl/builtins: Fix textureGrad() for Array samplers.
Kenneth Graunke
2012-07-06
1
-3
/
+3
*
mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).
Kenneth Graunke
2012-07-06
1
-0
/
+8
*
glsl: Remove spurious printf messages
Ian Romanick
2012-07-06
1
-3
/
+0
*
ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
Kenneth Graunke
2012-07-06
1
-1
/
+1
*
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
Kurt Roeckx
2012-07-06
1
-1
/
+1
*
glu: fix two Clang warnings
Lukas Rössler
2012-07-06
2
-2
/
+2
[prev]
[next]