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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: fix warnings
Marek Olšák
2010-04-28
1
-1
/
+3
*
Add missing _ in extension category name
Ian Romanick
2010-04-27
1
-1
/
+1
*
mesa: move/rename is_depth_or_stencil_format()
Brian Paul
2010-04-27
3
-22
/
+30
*
st/mesa: rename var and update st_choose_format() comments
Brian Paul
2010-04-27
1
-47
/
+53
*
st/mesa: call is_format_supported() for compressed formats
Brian Paul
2010-04-27
1
-4
/
+20
*
st/mesa: 80-column wrapping
Brian Paul
2010-04-27
1
-14
/
+28
*
st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats
Brian Paul
2010-04-27
1
-2
/
+20
*
st/mesa: fix strides in (de)compress_image() functions
Brian Paul
2010-04-27
1
-14
/
+2
*
dri_util: Assume error checking is done properly in glXMakeCurrent
Jakob Bornecrantz
2010-04-27
1
-14
/
+17
*
mesa: start adding GL 3.1 signed normalized texture formats
Brian Paul
2010-04-26
6
-8
/
+470
*
r600: add support for more rendering formats
Alex Deucher
2010-04-26
4
-16
/
+295
*
r600: avoid setting invalid bit on r7xx for blits
Alex Deucher
2010-04-26
1
-0
/
+4
*
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas
2010-04-26
2
-2
/
+29
*
r600: adjust point sprites after 911fa4a4a1
Andre Maasikas
2010-04-26
1
-10
/
+11
*
st_api: Remove st_module
Jakob Bornecrantz
2010-04-26
2
-18
/
+24
*
radeon: Remove NULL check of bo_legacy->tobj.
Vinson Lee
2010-04-24
1
-2
/
+1
*
dri: Remove unnecessary header.
Vinson Lee
2010-04-24
1
-1
/
+0
*
mesa: Eliminate multiple va_list usage.
José Fonseca
2010-04-24
2
-6
/
+8
*
st/mesa: checkpoint WIP: mipmap generation for compressed textures
Brian Paul
2010-04-23
1
-10
/
+102
*
st/mesa: minor improvements in fallback_generate_mipmap()
Brian Paul
2010-04-23
1
-10
/
+11
*
st/mesa: remove unneeded #includes and add/update comments
Brian Paul
2010-04-23
1
-9
/
+7
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
20
-114
/
+138
*
mesa: simplify some code in _mesa_generate_mipmap()
Brian Paul
2010-04-23
1
-19
/
+10
*
st/mesa: re-do binding flags in st_ChooseTextureFormat(), again
Brian Paul
2010-04-23
1
-12
/
+17
*
st/mesa: replace 'usage' with 'bindings'
Brian Paul
2010-04-23
1
-12
/
+20
*
st/mesa: replace 'usage' with 'bindings' to be consistent
Brian Paul
2010-04-23
1
-10
/
+6
*
st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures
Brian Paul
2010-04-23
1
-5
/
+7
*
st/mesa: get rid of default_deep_rgba_format()
Brian Paul
2010-04-23
1
-23
/
+1
*
mesa: make is_compressed_format() non-static
Brian Paul
2010-04-23
3
-38
/
+40
*
mesa: faster, simpler is_compressed_format()
Brian Paul
2010-04-23
1
-18
/
+24
*
mesa/st: Remove dead members.
José Fonseca
2010-04-23
1
-1
/
+0
*
Merge remote branch 'origin/7.8'
Jerome Glisse
2010-04-23
1
-1
/
+4
|
\
|
*
r600: don't enable depth test if there is no depth buffer
Jerome Glisse
2010-04-23
1
-1
/
+4
*
|
Merge branch '7.8'
Michel Dänzer
2010-04-23
1
-0
/
+2
|
\
|
|
*
radeon: 9800 SE has only one quadpipe
Tormod Volden
2010-04-22
1
-0
/
+2
*
|
i965: Fix assertion for surface tile offset usage on Ironlake.
Eric Anholt
2010-04-22
1
-1
/
+1
*
|
i965: Fix scissoring when width or height is 0.
Eric Anholt
2010-04-22
1
-1
/
+14
*
|
st/mesa: assert that binding flags are properly set for drawing surfaces
Brian Paul
2010-04-22
1
-0
/
+10
*
|
st/mesa: fix binding flags in st_ChooseTextureFormat()
Brian Paul
2010-04-22
1
-1
/
+14
*
|
DRI2/GLX: check for vblank_mode in DRI2 GLX code
Jesse Barnes
2010-04-22
1
-0
/
+11
*
|
DRI2: add config query extension
Jesse Barnes
2010-04-22
6
-1
/
+55
*
|
st/mesa: consolidate code for finding supported formats
Brian Paul
2010-04-22
1
-92
/
+57
*
|
st/mesa: refactor depth/stencil format selection code
Brian Paul
2010-04-22
1
-12
/
+45
*
|
mesa: sort texel fetch/store table by format index
Brian Paul
2010-04-22
1
-250
/
+256
*
|
Merge branch '7.8'
Brian Paul
2010-04-22
3
-15
/
+20
|
\
|
|
*
st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24
Brian Paul
2010-04-22
1
-0
/
+4
|
*
mesa: fix conversion errors in signed_rgba8888[rev] texel fetch
Brian Paul
2010-04-22
1
-8
/
+8
|
*
r300: fix vertex unit setup
Alex Deucher
2010-04-22
1
-7
/
+8
*
|
radeon: fix warning
Marek Olšák
2010-04-21
1
-1
/
+1
*
|
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-21
2
-5
/
+17
[next]