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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv30: use FREE macro
Patrice Mandin
2008-03-30
7
-14
/
+14
*
nv40: mark fp dirty even when only consts updated
Ben Skeggs
2008-03-31
1
-2
/
+2
*
nouveau: adapt to recent gallium changes
Ben Skeggs
2008-03-30
22
-117
/
+121
*
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-30
87
-577
/
+1378
|
\
|
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
15
-144
/
+162
|
*
gallium: Fix some MSVC warnings.
José Fonseca
2008-03-29
2
-5
/
+5
|
*
gallium: Fix computation of Z values when not using early Z.
Brian
2008-03-28
1
-9
/
+12
|
*
gallium: remove redundant compare bit in sampler state
Roland Scheidegger
2008-03-28
2
-3
/
+1
|
*
gallium: Bump PIPE_MAX_SAMPLERS to 16.
Michal Krol
2008-03-28
1
-1
/
+1
|
*
If visual is 32bpp, set visual->alphaBits = 8.
Brian
2008-03-27
1
-0
/
+8
|
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
28
-61
/
+62
|
*
gallium: updated/improved comments, minor re-formatting
Brian Paul
2008-03-27
1
-31
/
+27
|
*
gallium: return pipe_shader_state from the simple shader functions
Brian
2008-03-27
4
-19
/
+42
|
*
gallium: fix incorrect types for shaders
Brian
2008-03-27
2
-6
/
+5
|
*
gallium: remove temporary static var
Brian
2008-03-27
2
-6
/
+6
|
*
gallium: silence unused var warning
Brian
2008-03-27
1
-0
/
+2
|
*
cell: include cell_state_per_fragment.h to silence warning
Brian
2008-03-27
1
-0
/
+1
|
*
cell: added (uint64_t) cast to silence warning
Brian
2008-03-27
1
-1
/
+1
|
*
cell: fix unclosed comment
Brian
2008-03-27
1
-1
/
+1
|
*
xlib: Fix build error from recent fence changes
Ian Romanick
2008-03-26
1
-3
/
+3
|
*
cell: Implement code-gen for logic op
Ian Romanick
2008-03-26
8
-33
/
+349
|
*
gallium: as for aapoints, make the extra texcoord per-shader state
Brian Paul
2008-03-26
1
-11
/
+13
|
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
21
-61
/
+97
|
*
gallium: the generic attrib we use for computing coverage is per-shader
Brian
2008-03-25
1
-11
/
+13
|
*
gallium: added fragment emit/write debug counters
Brian
2008-03-25
1
-0
/
+30
|
*
xlib: Add support for MIT-SHM in xlib winsys driver
Ian Romanick
2008-03-25
4
-56
/
+267
|
*
cell: Float convert-to and convert-from instructions use different shift bias
Ian Romanick
2008-03-25
2
-7
/
+7
|
*
draw: Take flatshade_first rasterizer bit into account.
Michal Krol
2008-03-25
1
-45
/
+117
|
*
gallium: Introduce flatshade_first field to rasterizer_state.
Michal Krol
2008-03-25
1
-0
/
+1
|
*
draw: vertex fetch can be validated too early leading to an assertion... disable
Keith Whitwell
2008-03-25
1
-1
/
+5
|
*
draw: don't use fetch_and_store for bypass_vs mode, it's not quite right
Keith Whitwell
2008-03-25
1
-4
/
+1
|
*
Fix typo
José Fonseca
2008-03-25
1
-3
/
+3
|
*
draw: take primitive into account when deciding if the pipeline is active
Keith Whitwell
2008-03-25
4
-37
/
+69
|
*
gallium: Use debug_get_option for GETENV
José Fonseca
2008-03-25
1
-5
/
+2
|
*
gallium: Fix default option on Windows.
José Fonseca
2008-03-25
1
-7
/
+6
|
*
gallium: be smarter about picking the sampler unit for pstipple, aaalines
Brian
2008-03-24
2
-21
/
+74
*
|
nv40: vp 1/0/- swz
Ben Skeggs
2008-03-30
1
-1
/
+73
*
|
nv40: vp const/immd fix
Ben Skeggs
2008-03-30
1
-6
/
+14
*
|
nv40: respect do_flip in surface_copy()
Ben Skeggs
2008-03-25
1
-2
/
+14
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-25
28
-201
/
+1842
|
\
|
|
*
gallium: fix a few bugs, warnings in the p_debug code
Brian
2008-03-24
2
-5
/
+8
|
*
gallium: move sampler_unit field to pstip_fragment_shader since it's per-shader
Brian
2008-03-24
1
-5
/
+16
|
*
gallium: make a copy of the vertex shader's token array.
Brian
2008-03-24
3
-3
/
+17
|
*
gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)
Brian
2008-03-24
2
-4
/
+17
|
*
gallium: added tgsi_num_tokens() function to return number of tokens in token...
Brian
2008-03-24
2
-0
/
+17
|
*
gallium: Simple cross platform get-opt system.
José Fonseca
2008-03-24
2
-0
/
+171
|
*
gallium: cleanup p_debug
José Fonseca
2008-03-24
2
-30
/
+118
|
*
gallium: move filter assignment out of loop
Brian
2008-03-24
1
-2
/
+4
|
*
gallium: fix REALLOC() to copy smaller of old/new sizes
Brian
2008-03-24
1
-3
/
+3
|
*
gallium: Protect operator precedence in macro.
José Fonseca
2008-03-24
1
-1
/
+1
[next]