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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_blit: set dst format from pipe_resource, not pipe_surface
Marek Olšák
2012-10-24
1
-1
/
+1
*
softpipe: fix softpipe_delete_fs_state() failed assertion
Brian Paul
2012-10-24
1
-2
/
+4
*
gallivm: fix crash in lp_sampler_static_state()
Brian Paul
2012-10-24
1
-4
/
+3
*
r600g: fix instance divisor on Cayman
Marek Olšák
2012-10-19
1
-19
/
+35
*
r600g: fix EXP on Cayman
Marek Olšák
2012-10-16
1
-4
/
+2
*
r600g: fix RSQ of negative value on Cayman
Marek Olšák
2012-10-16
1
-0
/
+5
*
winsys/radeon: fix relocs caching
Vadim Girlin
2012-10-16
2
-8
/
+6
*
r300g: fix colormask with non-BGRA formats
Marek Olšák
2012-10-16
4
-31
/
+160
*
r600g: 8.0.x support for Trinity
Alex Deucher
2012-10-16
3
-3
/
+5
*
svga: fix invalid memory reference in needs_to_create_zero()
Brian Paul
2012-10-12
1
-5
/
+5
*
winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy
Maarten Lankhorst
2012-09-20
1
-1
/
+0
*
st/egl: fix uninitialized pointer bug
Brian Paul
2012-07-31
1
-1
/
+1
*
gallium/targets: pass ldflags parameter to MKLIB
Thomas Gstädtner
2012-07-06
1
-1
/
+1
*
r600g: check gpr count limit
Vadim Girlin
2012-07-06
1
-0
/
+8
*
draw: fix missing immediates bug in polygon stipple code
Brian Paul
2012-07-06
1
-0
/
+5
*
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
*
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
*
svga: fix synchronization bug between sampler views and surfaces
Brian Paul
2012-06-18
1
-0
/
+5
*
draw: fix primitive restart bug by using the index buffer offset
Brian Paul
2012-06-18
1
-3
/
+6
*
vega: fix 565 color unpacking bug
Andreas Betz
2012-06-18
1
-2
/
+2
*
nv50: handle NEG,ABS modifiers for short RCP encoding
Christoph Bumiller
2012-06-14
1
-1
/
+3
*
drisw: fix image stride calculation for 16-bit.
Dave Airlie
2012-05-18
1
-3
/
+3
*
svga: fix typedef conflicts on Haiku
Alexander von Gluck
2012-05-17
1
-0
/
+4
*
llvmpipe: fix symbol conflict on Haiku
Alexander von Gluck
2012-05-17
1
-2
/
+2
*
r300/compiler: Copy all instruction attributes during local transfoms
Tom Stellard
2012-05-06
1
-31
/
+42
*
r300/compiler: Clear loop registers in vertex shaders w/o loops
Tom Stellard
2012-05-06
2
-16
/
+13
*
egl-static: fix printf warning
Dylan Noblesmith
2012-04-29
1
-1
/
+2
*
st/vega: fix uninitialized values
Dylan Noblesmith
2012-04-29
1
-2
/
+2
*
util: fix uninitialized table
Dylan Noblesmith
2012-04-29
2
-5
/
+7
*
util: fix undefined behavior
Dylan Noblesmith
2012-04-29
1
-5
/
+10
*
r300g/swtcl: fix crash when back color is present in vertex shader
Marek Olšák
2012-04-04
1
-39
/
+56
*
r300g/swtcl: fix polygon offset
Marek Olšák
2012-04-04
1
-0
/
+4
*
r300g/swtcl: don't expose shader subroutine support
Marek Olšák
2012-04-04
1
-0
/
+1
*
r300g/swtcl: don't enter u_vbuf_mgr
Marek Olšák
2012-04-04
5
-34
/
+48
*
r300g/swtcl: don't print an error when getting ClipVertex
Marek Olšák
2012-04-04
4
-9
/
+21
*
util: add mutex lock in u_debug_memory.c code
Brian Paul
2012-03-14
1
-0
/
+9
*
svga: add null vs pointer check in update_need_pipeline()
Brian Paul
2012-03-09
1
-1
/
+1
*
svga: fix the rasterizer state resets
Zack Rusin
2012-03-09
2
-2
/
+17
*
svga: Fix stencil op mapping
Zack Rusin
2012-03-09
1
-4
/
+4
*
svga: fix a crash happening before setting fragment shaders.
Zack Rusin
2012-03-09
1
-1
/
+2
*
svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.
José Fonseca
2012-03-01
1
-2
/
+2
*
r300/compiler: Fix bug when lowering KILP on r300 cards
Tom Stellard
2012-02-26
1
-10
/
+54
*
gallium/rtasm: properly detect SSE and SSE2
Marek Olšák
2012-02-27
1
-24
/
+24
*
r600g: Use a fake reloc to sleep for fences
Simon Farnsworth
2012-02-16
2
-2
/
+24
[next]