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
*
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
*
softpipe: Simplify texture memory layout.
Michel Dänzer
2008-01-10
3
-346
/
+30
*
softpipe: map only once in softpipe_map_surfaces
Jerome Glisse
2008-01-10
1
-3
/
+3
*
llvm: we need custom rules so had to redo the build a little bit
Zack Rusin
2008-01-04
1
-7
/
+5
*
rename vars, clean-up formatting
Brian
2008-01-03
1
-13
/
+20
*
replace void * with struct draw_vertex_shader opaque type
Brian
2008-01-03
1
-1
/
+1
*
Clean-up, re-org some vertex/fragment shader state code.
Brian
2008-01-01
4
-29
/
+27
*
move SP_NEW_ #defines into sp_state.h
Brian
2008-01-01
2
-16
/
+21
*
fix single-sided stencil test bug
Brian
2008-01-01
1
-7
/
+13
*
fix leak, fix refcount error
Brian
2008-01-01
1
-6
/
+11
*
unref const buffers during context destroy
Brian
2008-01-01
1
-0
/
+7
*
free surface caches in softpipe_destroy()
Brian
2008-01-01
1
-0
/
+9
*
free tgsi machine state
Brian
2008-01-01
1
-0
/
+1
*
setup the frontface register (fog.y, ATM)
Brian
2007-12-18
1
-1
/
+7
*
fix some semantic info mix-ups in calculate_vertex_layout()
Brian
2007-12-18
1
-8
/
+4
*
obsolete
Brian
2007-12-17
2
-806
/
+0
*
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-17
8
-80
/
+31
*
switch on cpp instead of format
Brian
2007-12-16
1
-7
/
+7
*
Use tile functions in new p_tile.[ch]
Brian
2007-12-15
2
-87
/
+9
*
don't allocate scratch tile in sp_tile_cache_flush_clear() to avoid stack ove...
Brian
2007-12-15
1
-4
/
+5
*
Added origin_lower_left field to pipe_rasterizer_state
Brian
2007-12-14
2
-7
/
+23
*
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-14
6
-161
/
+267
*
remove unused var
Brian
2007-12-13
1
-2
/
+0
*
965: get fragment shader compiler compiling
Keith Whitwell
2007-12-13
1
-4
/
+0
*
Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...
Brian
2007-12-13
1
-1
/
+10
*
added r5g5b5_put_tile_rgba()
Brian
2007-12-12
1
-2
/
+33
*
remove #include
Brian
2007-12-12
1
-1
/
+1
*
Move float/rgba tile get/put functions into new file.
Brian
2007-12-12
4
-666
/
+777
*
PIPE_SCREEN_SURFACE no longer needed
Brian
2007-12-12
1
-3
/
+1
*
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
2007-12-12
1
-0
/
+5
*
move some code to avoid deref of NULL ptr
Brian
2007-12-12
1
-3
/
+3
*
softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.
Michel Dänzer
2007-12-11
1
-0
/
+59
*
Rework gallium and mesa queries a little.
Keith Whitwell
2007-12-11
6
-43
/
+162
*
Redo the way we pass arguments to the llvm.
Zack Rusin
2007-12-11
1
-3
/
+2
*
Implement kilp and make it work
Zack Rusin
2007-12-11
1
-1
/
+1
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
5
-23
/
+6
*
gallium: remove redundant clear_color state.
Keith Whitwell
2007-12-11
4
-13
/
+0
*
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
6
-109
/
+0
*
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-11
1
-2
/
+2
*
minor clean-ups, comments
Brian
2007-12-10
1
-16
/
+19
*
gallium: remove unnecessary guards on qs->next
Keith Whitwell
2007-12-10
12
-30
/
+14
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
2
-13
/
+27
*
disable assertion in sp_tile_cache_set_surface() for now
Brian
2007-12-10
1
-1
/
+1
*
Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
Michel Dänzer
2007-12-10
1
-4
/
+1
*
use quadColor local var
Brian
2007-12-09
5
-108
/
+114
*
Fix looping for multi-color buffer writing.
Brian
2007-12-09
6
-9
/
+11
*
Adapt for winsys interface changes.
José Fonseca
2007-12-09
1
-1
/
+3
*
gallium: use SSE by default
José Fonseca
2007-12-09
1
-1
/
+1
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
2
-0
/
+18
[next]