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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: fix compiler warning
Keith Whitwell
2008-03-10
1
-2
/
+1
*
gallium: use the same bypass_clipping logic on all vs paths
Keith Whitwell
2008-03-10
2
-33
/
+53
*
gallium: enable bug workaround in draw_vertex_cache_invalidate
Keith Whitwell
2008-03-10
1
-1
/
+5
*
gallium: new surface/context tracker (sct) module
Brian
2008-03-10
5
-0
/
+658
*
gallium: Use hardcoded breakpoints on x86 targets.
José Fonseca
2008-03-10
1
-7
/
+10
*
gallium: Import Dennis Smit cpu detection code.
José Fonseca
2008-03-10
2
-0
/
+584
*
gallium: WinCE portability fixes.
José Fonseca
2008-03-10
2
-1
/
+9
*
gallium: avoid deleting currently-bound CSO's on cache destruction
Keith Whitwell
2008-03-09
1
-10
/
+24
*
draw: cope with binding NULL vertex shader (on context delete, for instance)
Keith Whitwell
2008-03-09
1
-5
/
+12
*
cso: fix line endings
Keith Whitwell
2008-03-09
1
-340
/
+340
*
cso: Use MALLOC
Keith Whitwell
2008-03-09
1
-6
/
+6
*
cso: add a higher-level interface which does all pipe interactions to set a g...
Keith Whitwell
2008-03-09
4
-0
/
+427
*
gallium: Document debug_printf usage.
José Fonseca
2008-03-08
1
-1
/
+2
*
gallium: Surround externs with extern "C".
Michal Krol
2008-03-06
1
-6
/
+12
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
2
-49
/
+56
*
gallium: Use custom vsnprintf in WINDDK.
José Fonseca
2008-03-05
3
-1
/
+1502
*
draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...
Keith Whitwell
2008-03-04
1
-14
/
+24
*
win32: don't prepend all debug with gallium3d
Keith Whitwell
2008-03-03
1
-1
/
+1
*
draw: add fetch for bgra ubyte surfaces
Keith Whitwell
2008-03-03
1
-15
/
+29
*
refactor code calling builtins and implement dp4
Zack Rusin
2008-03-01
4
-27
/
+116
*
make the first builtin work (dp3)
Zack Rusin
2008-03-01
2
-18
/
+33
*
start implementing start of bultins
Zack Rusin
2008-03-01
8
-58
/
+228
*
gallium: fix line emit order for unfilled tris
Brian Paul
2008-02-29
1
-1
/
+1
*
gallium: point rast coord tweak
Brian Paul
2008-02-29
1
-7
/
+11
*
gallium: need precalc_flat=1 for wide lines
Brian Paul
2008-02-29
1
-0
/
+1
*
gallium: tweak coords for wide lines
Brian Paul
2008-02-29
1
-9
/
+12
*
gallium: added pipe_get/put_tile_z() functions
Brian Paul
2008-02-29
2
-0
/
+138
*
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...
Brian
2008-02-29
3
-84
/
+12
*
gallium: new wide point/line stages (missed in prev commit)
Brian Paul
2008-02-28
2
-0
/
+444
*
gallium: split draw_wide_prim stage into separate point/line stages.
Brian Paul
2008-02-28
6
-22
/
+30
*
gallium: Fix MSVC warnings.
José Fonseca
2008-02-28
1
-4
/
+4
*
gallium: Fix sign/unsign comparison.
José Fonseca
2008-02-28
1
-1
/
+1
*
gallium: added draw_num_vs_outputs() to query number of post-transform vertex...
Brian
2008-02-27
2
-0
/
+17
*
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-27
13
-35
/
+45
*
gallium: include p_util.h
Brian
2008-02-27
1
-0
/
+1
*
gallium: include p_compiler.h instead of p_util.h
Brian
2008-02-27
1
-1
/
+1
*
gallium: added file_max[] array to tgsi_shader_info
Brian
2008-02-27
2
-1
/
+5
*
gallium: added uses_kill field to tgsi_shader_info
Brian
2008-02-27
2
-0
/
+4
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
2
-4
/
+7
*
gallium: better debug messages
Brian
2008-02-27
1
-4
/
+4
*
gallium: Make headers C++ friendly.
José Fonseca
2008-02-27
3
-3
/
+30
*
gallium: Replace // comments.
José Fonseca
2008-02-27
8
-25
/
+25
*
gallium: Use stricter types.
José Fonseca
2008-02-27
1
-13
/
+13
*
gallium: updated prototype (missed in prev commit)
Brian
2008-02-26
1
-0
/
+2
*
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-26
4
-19
/
+23
*
gallium: Print texture target for short dumps.
Michal Krol
2008-02-26
1
-0
/
+18
*
gallium: collect more shader info in tgsi_scan_shader()
Brian
2008-02-26
2
-0
/
+31
*
gallium: disable debug code
Brian
2008-02-26
1
-1
/
+1
*
gallium: Fix build on Windows.
Michal Krol
2008-02-26
1
-1
/
+1
*
implement cache limits for cso
Zack Rusin
2008-02-26
3
-43
/
+110
[next]