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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
93
-1379
/
+2503
|
\
|
*
radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()
Brian Paul
2009-10-27
1
-1
/
+6
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
9
-44
/
+6
|
*
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
5
-15
/
+15
|
*
glide: remove _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
1
-11
/
+9
|
*
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-24
2
-11
/
+7
|
*
mesa: remove ctx->Driver.CompressedTextureSize() hook
Brian Paul
2009-10-24
1
-1
/
+0
|
*
mesa: change compressed texture size calls
Brian Paul
2009-10-24
4
-31
/
+16
|
*
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-22
20
-145
/
+136
|
*
radeon: simplify radeon_create_renderbuffer()
Brian Paul
2009-10-22
3
-29
/
+27
|
*
r600: fix depth span macros for format changes
Alex Deucher
2009-10-22
1
-4
/
+4
|
*
radeon: fix some renderbuffer format bugs
Brian Paul
2009-10-22
2
-7
/
+7
|
*
i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-21
1
-2
/
+2
|
*
radeon: get rid of z24s8 <-> s8z24 conversions in span code
Brian Paul
2009-10-21
1
-26
/
+8
|
*
radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-21
3
-6
/
+6
|
*
intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions
Brian Paul
2009-10-21
4
-31
/
+19
|
*
i965: change parameter type to gl_format
Brian Paul
2009-10-21
1
-1
/
+2
|
*
dri/common: updated #includes
Brian Paul
2009-10-15
1
-6
/
+2
|
*
dri/common: use _mesa_little_endian() and update comments
Brian Paul
2009-10-15
1
-7
/
+5
|
*
dri/common: fix broken _dri_texformat_* initializations
Brian Paul
2009-10-15
1
-4
/
+4
|
*
radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()
Brian Paul
2009-10-14
1
-2
/
+9
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
19
-282
/
+121
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
46
-93
/
+36
|
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
3
-10
/
+0
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
4
-29
/
+31
|
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
3
-0
/
+3
|
*
radeon: fix tx_table[] entry
Brian Paul
2009-10-01
1
-1
/
+1
|
*
savage: s/Xfree/_mesa_free/
Brian Paul
2009-10-01
1
-1
/
+1
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
11
-39
/
+36
|
*
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
1
-2
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
45
-467
/
+512
|
*
glide: use _mesa_texstore()
Brian Paul
2009-09-28
1
-48
/
+35
|
*
drivers: use _mesa_texstore
Brian Paul
2009-09-28
2
-29
/
+29
|
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
5
-106
/
+87
|
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
6
-22
/
+32
|
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
14
-49
/
+72
|
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
7
-16
/
+15
|
*
via: use mesa texture format helper functions
Brian Paul
2009-09-27
1
-10
/
+5
|
*
glide: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
2
-3
/
+5
|
*
mesa: use _mesa_get_format_base_format()
Brian Paul
2009-09-27
1
-1
/
+2
|
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
5
-57
/
+87
|
*
glide: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-35
/
+51
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
1
-0
/
+1
|
\
\
|
*
|
intel: Fix memory leak in case of renderbuffer bad format
Vinson Lee
2009-10-28
1
-0
/
+1
*
|
|
r600: add occlusion query support
Alex Deucher
2009-10-28
4
-10
/
+109
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
2
-1
/
+9
|
\
|
|
|
*
|
intel: Fix memory leak in event of mip tree allocation failure
Vinson Lee
2009-10-28
1
-1
/
+3
|
*
|
intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).
Eric Anholt
2009-10-27
1
-1
/
+1
|
*
|
intel: added region draw_x/y offsets in x/y_tile_swizzle() funcs
Brian Paul
2009-10-27
1
-0
/
+6
|
*
|
intel: fix src offset bug in do_copy_texsubimage()
Brian Paul
2009-10-27
1
-1
/
+1
[next]