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
/
drivers
/
softpipe
/
sp_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-17
1
-6
/
+19
*
softpipe: plug in softpipe's texture samplers into draw module.
Brian
2008-12-04
1
-0
/
+11
*
softpipe: First attempts at multithreaded softpipe.
Michal Krol
2008-09-08
1
-22
/
+27
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-1
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-22
1
-0
/
+3
*
softpipe: Replace GETENV by debug_get_bool_option.
José Fonseca
2008-06-10
1
-2
/
+2
*
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-06-10
1
-2
/
+2
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-0
/
+1
*
Merge branch 'gallium-vertex-linear' into gallium-tex-surfaces
Keith Whitwell
2008-05-28
1
-5
/
+16
|
\
|
*
softpipe: enable vbuf by default
Keith Whitwell
2008-05-27
1
-3
/
+5
|
*
softpipe: add failure paths for context creation
Keith Whitwell
2008-05-12
1
-2
/
+11
*
|
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
1
-3
/
+1
|
\
|
|
*
gallium: remove the unused softpipe_winsys code
Brian Paul
2008-05-01
1
-3
/
+1
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-3
/
+3
|
/
*
gallium: test for new PIPE_ARCH_X86
Brian Paul
2008-04-29
1
-1
/
+1
*
gallium: plug in softpipe_set_edgeflags() function
Brian Paul
2008-04-24
1
-0
/
+2
*
softpipe: implement SP_NO_RAST env var
Keith Whitwell
2008-04-22
1
-0
/
+3
*
gallium: get rid of bufloop quad stage
Brian
2008-04-07
1
-2
/
+0
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
1
-2
/
+2
*
gallium: remove DOS carriage returns
Brian
2008-03-14
1
-243
/
+243
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-243
/
+243
*
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
1
-26
/
+0
*
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-27
1
-25
/
+0
*
gallium: implement pipe_screen for softpipe driver
Brian
2008-02-27
1
-54
/
+10
*
gallium: softpipe_init_texture_funcs(), make texture func static
Brian
2008-02-27
1
-6
/
+1
*
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-26
1
-3
/
+0
*
gallium: new draw stage for polygon stipple.
Brian
2008-02-21
1
-0
/
+5
*
gallium: new AA point drawing stage
Brian
2008-02-21
1
-1
/
+5
*
gallium: new pipe->texture_update() function
Brian
2008-02-20
1
-0
/
+1
*
gallium: antialiased line drawing
Brian
2008-02-18
1
-0
/
+3
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
Code reorganization: move files into their places.
José Fonseca
2008-02-15
1
-0
/
+333