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
/
util
/
u_blitter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-6
/
+6
*
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
2013-10-03
1
-22
/
+9
*
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-6
/
+22
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+2
*
gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
2013-06-13
1
-42
/
+4
*
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
2013-06-13
1
-55
/
+25
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-4
/
+4
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
gallium/u_blitter: implement buffer clearing
Marek Olšák
2013-04-23
1
-7
/
+80
*
gallium/u_blitter: fix is_blit_generic_supported() stencil checking
Brian Paul
2013-04-05
1
-12
/
+14
*
gallium/util: attempt to fix blitting multisample texture arrays
Marek Olšák
2013-03-11
1
-1
/
+1
*
u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAA
Dave Airlie
2013-03-04
1
-0
/
+5
*
util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.
José Fonseca
2013-02-23
1
-4
/
+22
*
r300g: implement MSAA
Marek Olšák
2013-01-06
1
-1
/
+2
*
util: move var declaration before loop to fix MSVC error
Brian Paul
2013-01-04
1
-1
/
+2
*
gallium/u_blitter: implement 3D blitting
Marek Olšák
2013-01-04
1
-30
/
+74
*
gallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY with a non-zero cube index
Marek Olšák
2013-01-04
1
-0
/
+5
*
gallium/u_blitter: minor simplification
Marek Olšák
2013-01-04
1
-10
/
+11
*
gallium/u_blitter: unify some parameters into a dstbox parameter in blit_generic
Marek Olšák
2013-01-04
1
-13
/
+18
*
gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Marek Olšák
2013-01-04
1
-5
/
+4
*
gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...
Henri Verbeet
2012-12-16
1
-28
/
+0
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-7
/
+0
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-146
/
+0
*
gallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in is_box_inside_resource
Marek Olšák
2012-11-11
1
-0
/
+6
*
u_blitter: fix cube array check
Dave Airlie
2012-11-10
1
-1
/
+1
*
u_blitter: don't create fragment program for cube maps unless supported.
Dave Airlie
2012-11-09
1
-1
/
+6
*
u_blitter: add cube map array support.
Dave Airlie
2012-11-09
1
-2
/
+3
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
1
-1
/
+2
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-17
/
+15
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
1
-0
/
+8
*
util/blitter: silence assorted MSVC warnings
Brian Paul
2012-10-17
1
-13
/
+14
*
r600g: implement MSAA resolving for 8-bit and 16-bit integer formats
Marek Olšák
2012-10-12
1
-2
/
+3
*
gallium/u_blitter: add helper for blitting via resource_copy_region
Marek Olšák
2012-09-30
1
-0
/
+140
*
gallium/u_blitter: add gallium blit implementation
Marek Olšák
2012-09-30
1
-89
/
+195
*
gallium/u_blitter: add ability to disable and restore the render condition
Marek Olšák
2012-09-30
1
-0
/
+36
*
gallium/u_blitter: facilitate co-existence with the Draw module
Marek Olšák
2012-09-30
1
-59
/
+109
*
gallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+8
*
gallium/u_blitter: fix stencil-only blits
Marek Olšák
2012-09-14
1
-0
/
+15
*
r600g: implement MSAA for Cayman
Marek Olšák
2012-08-31
1
-1
/
+2
*
r600g: implement draw_rectangle callback
Marek Olšák
2012-08-30
1
-14
/
+7
*
r600g: implement compression for MSAA colorbuffers for evergreen
Marek Olšák
2012-08-27
1
-0
/
+45
*
gallium/u_blitter: initialize sample mask in resolve
Marek Olšák
2012-08-27
1
-0
/
+1
*
gallium/u_blitter: document custom meta helpers
Marek Olšák
2012-08-15
1
-2
/
+2
*
r600g: implement MSAA color resolve
Marek Olšák
2012-08-15
1
-0
/
+61
*
r600g: implement MSAA depth-stencil decompression and resolve
Marek Olšák
2012-08-15
1
-0
/
+2
*
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
1
-90
/
+160
*
gallium/u_blitter: add a query for checking whether copying is supported
Marek Olšák
2012-08-04
1
-32
/
+55
*
gallium/u_blitter: remove fallback for stencil copy that all drivers skipped
Marek Olšák
2012-08-04
1
-4
/
+2
*
gallium/u_blitter: add ability to blit only depth or only stencil
Marek Olšák
2012-08-04
1
-12
/
+14
[next]