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
...
|
*
|
|
r300g: remove unnecessary state emissions and clean up
Marek Olšák
2010-03-08
3
-15
/
+26
|
*
|
|
r300g: fix DRM errors
Marek Olšák
2010-03-07
1
-1
/
+6
|
*
|
|
r300g: disable macrotiling when the texture height is smaller than a macrotile
Marek Olšák
2010-03-07
1
-10
/
+17
|
*
|
|
r300g: enable micro- and macrotiling for all textures and renderbuffers
Marek Olšák
2010-03-07
1
-0
/
+39
|
*
|
|
r300g: add ability to tile/detile textures using blit during transfers
Marek Olšák
2010-03-07
5
-55
/
+197
|
*
|
|
r300g: move r300_transfer to separate files
Marek Olšák
2010-03-07
6
-84
/
+171
|
*
|
|
r300g: disable emitting the HWTCL-related state when SWTCL is in use
Marek Olšák
2010-03-07
4
-5
/
+12
|
*
|
|
r300g: resurrect r300_emit_vertex_buffer for SWTCL
Marek Olšák
2010-03-07
1
-2
/
+28
|
*
|
|
r300g: validate buffers when using SWTCL
Marek Olšák
2010-03-07
1
-3
/
+5
|
*
|
|
r300g: share the VS-output-mapping state with SWTCL
Marek Olšák
2010-03-07
4
-148
/
+96
|
*
|
|
r300g: abort if FS compilation fails on non-debug builds
Marek Olšák
2010-03-07
1
-0
/
+1
|
*
|
|
r300g: minor cleanups after the no-rhw merge
Marek Olšák
2010-03-06
2
-9
/
+5
|
*
|
|
r300g: clamp vertex max index according to currently bound buffers
Marek Olšák
2010-03-06
1
-1
/
+1
|
*
|
|
util: Use bitshift arithmetic to unpack pixels.
José Fonseca
2010-03-06
1
-23
/
+92
|
*
|
|
util: Move the format tests cases here so that they can be easily shared.
José Fonseca
2010-03-06
4
-0
/
+615
|
*
|
|
util: Several fixes to clamping and test.
José Fonseca
2010-03-06
1
-9
/
+6
|
*
|
|
util: Fix the maximum value computation for SSCALED channels.
José Fonseca
2010-03-06
1
-1
/
+1
|
*
|
|
util: Add a new flag, for formats that can be described as a bitmask.
José Fonseca
2010-03-06
3
-7
/
+12
|
*
|
|
util: Add the shortened format name to the description.
José Fonseca
2010-03-06
2
-0
/
+8
|
*
|
|
gallivm: Add some notes about sampler static state construction.
José Fonseca
2010-03-06
1
-1
/
+17
|
*
|
|
gallivm: Answer question/comment.
José Fonseca
2010-03-06
1
-1
/
+11
|
*
|
|
gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.
José Fonseca
2010-03-06
1
-0
/
+5
|
*
|
|
gallivm: Integrate udis86 on scons builds.
José Fonseca
2010-03-06
1
-0
/
+2
|
*
|
|
gallivm: Generate valid IR for LLVM 2.7.
José Fonseca
2010-03-06
1
-1
/
+14
|
|
|
/
|
|
/
|
|
*
|
gallivm: checkpoint: code gen for mipmap selection
Brian Paul
2010-03-05
1
-0
/
+65
|
*
|
llvmpipe: added code to set texture depth, max mipmap levels info
Brian Paul
2010-03-05
4
-5
/
+23
|
*
|
gallivm: added methods for getting texture depth, num mipmap levels
Brian Paul
2010-03-05
1
-0
/
+12
|
*
|
gallivm: checkpoint: texture LOD computation code gen
Brian Paul
2010-03-05
1
-3
/
+126
|
*
|
gallivm: added field for sampler lod
Brian Paul
2010-03-05
2
-4
/
+6
|
*
|
llvmpipe: add pipe_thread_wait() calls
Brian Paul
2010-03-05
1
-0
/
+6
|
*
|
gallium/docs: document additional wrap mode restrictions
Brian Paul
2010-03-05
1
-0
/
+3
|
*
|
gallivm: minor arithmetic improvements
Brian Paul
2010-03-05
1
-9
/
+12
|
*
|
gallivm: implement non-normalized texture wrap modes
Brian Paul
2010-03-05
1
-39
/
+68
|
*
|
softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling
Brian Paul
2010-03-05
1
-6
/
+43
|
*
|
gallium/docs: updated/improve sampler state documentation
Brian Paul
2010-03-05
1
-21
/
+77
|
*
|
st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.
Chia-I Wu
2010-03-05
4
-3
/
+202
|
*
|
st/egl: Add get_param to native display interface.
Chia-I Wu
2010-03-05
4
-0
/
+72
|
*
|
st/egl: Move modeset interface to native_modeset.h.
Chia-I Wu
2010-03-05
2
-55
/
+89
|
*
|
st/egl: Add event support to the native display interface.
Chia-I Wu
2010-03-05
8
-14
/
+106
|
*
|
softpipe: minor tweaks to texture filtering code
Brian Paul
2010-03-04
1
-9
/
+5
|
*
|
gallivm: implement texture border color, plus tweaks to some wrap modes
Brian Paul
2010-03-04
1
-23
/
+129
|
*
|
gallivm: added texture border_color field
Brian Paul
2010-03-04
2
-0
/
+10
|
*
|
gallivm: added question/comment
Brian Paul
2010-03-04
1
-0
/
+1
|
*
|
llvmpipe: new comment
Brian Paul
2010-03-04
1
-0
/
+4
|
*
|
gallivm: comments
Brian Paul
2010-03-04
1
-0
/
+5
|
*
|
r300g: Fix indexbuf upper limits.
Corbin Simpson
2010-03-04
1
-1
/
+6
|
*
|
gallivm: rework and implement more texture wrap modes
Brian Paul
2010-03-04
1
-60
/
+448
|
*
|
gallivm: added lp_build_fract()
Brian Paul
2010-03-04
2
-0
/
+17
|
*
|
gallivm: added lp_build_set_sign()
Brian Paul
2010-03-04
2
-0
/
+39
|
*
|
gallivm: added lp_build_negate()
Brian Paul
2010-03-04
2
-0
/
+12
[prev]
[next]