index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Link talloc.
José Fonseca
2010-08-14
1
-0
/
+1
*
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
193
-3812
/
+6087
|
\
|
*
r600g: fix color format, indentation, defines
Jerome Glisse
2010-08-06
3
-89
/
+93
|
*
Revert "r600g: don't use dynamic state allocation for states"
Jerome Glisse
2010-08-06
12
-362
/
+647
|
*
draw: Avoid mixed declarations and code.
Chia-I Wu
2010-08-06
3
-4
/
+4
|
*
r300g: Remove unnecessary headers.
Vinson Lee
2010-08-05
1
-2
/
+0
|
*
r600g: start to fix up multiple targets.
Dave Airlie
2010-08-06
3
-17
/
+50
|
*
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
1
-19
/
+15
|
*
draw: Mask out vertex flags in GS and stream output.
Chia-I Wu
2010-08-06
2
-2
/
+2
|
*
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
2
-296
/
+36
|
*
draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
Chia-I Wu
2010-08-06
2
-138
/
+38
|
*
draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
Chia-I Wu
2010-08-06
2
-171
/
+39
|
*
draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
Chia-I Wu
2010-08-06
2
-252
/
+92
|
*
draw: Add draw_decompose_tmp.h.
Chia-I Wu
2010-08-06
1
-0
/
+425
|
*
r600g: add SRGB support.
Dave Airlie
2010-08-06
3
-4
/
+23
|
*
r600g: fixup z format translations.
Dave Airlie
2010-08-06
2
-20
/
+24
|
*
r600g: fix targetmask to work correctly.
Dave Airlie
2010-08-06
1
-2
/
+1
|
*
r600g: improve supported format selection.
Dave Airlie
2010-08-06
6
-142
/
+212
|
*
r600g: add bo wait after map.
Dave Airlie
2010-08-06
1
-0
/
+2
|
*
r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0
Marek Olšák
2010-08-06
5
-2
/
+18
|
*
tgsi: Fix typo, so we follow what is in the comments
Jakob Bornecrantz
2010-08-05
1
-1
/
+1
|
*
tgsi: Add option to stop the sanity checker from printing
Jakob Bornecrantz
2010-08-05
2
-1
/
+15
|
*
util: Add option to not dump cpu caps
Jakob Bornecrantz
2010-08-05
1
-17
/
+22
|
*
llvmpipe: Only get no rast option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+5
|
*
gallivm: Only get debug option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+3
|
*
nvfx: fix nv30 vertex program scalar opcodes
Luca Barbieri
2010-08-06
1
-1
/
+7
|
*
nvfx: shut up unknown cap 64 warning
Luca Barbieri
2010-08-06
1
-0
/
+2
|
*
r600g: don't use dynamic state allocation for states
Jerome Glisse
2010-08-05
12
-657
/
+361
|
*
targets/egl: fix build
Joakim Sindholt
2010-08-05
1
-0
/
+1
|
*
r300g: fix fb_state atom size
Marek Olšák
2010-08-05
1
-2
/
+6
|
*
r300g: debug_print on startup whether we can use hyper-z
Marek Olšák
2010-08-05
1
-2
/
+4
|
*
r300g: always emit hyperz state atom.
Dave Airlie
2010-08-05
1
-5
/
+2
|
*
r300g: disable hiz on rv530 for now.
Dave Airlie
2010-08-05
1
-1
/
+1
|
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
23
-47
/
+701
|
*
docs: clarify point sprite discussion
Keith Whitwell
2010-08-05
1
-16
/
+23
|
*
r600g: force flush on map as temporary fix to readpixel
Jerome Glisse
2010-08-04
1
-0
/
+2
|
*
r600g: always perform texture perspective divide + fix blending
Jerome Glisse
2010-08-04
4
-65
/
+88
|
*
draw: Fix return type of draw_translate_vinfo_size.
Vinson Lee
2010-08-04
1
-1
/
+1
|
*
draw: Fix the edge flags of flatshade_first polygons.
Chia-I Wu
2010-08-04
1
-4
/
+4
|
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-2
/
+7
|
*
r300g: disable multisample visuals until the state tracker bits catch up.
Dave Airlie
2010-08-04
1
-0
/
+3
|
*
draw: check for instance divisors in vcache_check_run()
Brian Paul
2010-08-03
1
-0
/
+22
|
*
gallium/translate: make generic_run() and generic_run_elts() more alike
Brian Paul
2010-08-03
1
-19
/
+44
|
*
draw: added a comment
Brian Paul
2010-08-03
1
-0
/
+1
|
*
draw: use instance divisor in draw_print_arrays()
Brian Paul
2010-08-03
1
-0
/
+5
|
*
draw: add assertion, rearrange debug code
Brian Paul
2010-08-03
1
-4
/
+10
|
*
st/dri: fix crash when dri2_drawable_get_buffers fails
Marek Olšák
2010-08-04
1
-1
/
+2
|
*
r600g: add polygon offset support
Jerome Glisse
2010-08-03
3
-7
/
+62
|
*
r600g: flush and resubmit if we reach limit
Jerome Glisse
2010-08-03
4
-37
/
+13
|
*
r600g: fix color target mask
Jerome Glisse
2010-08-03
1
-2
/
+1
[next]