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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: implement decompress_with_blit using gallium blit
Marek Olšák
2012-09-30
2
-36
/
+5
*
gallium: add helpers for dumping pipe_box and pipe_blit_info
Marek Olšák
2012-09-30
2
-0
/
+79
*
gallium/u_blitter: add helper for blitting via resource_copy_region
Marek Olšák
2012-09-30
2
-0
/
+152
*
gallium/u_blitter: add gallium blit implementation
Marek Olšák
2012-09-30
2
-120
/
+230
*
gallium/u_blitter: add ability to disable and restore the render condition
Marek Olšák
2012-09-30
2
-0
/
+48
*
gallium/u_blitter: facilitate co-existence with the Draw module
Marek Olšák
2012-09-30
2
-59
/
+111
*
gallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+8
*
draw: fix non-indexed draw calls if there's an index buffer
Marek Olšák
2012-09-22
3
-8
/
+6
*
pipe-loader: Remove a few debug_printfs
Tom Stellard
2012-09-21
2
-4
/
+0
*
gallium/u_blitter: fix stencil-only blits
Marek Olšák
2012-09-14
1
-0
/
+15
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
6
-33
/
+13
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
2
-3
/
+3
*
gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
José Fonseca
2012-09-04
3
-1
/
+15
*
util: Add cpuid for Solaris Studio.
Vinson Lee
2012-09-03
1
-2
/
+2
*
util: remove u_debug.h from u_math.h
Brian Paul
2012-09-01
1
-1
/
+0
*
util: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
tgsi: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
util: add casts to silence signed/unsigned comparison warnings
Brian Paul
2012-08-31
1
-2
/
+2
*
r600g: implement MSAA for Cayman
Marek Olšák
2012-08-31
2
-1
/
+3
*
r600g: implement draw_rectangle callback
Marek Olšák
2012-08-30
2
-14
/
+16
*
u_vbuf: avoid unnecessary update of the vertex elements
Vadim Girlin
2012-08-28
1
-1
/
+3
*
gallium/util: implement tile code for PIPE_FORMAT_Z32_FLOAT
Brian Paul
2012-08-27
1
-0
/
+36
*
r600g: implement compression for MSAA colorbuffers for evergreen
Marek Olšák
2012-08-27
2
-0
/
+50
*
gallium/u_blitter: initialize sample mask in resolve
Marek Olšák
2012-08-27
1
-0
/
+1
*
draw: Fix regression in draw_set_sampler(_views).
José Fonseca
2012-08-24
1
-6
/
+6
*
util: update and fix u_upload_mgr.h comments
Brian Paul
2012-08-18
1
-4
/
+3
*
gallium/draw: move misplaced brace
Brian Paul
2012-08-16
1
-1
/
+1
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
4
-9
/
+7
*
draw: index samplers and sampler_view state by shader type
Brian Paul
2012-08-16
3
-29
/
+34
*
draw: move tgsi-related state into a tgsi sub-struct
Brian Paul
2012-08-16
5
-30
/
+35
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
2
-19
/
+31
*
gallium/u_blitter: document custom meta helpers
Marek Olšák
2012-08-15
2
-7
/
+16
*
r600g: implement MSAA color resolve
Marek Olšák
2012-08-15
2
-0
/
+69
*
r600g: implement MSAA depth-stencil decompression and resolve
Marek Olšák
2012-08-15
2
-0
/
+3
*
gallium/u_blitter: implement X and Y texture flipping
Marek Olšák
2012-08-15
1
-11
/
+26
*
gallium/u_blitter: implement blitting multisample resources
Marek Olšák
2012-08-15
6
-99
/
+342
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
3
-1
/
+6
*
gallium/tgsi: fix TGSI text parser
Marek Olšák
2012-08-15
1
-77
/
+97
*
gallium/u_blit: set dst format from pipe_resource, not pipe_surface
Marek Olšák
2012-08-15
1
-1
/
+1
*
cso: rearrange some structure fields for consistency
Brian Paul
2012-08-10
1
-2
/
+3
*
gallivm: fix crash in lp_sampler_static_state()
Brian Paul
2012-08-10
1
-4
/
+3
*
gallivm: remove unused src_elem_type variable
Brian Paul
2012-08-08
1
-2
/
+1
*
translate: Fix typo in is_legal_int_format_combo.
Vinson Lee
2012-08-07
1
-1
/
+1
*
gallivm: Add constructor for raw_debug_ostream.
Vinson Lee
2012-08-06
1
-0
/
+4
*
util: Move dereference after null check in util_resource_copy_region.
Vinson Lee
2012-08-04
1
-3
/
+3
*
gallium/u_blitter: add a query for checking whether copying is supported
Marek Olšák
2012-08-04
2
-32
/
+68
*
gallium/u_blitter: remove fallback for stencil copy that all drivers skipped
Marek Olšák
2012-08-04
2
-13
/
+3
*
gallium/u_blitter: add ability to blit only depth or only stencil
Marek Olšák
2012-08-04
2
-13
/
+16
*
gallium/u_blitter: minor cleanup
Marek Olšák
2012-08-04
2
-8
/
+8
*
gallium/tgsi: fixup texture name strings
Marek Olšák
2012-08-04
1
-4
/
+4
[next]