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
*
u_blitter: expose functions for setting default views and surfaces for copying
Marek Olšák
2012-01-01
1
-18
/
+47
*
u_blitter: implement copy_buffer using stream output
Marek Olšák
2011-12-15
1
-2
/
+85
*
u_blitter: restore stream output targets
Marek Olšák
2011-12-15
1
-0
/
+18
*
u_blitter: accept overriden width0 and height0
Marek Olšák
2011-10-23
1
-77
/
+49
*
u_blitter: add a copy_texture function which uses views and not resources
Marek Olšák
2011-10-23
1
-115
/
+99
*
u_blitter: clean up velem setup
Dave Airlie
2011-10-10
1
-16
/
+8
*
u_blitter: query vertex shader caps instead of geometry for int vertices
Marek Olšák
2011-10-09
1
-1
/
+1
*
u_blitter: don't create integer vertex elements unless shader supports them
Dave Airlie
2011-10-09
1
-20
/
+29
*
u_blitter: add integer clear support
Dave Airlie
2011-10-09
1
-21
/
+68
*
u_blitter: bind a NULL geometry shader
Marek Olšák
2011-10-08
1
-0
/
+23
*
u_blitter: cleanup checking for and restoring saved states
Marek Olšák
2011-10-08
1
-86
/
+148
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-21
/
+23
*
u_blitter: add texture array support
Marek Olšák
2011-09-10
1
-11
/
+41
*
u_blitter: restore some states conditionally
Marek Olšák
2011-08-16
1
-12
/
+17
*
u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture
Marek Olšák
2011-08-16
1
-8
/
+8
*
Gallium: fix indentation in u_blitter.c
Stéphane Marchesin
2011-06-06
1
-1
/
+1
*
u_blitter: Do blits in linear color space.
Henri Verbeet
2011-03-12
1
-1
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+2
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+4
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-2
/
+2
*
u_blitter: let the driver check whether there's a recursion
Marek Olšák
2011-02-10
1
-6
/
+6
*
u_blitter: use user buffers instead of real buffers
Marek Olšák
2011-01-29
1
-21
/
+8
*
r300g: fix some bugs with zbuffer compression (v4)
Marek Olšák
2011-01-27
1
-34
/
+43
*
u_blitter: remove bogus assertion
Marek Olšák
2011-01-25
1
-3
/
+0
*
u_blitter: report recursion, update comments
Marek Olšák
2011-01-25
1
-1
/
+14
*
gallium: properly check for src->dst blit compatibilities
Jerome Glisse
2010-12-15
1
-2
/
+2
*
u_blitter: use util_is_format_compatible in the assert
Marek Olšák
2010-12-07
1
-1
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-36
/
+44
*
u_blitter: interpolate clear color using a GENERIC varying instead of COLOR
Marek Olšák
2010-11-28
1
-20
/
+12
*
u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stall
Marek Olšák
2010-11-25
1
-2
/
+5
*
util/u_blitter: fix leak
Joakim Sindholt
2010-09-26
1
-1
/
+1
*
u_blitter: add a custom blitter call passing a dsa cso
Dave Airlie
2010-09-23
1
-14
/
+31
*
r300g,u_blitter: use u_framebuffer
Marek Olšák
2010-08-29
1
-1
/
+1
*
auxiliary: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-17
/
+31
*
u_blitter: use TGSI_TEXTURE_RECT
Luca Barbieri
2010-08-20
1
-1
/
+1
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-0
/
+3
*
u_blitter: fix a memory leak
Marek Olšák
2010-08-19
1
-0
/
+1
*
Revert "u_blitter: unify clear_depth_stencil and flush_depth_stencil"
Marek Olšák
2010-08-12
1
-0
/
+46
*
u_blitter: unify clear_depth_stencil and flush_depth_stencil
Marek Olšák
2010-08-12
1
-46
/
+0
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
1
-0
/
+44
*
u_blitter: add draw_rectangle callback which can be overridden by a driver
Marek Olšák
2010-07-12
1
-19
/
+67
*
u_blitter: clean up the texcoord computations
Marek Olšák
2010-07-12
1
-28
/
+35
*
u_blitter: simplify blitter_set_rectangle
Marek Olšák
2010-07-12
1
-19
/
+32
*
u_blitter: rename blitter->base, add a way to get a pipe context from blitter
Marek Olšák
2010-07-12
1
-70
/
+69
*
util: reference surfaces and sampler views in blitter when saving them
Marek Olšák
2010-06-29
1
-0
/
+6
*
util: fix a memory leak in blitter
Marek Olšák
2010-06-27
1
-6
/
+1
*
gallium/util: fix pipe_sampler_view_reference() calls
Brian Paul
2010-06-25
1
-7
/
+2
*
util: reference vertex buffers in blitter
Marek Olšák
2010-06-09
1
-0
/
+8
*
util: Remove unnecessary header.
Vinson Lee
2010-06-03
1
-1
/
+0
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-41
/
+85
|
\
[next]