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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/u_draw: Skip rendering instead of aborting when excessive number of inst...
José Fonseca
2012-12-04
1
-2
/
+9
*
util/surface: Always use the surface format when clearing.
José Fonseca
2012-12-04
1
-7
/
+8
*
u_cache: fix dereference before NULL check
Dave Airlie
2012-12-04
1
-4
/
+4
*
util: added pipe_surface_release() function
Brian Paul
2012-11-30
1
-0
/
+16
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
2
-51
/
+0
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
2
-2
/
+11
*
util/u_format: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
1
-5
/
+5
*
util: add more memory debugging features
Brian Paul
2012-11-28
1
-1
/
+81
*
util: Updated util_format_is_array to be more accurate.
James Benton
2012-11-28
2
-3
/
+16
*
util: Modified u_rect to default to memcpy.
James Benton
2012-11-27
1
-8
/
+1
*
util/format: Fix bug in float to non-float conversion in u_format_pack.py.
James Benton
2012-11-27
1
-1
/
+1
*
util: Only use open coded snprintf for MSVC.
Vinson Lee
2012-11-16
2
-3
/
+3
*
util/u_debug: Fix DEBUG_NAMED_VALUE.
José Fonseca
2012-11-15
1
-1
/
+1
*
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
*
util/u_surface: Support 3D/array textures in util_resource_copy_region().
José Fonseca
2012-11-09
1
-26
/
+44
*
util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.
José Fonseca
2012-11-09
1
-12
/
+6
*
softpipe,util: Fix blending of R and RG formats.
José Fonseca
2012-11-09
1
-25
/
+1
*
util: Fix reduction of line adjacency primitives.
José Fonseca
2012-11-09
1
-0
/
+2
*
util/u_rect: Make it C++ safe.
José Fonseca
2012-11-09
1
-0
/
+15
*
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
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
1
-0
/
+3
*
r600g: add in-place DB decompression and texturing with DB tiling
Marek Olšák
2012-11-06
1
-1
/
+2
*
util: Make u_framebuffer.h C++ safe.
José Fonseca
2012-11-05
1
-0
/
+8
*
gallium/u_vbuf: document how it works
Marek Olšák
2012-11-01
2
-3
/
+63
*
gallium/u_vbuf: optimize looping over the list of buffers to upload
Marek Olšák
2012-11-01
1
-9
/
+12
*
gallium/u_vbuf: skip processing of buffers unused by the vertex element state
Marek Olšák
2012-11-01
1
-15
/
+24
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
12
-164
/
+336
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
2
-0
/
+14
*
util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC signed/unsigned comparison warning in u_vbuf.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h
Brian Paul
2012-10-17
1
-1
/
+1
*
util/blitter: silence assorted MSVC warnings
Brian Paul
2012-10-17
2
-21
/
+22
*
util: added debug_print_transfer_flags() function
Brian Paul
2012-10-15
2
-0
/
+45
*
util: null-out the node's prev/next pointers in list_del()
Chris Fester
2012-10-15
1
-0
/
+1
*
u_format_s3tc.c: Don't call getenv() twice
Matt Turner
2012-10-12
1
-2
/
+3
*
r600g: implement MSAA resolving for 8-bit and 16-bit integer formats
Marek Olšák
2012-10-12
2
-3
/
+5
*
util: fix broken pipe_get_tile_rgba() call
Brian Paul
2012-10-11
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
13
-345
/
+181
*
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
*
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
2
-8
/
+3
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
2
-3
/
+3
[next]