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
/
mesa
/
pipe
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fix build on Windows.
Michal Krol
2008-02-15
1
-1
/
+1
*
gallium: Fix MSVC compiler warnings.
José Fonseca
2008-02-15
1
-0
/
+4
*
gallium: remove some debug assertions in vertex format validation
Brian
2008-02-14
1
-12
/
+11
*
gallium: rearrange vertex info/layout validation
Brian
2008-02-14
4
-76
/
+134
*
gallium: include draw_context.h to silence warning
Brian
2008-02-14
1
-0
/
+1
*
gallium: call draw_flush() in softpipe_flush()
Brian
2008-02-14
1
-0
/
+2
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
1
-2
/
+3
*
disable llvm code in fs
Zack Rusin
2008-02-13
1
-0
/
+2
*
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-12
3
-14
/
+12
*
disable llvm for fragment shaders for now
Zack Rusin
2008-02-10
1
-0
/
+4
*
rewrite the way we handle ir in llvm code
Zack Rusin
2008-02-10
1
-1
/
+1
*
gallium: added draw_flush() call in softpipe_bind_sampler_state()
Brian
2008-02-08
1
-0
/
+2
*
gallium: use mem_dup()
Brian
2008-02-06
3
-15
/
+6
*
gallium: change pipe->texture_create() to operate like the CSO functions
Brian
2008-02-06
2
-19
/
+19
*
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-02-06
3
-19
/
+19
*
gallium: comments about fragment Z computation
Brian
2008-01-31
1
-0
/
+9
*
gallium: Fix z clear bug when TILE_CLEAR_OPTIMIZATION==0
Brian
2008-01-31
1
-0
/
+2
*
gallium: fix get/put typo regression
Brian
2008-01-31
1
-5
/
+5
*
gallium: Add SCons as alternative build system for Gallium.
José Fonseca
2008-01-31
1
-0
/
+42
*
gallium: Fix build on Windows.
Michal Krol
2008-01-26
1
-3
/
+3
*
gallium: minor cleanups to pipe interface
Keith Whitwell
2008-01-26
2
-29
/
+4
*
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
3
-15
/
+41
*
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
6
-9
/
+10
*
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-25
2
-9
/
+6
*
disable usage of llvm in fragment shaders
Zack Rusin
2008-01-24
1
-0
/
+5
*
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
1
-12
/
+10
*
gallium: improved vertex layout and interpolant setup in softpipe
Brian
2008-01-23
4
-159
/
+121
*
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-23
8
-42
/
+23
*
gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes ...
Brian
2008-01-23
1
-0
/
+6
*
gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs...
Brian
2008-01-23
3
-27
/
+60
*
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-23
6
-405
/
+197
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
5
-5
/
+13
*
gallium: remove unneeded protos, #includes, etc
Brian
2008-01-21
1
-25
/
+0
*
gallium: include sp_headers.h
Brian
2008-01-21
1
-0
/
+1
*
gallium: move softpipe_get_tex_surface() prototype
Brian
2008-01-21
2
-9
/
+5
*
gallium: add license comment
Brian
2008-01-21
1
-0
/
+27
*
gallium: move softpipe_get_tex_surface() into sp_texture.c
Brian
2008-01-21
2
-38
/
+36
*
gallium: remove per-fragment line stipple code
Brian
2008-01-21
1
-35
/
+5
*
fix broken point rendering in sp_vbuf_render()
Brian
2008-01-21
1
-2
/
+2
*
gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...
Brian
2008-01-21
1
-8
/
+9
*
Unify copy_rect helpers.
Michel Dänzer
2008-01-18
1
-51
/
+12
*
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-17
6
-8
/
+11
*
gallium: fix warning
Keith Whitwell
2008-01-17
1
-0
/
+1
*
Fix broken fog.
Brian
2008-01-16
1
-7
/
+11
*
Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.
Brian
2008-01-15
2
-4
/
+4
*
disable debug printf
Brian
2008-01-14
1
-0
/
+2
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
2
-14
/
+13
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
5
-71
/
+64
*
comment about vertex data in emit_vertex()
Brian
2008-01-10
1
-0
/
+6
*
clean-up comments, code
Brian
2008-01-10
3
-54
/
+63
[next]