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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/Makefile
Matthew Bell
2009-12-14
1
-4
/
+4
*
softpipe: Initialize source in blend_quad.
Vinson Lee
2009-12-12
1
-1
/
+2
*
i915g: Silence unused value warning in intel_drm_get_device_id.
Vinson Lee
2009-12-12
1
-0
/
+1
*
i915g: Fix memory leak when pci id is unknown.
Vinson Lee
2009-12-08
1
-0
/
+1
*
i915g: Add missing break statement in i915_debug_packet.
Vinson Lee
2009-12-08
1
-0
/
+1
*
rbug: Initialize variable in rbug_get_message.
Vinson Lee
2009-12-08
1
-0
/
+1
*
llvmpipe: Initialize variables in emit_instruction.
Vinson Lee
2009-12-07
1
-3
/
+3
*
st/egl: Fix memory leak in egl_tracker.c.
Vinson Lee
2009-12-06
1
-1
/
+1
*
draw: Initialize variable in draw_pt.c.
Vinson Lee
2009-12-05
1
-1
/
+2
*
r300g: use $(MAKE) variable
Coleman Kane
2009-12-04
1
-1
/
+1
*
gallium/util: Initialize variables in u_pack_color.h.
Vinson Lee
2009-12-03
1
-1
/
+4
*
cell: added tex_usage param to xm_surface_buffer_create()
Brian Paul
2009-12-02
1
-0
/
+1
*
xorg/st: fixup builds against later dpms headers.
Brian Paul
2009-11-18
2
-0
/
+8
*
draw: Fix memory leak.
Vinson Lee
2009-10-27
1
-0
/
+2
*
cell: fix compilation on cell
Marc Dietrich
2009-10-20
1
-2
/
+2
*
softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
Brian Paul
2009-10-10
1
-1
/
+6
*
gallium/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
2009-10-07
1
-4
/
+6
*
gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
2009-10-07
3
-13
/
+34
*
gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
2009-10-07
1
-3
/
+5
*
gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
Brian Paul
2009-10-02
1
-2
/
+2
*
gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()
Brian Paul
2009-10-02
1
-2
/
+2
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
9
-11
/
+11
*
gallium: remove // comment and extra whitespace
Brian Paul
2009-10-02
1
-7
/
+0
*
gallium/util: silence uninitialized var warning
Brian Paul
2009-10-01
1
-0
/
+1
*
gallium/xlib: fix GLX_RENDER_TYPE query
Brian Paul
2009-09-29
1
-4
/
+4
*
softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()
Brian Paul
2009-09-29
1
-0
/
+5
*
softpipe: Grab a ref when the fb is set.
Brian Paul
2009-09-29
2
-4
/
+9
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-28
1
-0
/
+11
|
\
|
*
gallium/util: add sanity check assertions
Brian Paul
2009-09-28
1
-0
/
+11
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-1
/
+1
|
\
|
|
*
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
Vinson Lee
2009-09-24
1
-1
/
+1
*
|
tgsi/sse: Pass the lodbias, not zero. More comments.
Brian Paul
2009-09-24
1
-5
/
+5
*
|
softpipe: added max texture/surface size sanity check
Brian Paul
2009-09-23
1
-0
/
+6
*
|
softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
Brian Paul
2009-09-23
1
-2
/
+2
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-21
1
-2
/
+2
|
\
|
|
*
softpipe: Fix cube face selection.
Brian Paul
2009-09-21
1
-2
/
+2
*
|
gallium: Add Mac OS to pipe/p_thread.h.
Vinson Lee
2009-09-14
1
-5
/
+5
*
|
llvmpipe: asst fixes for 'make linux-llvmpipe'
Brian Paul
2009-09-11
3
-0
/
+6
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-10
1
-1
/
+3
|
\
|
|
*
softpipe: minor indentation fix
Brian Paul
2009-09-10
1
-1
/
+1
|
*
softpipe: set dirty_render_cache in softpipe_clear()
Brian Paul
2009-09-10
1
-0
/
+2
*
|
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2009-09-10
2
-14
/
+43
*
|
gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
2009-09-10
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-2
/
+0
|
\
|
|
*
gallium/xlib: silence unitialized var warning
Brian Paul
2009-09-03
1
-1
/
+1
|
*
gallium/xlib: silence uninitialized var warning
Brian Paul
2009-09-03
1
-1
/
+1
|
*
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-02
4
-15
/
+100
|
*
draw: remove unused variable
Keith Whitwell
2009-09-02
1
-1
/
+0
*
|
gallium: Added HaikuOS platform
aljen
2009-09-09
9
-19
/
+31
*
|
gallium/xlib: minor clean-ups
Brian Paul
2009-09-04
1
-14
/
+5
[next]