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
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
12
-6
/
+57
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
11
-17
/
+16
*
u_vbuf: translate per-vertex, per-instance, and constant attribs separately
Marek Olšák
2012-01-05
1
-104
/
+236
*
u_vbuf: take start_instance into account when uploading instanced attribs
Marek Olšák
2012-01-05
1
-2
/
+4
*
u_upload_mgr: remove the 'flushed' parameter
Marek Olšák
2012-01-05
9
-39
/
+18
*
u_vbuf: don't map user buffers, just obtain a pointer to them
Marek Olšák
2012-01-05
1
-6
/
+11
*
u_vbuf: only map a subrange of buffers to translate
Marek Olšák
2012-01-05
1
-9
/
+8
*
gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
2012-01-05
3
-6
/
+6
*
u_vbuf: remove the workaround for half floats and translate
Marek Olšák
2012-01-05
1
-20
/
+1
*
translate: implement translation of half floats in the generic codepath
Marek Olšák
2012-01-05
1
-0
/
+21
*
svga: Trim the dri binary a bit on scons release builds
Jakob Bornecrantz
2012-01-05
1
-1
/
+5
*
svga: Fix texture cube param cap
Jakob Bornecrantz
2012-01-05
1
-2
/
+2
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
7
-232
/
+255
*
gallium: add STATIC_ASSERT macro
Brian Paul
2012-01-05
1
-0
/
+11
*
gallium/util: fix argument cast in x32_s8_get_tile_rgba() call
Brian Paul
2012-01-04
1
-1
/
+1
*
vl/mpeg2: simple fix to get xine running again
Christian König
2012-01-04
1
-4
/
+5
*
tgsi/softpipe: disable FAST_MATH
Dave Airlie
2012-01-03
1
-1
/
+1
*
softpipe: remove the 32bits limitation on depth(-stencil) formats
Morgan Armand
2012-01-03
6
-21
/
+91
*
gallium: use Haiku provided debug_printf in OS.h
Alexander von Gluck
2012-01-03
1
-1
/
+4
*
r600g: add missing colorswaps for r8 uint/sint.
Dave Airlie
2012-01-02
2
-0
/
+4
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
2
-4
/
+51
*
vl: seperate shader buffers from components
Christian König
2012-01-02
7
-64
/
+38
*
r300g: inline r300_resource_set_properties
Marek Olšák
2012-01-01
1
-16
/
+1
*
r300g: rework resource_copy_region, not changing pipe_resource
Marek Olšák
2012-01-01
9
-119
/
+194
*
u_blitter: expose functions for setting default views and surfaces for copying
Marek Olšák
2012-01-01
2
-18
/
+65
*
softpipe: reorder LIT to fix fp-lit-src-equals-dst
Dave Airlie
2011-12-31
1
-8
/
+8
*
llvmpipe: fix blending for intensity formats
Dave Airlie
2011-12-31
1
-1
/
+2
*
u_format: fix latc fetches.
Dave Airlie
2011-12-30
1
-1
/
+6
*
u_format/rgtc: fix alpha values in returned texels.
Dave Airlie
2011-12-30
1
-1
/
+10
*
st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()
Brian Paul
2011-12-30
1
-1
/
+1
*
u_format: fix inv_swizzles generation
Dave Airlie
2011-12-30
1
-1
/
+2
*
r600g: Manage fences per screen rather than per context.
Michel Dänzer
2011-12-30
2
-56
/
+65
*
i915g: Allocate tmp for KILP
Stéphane Marchesin
2011-12-30
1
-0
/
+2
*
llvmpipe: Remove useless draw_install_pstipple_stage call.
Stéphane Marchesin
2011-12-29
1
-5
/
+0
*
i915g: Add missing draw_flush call.
Stéphane Marchesin
2011-12-28
1
-0
/
+7
*
i915g: Only apply the optimization to output vars.
Stéphane Marchesin
2011-12-27
1
-0
/
+1
*
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
gallium/u_pack: fix l8/i8 pack color ub
Dave Airlie
2011-12-27
1
-1
/
+1
*
vl: call decode_bitstream only once
Christian König
2011-12-26
5
-10
/
+19
*
r600g: fix a warning that a variable may be uninitialized
Marek Olšák
2011-12-25
1
-0
/
+2
*
gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
Marek Olšák
2011-12-25
4
-5
/
+0
*
r300g: mapping buffers for read should be unsynchronized
Marek Olšák
2011-12-24
1
-1
/
+9
*
winsys/radeon: move managing GEM domains back to drivers
Marek Olšák
2011-12-24
14
-76
/
+106
*
vl: Fix inverted logic in vlc checks
Maarten Lankhorst
2011-12-24
1
-4
/
+4
*
egl,glx,wgl: Fixes stapi->createContext usage
Alexandre Demers
2011-12-24
3
-6
/
+9
*
st-api: Have context_create explain why creation failed
Ian Romanick
2011-12-23
3
-4
/
+28
*
st-api: Clean-up OpenGL profile handling
Ian Romanick
2011-12-23
3
-19
/
+44
*
vl: improve vlc functions and handling
Maarten Lankhorst
2011-12-23
2
-59
/
+156
*
nouveau: Fix bugs in nouveau_video_buffer
Maarten Lankhorst
2011-12-23
2
-4
/
+3
*
gallivm: Close a memory leak
Lauri Kasanen
2011-12-22
1
-0
/
+1
[next]