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
*
draw: setup pipe's draw pointer for the aapoint stage
Brian Paul
2011-02-28
1
-0
/
+2
*
u_vbuf_mgr: compute user buffer size for instance data from instance_count
Marek Olšák
2011-03-01
1
-3
/
+7
*
st/mesa & v_bug_mgr: two small instanced drawing fixes
Christian König
2011-02-28
1
-1
/
+4
*
gallivm: Initialize stack values
Jakob Bornecrantz
2011-02-26
1
-8
/
+8
*
util: Don't destroy shaders null shaders
Jakob Bornecrantz
2011-02-26
1
-2
/
+4
*
util: Don't create array texture shaders if the driver doesn't support it
Jakob Bornecrantz
2011-02-26
1
-4
/
+6
*
gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue
Jerome Glisse
2011-02-25
1
-14
/
+14
*
gallium/util: add 1d/2d mipmap generation support
Dave Airlie
2011-02-25
1
-6
/
+37
*
gallium/utils: Fix vertex element setup
Fabian Bieler
2011-02-24
1
-2
/
+3
*
gallivm: Use simple scaling plus casting in more unorm->float cases.
José Fonseca
2011-02-19
1
-25
/
+34
*
util: Make refcnt and symbol debuggers work on windows
Jakob Bornecrantz
2011-02-18
2
-2
/
+21
*
u_vbuf_mgr: initialize flag indicating that buffers have been updated
Marek Olšák
2011-02-18
1
-1
/
+1
*
util: Fix typo in last commit.
José Fonseca
2011-02-17
1
-1
/
+1
*
draw: update comments, rename vars in pstipple code
Brian Paul
2011-02-17
1
-16
/
+18
*
util: Cleanup symbol name resolution on Windows.
José Fonseca
2011-02-17
2
-39
/
+1310
*
gallium/util: init key with memset()
Brian Paul
2011-02-16
1
-1
/
+3
*
rtasm: add dummy return statement to silence MSVC warning
Brian Paul
2011-02-16
1
-1
/
+2
*
Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...
Dave Airlie
2011-02-16
1
-14
/
+2
*
util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)
Marek Olšák
2011-02-16
1
-2
/
+14
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
5
-1
/
+8
*
pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking map
Marek Olšák
2011-02-14
2
-7
/
+14
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
3
-6
/
+15
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
8
-25
/
+10
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
7
-10
/
+75
*
draw: Don't define the last two mipmap levels in aa lines.
José Fonseca
2011-02-14
1
-5
/
+11
*
u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZED
Marek Olšák
2011-02-14
1
-3
/
+12
*
u_vbuf_mgr: fix segfault
Marek Olšák
2011-02-12
1
-1
/
+1
*
draw: tweak AA line texture minimum alpha
Brian Paul
2011-02-11
1
-1
/
+1
*
draw: Don't use the pipeline when drawing lines with fractional widths.
José Fonseca
2011-02-11
3
-5
/
+6
*
util: Define round and roundf on MSVC.
José Fonseca
2011-02-11
1
-1
/
+13
*
u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.
José Fonseca
2011-02-10
1
-2
/
+9
*
u_blitter: let the driver check whether there's a recursion
Marek Olšák
2011-02-10
2
-6
/
+9
*
u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer
Marek Olšák
2011-02-08
2
-1
/
+3
*
u_vbuf_mgr: remove tabs
Marek Olšák
2011-02-08
1
-18
/
+18
*
u_vbuf_mgr: make the uploader public
Marek Olšák
2011-02-08
2
-17
/
+15
*
util: import a new vertex buffer manager
Marek Olšák
2011-02-07
4
-1
/
+722
*
util: Change u_get_transfer_vtbl usage argument type to match prototype.
Vinson Lee
2011-02-03
1
-1
/
+1
*
cso: don't tell drivers to bind null samplers, sampler views
Brian Paul
2011-02-03
1
-7
/
+7
*
util: Prevent transfer dangling pointer on map failure.
José Fonseca
2011-02-03
1
-0
/
+1
*
cso: refactor texture sampler and sampler view code
Brian Paul
2011-02-02
1
-326
/
+307
*
cso: rename fragment sampler-related fields
Brian Paul
2011-02-02
1
-21
/
+26
*
cso: fix loop bound in cso_set_vertex_samplers()
Brian Paul
2011-02-02
1
-1
/
+1
*
util: Call tables should be const.
Henri Verbeet
2011-01-30
1
-1
/
+1
*
u_blitter: use user buffers instead of real buffers
Marek Olšák
2011-01-29
1
-21
/
+8
*
util: Fix leak of transfers in upload manager
Jakob Bornecrantz
2011-01-28
1
-0
/
+1
*
util: fix parsing debug options
Marek Olšák
2011-01-27
1
-19
/
+25
*
r300g: fix some bugs with zbuffer compression (v4)
Marek Olšák
2011-01-27
3
-40
/
+65
*
tgsi: add cases for array textures
Brian Paul
2011-01-26
1
-0
/
+2
*
util: require debug options to be separated by commas
Marek Olšák
2011-01-26
1
-1
/
+38
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
3
-2
/
+39
[next]