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
Commit message (
Expand
)
Author
Age
Files
Lines
*
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-06-09
14
-99
/
+152
*
xorg/vmwgfx: Disable 3D by default.
Thomas Hellstrom
2010-06-09
1
-0
/
+1
*
st/xorg: Add a customizable option to disable 3D.
Thomas Hellstrom
2010-06-09
2
-3
/
+17
*
nvfx: fix typo from gallium-msaa merge
Ben Skeggs
2010-06-09
1
-1
/
+1
*
nv50: fix typo from gallium-msaa merge
Ben Skeggs
2010-06-09
1
-1
/
+1
*
nv50: use MARK_RING correctly
Ben Skeggs
2010-06-09
1
-4
/
+6
*
draw: Remove unnecessary headers.
Vinson Lee
2010-06-08
2
-2
/
+0
*
r600g: save vertex buffers in blitter
Marek Olšák
2010-06-09
1
-0
/
+3
*
r300g: save vertex buffers in blitter
Marek Olšák
2010-06-09
1
-2
/
+1
*
util: reference vertex buffers in blitter
Marek Olšák
2010-06-09
2
-0
/
+18
*
r300g: report that transfers are always supported
Marek Olšák
2010-06-09
1
-0
/
+6
*
r300g: fix loading compressed textures
Marek Olšák
2010-06-09
1
-2
/
+6
*
r300g: skip rendering for unsupported vertex formats instead of aborting
Marek Olšák
2010-06-08
4
-94
/
+93
*
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
2010-06-08
1
-0
/
+1
*
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
9
-60
/
+41
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
44
-272
/
+277
*
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
2010-06-08
1
-4
/
+1
*
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
2010-06-08
1
-22
/
+4
*
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
2010-06-08
1
-1
/
+1
*
softpipe: make sure we don't fallback to assert on so stats query
Zack Rusin
2010-06-08
1
-0
/
+2
*
softpipe: make sure that invalid calls to sosettargets don't crash us
Zack Rusin
2010-06-08
1
-0
/
+7
*
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
2
-59
/
+61
*
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
1
-0
/
+4
*
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-26
/
+12
*
r600: Fill uiFP_OutputMap for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-16
/
+17
*
SConscript: don't build mesa components if mesa not in state trackers
Keith Whitwell
2010-06-08
1
-5
/
+5
*
softpipe: added sp_state_so.c to file list
Brian Paul
2010-06-08
1
-0
/
+1
*
gallium: scream when one of two unimplemented features in draw is used
Zack Rusin
2010-06-08
1
-6
/
+12
*
gallium: add basic support for stream output queries
Zack Rusin
2010-06-08
4
-3
/
+38
*
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
12
-15
/
+22
*
gallium: rename draw_auto to draw_stream_output, plus fix a comment
Zack Rusin
2010-06-08
5
-5
/
+4
*
gallium: make draw auto work and add relevant caps and docs
Zack Rusin
2010-06-08
7
-6
/
+43
*
gallium: add interface for DrawAuto and implement it in softpipe
Zack Rusin
2010-06-08
6
-1
/
+75
*
gallium: a lot more complete implementation of stream output
Zack Rusin
2010-06-08
9
-75
/
+381
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
11
-1
/
+161
*
st/mesa: attempt to fix TFP by using sampler views (v1)
Dave Airlie
2010-06-08
5
-10
/
+63
*
llvmpipe: Add geom shader file to make build
Jakob Bornecrantz
2010-06-08
1
-0
/
+1
*
graw: Fix file handle leaks.
Vinson Lee
2010-06-07
3
-0
/
+3
*
graw: Remove unnecessary headers.
Vinson Lee
2010-06-07
3
-3
/
+0
*
sw: Remove unnecessary header.
Vinson Lee
2010-06-07
1
-1
/
+0
*
glew: Drop glew now that we don't need it for the progs
Jakob Bornecrantz
2010-06-08
7
-24131
/
+0
*
r600g: Remove unnecessary header.
Vinson Lee
2010-06-07
1
-1
/
+0
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-06-07
1
-1
/
+0
*
graw: Add gallium library to SCons build.
Vinson Lee
2010-06-07
1
-1
/
+1
*
r300g: fix hardlock caused by an incompatible vertex format
Marek Olšák
2010-06-07
1
-1
/
+1
*
graw: add gs-test.c and some simple geometry shader examples
Keith Whitwell
2010-06-07
8
-2
/
+626
*
softpipe: use util_clear_render_target/depth_stencil fallbacks
Roland Scheidegger
2010-06-07
1
-0
/
+2
*
llvmpipe: use util_clear_render_target/depth_stencil fallbacks
Roland Scheidegger
2010-06-07
1
-0
/
+2
*
util: implement util_clear_depth_stencil fallback
Roland Scheidegger
2010-06-07
2
-1
/
+115
*
graw: add parse_geometry_shader helper
Keith Whitwell
2010-06-07
2
-0
/
+16
[next]