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
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
11
-1
/
+31
|
\
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
10
-0
/
+19
*
|
nv50: implement resource_resolve with custom blit
Christoph Bumiller
2011-08-04
8
-11
/
+559
*
|
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
2011-08-04
4
-6
/
+43
*
|
egl/gbm: Fix EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-08-04
2
-5
/
+22
*
|
gbm: link gbm_gallium_drm.so against math library
Benjamin Franzke
2011-08-04
1
-1
/
+1
*
|
r600g: remove more of unused code
Marek Olšák
2011-08-04
1
-13
/
+0
*
|
r600g: take into account force_add_cf in pops
Vadim Girlin
2011-08-03
1
-15
/
+24
*
|
r600g: use backend mask for occlusion queries
Vadim Girlin
2011-08-03
5
-4
/
+160
*
|
winsys/radeon: remove dummy function pb_buffer
Marek Olšák
2011-08-03
2
-16
/
+7
*
|
util: fix a typo in util_format_swizzle_4f
Marek Olšák
2011-08-03
1
-1
/
+1
*
|
r600g: remove dummy function r600_bo_offset
Marek Olšák
2011-08-02
6
-33
/
+29
*
|
r600g: remove unused code
Marek Olšák
2011-08-02
7
-654
/
+0
*
|
gallium/util: add functions for manipulating swizzles
Marek Olšák
2011-08-02
7
-41
/
+75
*
|
darwin: Use machine/endian.h to determine endianness
Jeremy Huddleston
2011-07-31
1
-0
/
+9
*
|
Fix PPC detection on darwin
Jeremy Huddleston
2011-07-31
1
-2
/
+2
*
|
r600g: fix up vs export handling
Alex Deucher
2011-07-29
4
-4
/
+27
*
|
st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEW
Chia-I Wu
2011-07-29
1
-3
/
+4
*
|
targets/{egl,gbm}: omit unneeded libdrm_radeon
Chia-I Wu
2011-07-29
2
-4
/
+0
*
|
softpipe: When doing write_all_cbufs, don't stomp over the color.
Eric Anholt
2011-07-28
1
-4
/
+12
*
|
r600g: fix vs export count
Vadim Girlin
2011-07-28
2
-2
/
+2
*
|
egl/gallium: fix build without softpipe and llvmpipe
Tobias Droste
2011-07-27
1
-3
/
+9
*
|
r300g: copy the compiler from r300c
Marek Olšák
2011-07-26
69
-25
/
+17038
*
|
util: enable S3TC support when the force_s3tc_enable env var is set to "true"
Bryan Cain
2011-07-26
1
-2
/
+9
*
|
winsys/radeon: fix typos in the driver interface
Marek Olšák
2011-07-25
1
-2
/
+3
*
|
winsys/radeon: manage constant buffers by the cache bufmgr too
Marek Olšák
2011-07-25
1
-1
/
+2
*
|
winsys/radeon: remove usage parameter from buffer_create
Marek Olšák
2011-07-25
6
-12
/
+5
*
|
winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_cs
Marek Olšák
2011-07-25
1
-1
/
+1
*
|
winsys/radeon: little change in radeon_bo_is_referenced_by_cs
Marek Olšák
2011-07-25
1
-2
/
+3
*
|
winsys/radeon: add R300 infix to winsys feature names
Marek Olšák
2011-07-25
6
-8
/
+7
*
|
winsys/radeon: simplify how value queries work
Marek Olšák
2011-07-25
12
-171
/
+133
*
|
vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2
Emeric
2011-07-25
1
-12
/
+13
*
|
gallium: change formats merged with pipe-video to type "other"
Christian König
2011-07-25
1
-7
/
+7
*
|
g3dvl: remove unused vs output from create_ref_vert_shader
Christian König
2011-07-25
1
-4
/
+1
*
|
r600g: use file_max instead of file_count to determine reg offset
Christian König
2011-07-24
1
-3
/
+3
*
|
gallium/softpipe: Don't clobber dest color/alpha before masking.
Younes Manton
2011-07-23
1
-89
/
+96
*
|
gallivm: Add a note about log2 computation and denormalized numbers.
José Fonseca
2011-07-22
1
-0
/
+6
*
|
gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.
José Fonseca
2011-07-22
1
-12
/
+12
*
|
gallivm: Increase lp_build_rsqrt() precision.
José Fonseca
2011-07-22
1
-1
/
+1
*
|
gallivm: Update minimax comments.
José Fonseca
2011-07-22
1
-6
/
+17
*
|
gallivm: Fix lp_build_exp/lp_build_log.
José Fonseca
2011-07-22
1
-2
/
+2
*
|
llvmpipe: Unit tests for arithmetic functions.
José Fonseca
2011-07-22
3
-2
/
+298
*
|
util: Store alpha value too.
José Fonseca
2011-07-22
1
-1
/
+1
*
|
Revert "g3dvl: Preserve previously rendered components for MC output."
Younes Manton
2011-07-21
1
-4
/
+4
*
|
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
19
-168
/
+447
|
\
\
|
*
|
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
9
-14
/
+131
|
*
|
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
13
-117
/
+251
|
*
|
util: assorted updates to polygon stipple helper
Brian Paul
2011-07-21
1
-10
/
+33
|
*
|
softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.
Brian Paul
2011-07-21
4
-17
/
+5
[next]