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
Commit message (
Expand
)
Author
Age
Files
Lines
*
d3d1x: update format mapping table
Christoph Bumiller
2011-10-21
2
-37
/
+55
*
d3d1x: fix translation of subresource to layer
Christoph Bumiller
2011-10-21
1
-16
/
+15
*
d3d1x: fix initial data upload for 3D textures
Christoph Bumiller
2011-10-21
1
-1
/
+1
*
d3d1x: MipLevels -1 in resource view desc means all
Christoph Bumiller
2011-10-21
1
-1
/
+5
*
d3d1x/dxgi: fix initialization of pipe_box for Present copy
Christoph Bumiller
2011-10-21
1
-2
/
+2
*
d3d1x: implement array textures
Christoph Bumiller
2011-10-21
3
-18
/
+70
*
nvc0/ir: handle levelZero modifier in TEX emission
Christoph Bumiller
2011-10-21
1
-1
/
+9
*
nvc0/ir: fix lowering of DIV F32
Christoph Bumiller
2011-10-21
1
-0
/
+1
*
d3d1x: fix refcounting of GalliumD3D11DeviceChild objects
Christoph Bumiller
2011-10-21
1
-2
/
+6
*
nvc0/ir: fix xy confusion typo in readTessCoord
Christoph Bumiller
2011-10-21
1
-1
/
+1
*
d3d1x/sm4: save CUSTOMDATA
Christoph Bumiller
2011-10-21
1
-0
/
+11
*
d3d1x: add FORK/JOIN phase opcodes to declarations
Christoph Bumiller
2011-10-21
1
-0
/
+9
*
d3d1x: add shader signature to sm4_program
Christoph Bumiller
2011-10-21
5
-7
/
+52
*
d3d1x: attempt to detect D3D10 feature level
Christoph Bumiller
2011-10-21
1
-13
/
+31
*
d3d1x: switch to TGSI SAMPLE opcodes
Christoph Bumiller
2011-10-21
6
-222
/
+61
*
st/mesa: fix a bug in and re-org setup_interleaved_attribs()
Brian Paul
2011-10-21
1
-31
/
+76
*
glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.
Kenneth Graunke
2011-10-21
1
-0
/
+3
*
i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.
Kenneth Graunke
2011-10-21
1
-0
/
+1
*
apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
Jeremy Huddleston
2011-10-21
5
-10
/
+15
*
apple: Silence some debug spew
Jeremy Huddleston
2011-10-21
1
-3
/
+3
*
r600g: cleanup r600_reset_blittable_to_compressed
Marek Olšák
2011-10-21
1
-6
/
+3
*
st/mesa: Initialize variable.
Vinson Lee
2011-10-20
1
-0
/
+2
*
Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIAN
Alan Coopersmith
2011-10-20
1
-0
/
+9
*
i965: Remove copy and pasted gen7_wm_constants state atom.
Kenneth Graunke
2011-10-20
2
-56
/
+1
*
i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.
Kenneth Graunke
2011-10-20
1
-1
/
+1
*
i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.
Kenneth Graunke
2011-10-20
1
-2
/
+2
*
r300g: don't return NULL in resource_from_handle if the resource is too small
Marek Olšák
2011-10-20
4
-30
/
+22
*
docs: document known issues with Viewperf 11
Brian Paul
2011-10-20
2
-0
/
+135
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
3
-0
/
+32
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
4
-0
/
+49
*
d3d1x: make use of new query types
Christoph Bumiller
2011-10-20
2
-17
/
+18
*
softpipe: implement/fix TIMESTAMP queries
Christoph Bumiller
2011-10-20
1
-3
/
+8
*
gallium: add new query types and missing documentation
Christoph Bumiller
2011-10-20
2
-14
/
+68
*
mesa: Fix detection of whether an ARB_vp is enabled for two sided lighting.
Eric Anholt
2011-10-20
1
-1
/
+1
*
mesa: Round the argument to PixelStoref instead of truncating.
Eric Anholt
2011-10-20
2
-1
/
+9
*
mesa: handle PBO access error in display list mode
Yuanhan Liu
2011-10-20
1
-0
/
+2
*
i965: silence signed/unsigned comparison warning
Brian Paul
2011-10-19
1
-1
/
+2
*
st/mesa: remove primitive restart assertion
Brian Paul
2011-10-19
1
-6
/
+4
*
st/mesa: Don't have indices buffers map when calling draw
Jakob Bornecrantz
2011-10-19
1
-22
/
+31
*
st/mesa: Implement primitive restart in software
Jakob Bornecrantz
2011-10-19
3
-3
/
+132
*
swrast: fix float->uint conversion of gl_FragDepth
Brian Paul
2011-10-19
1
-1
/
+2
*
mesa: better debug messages in _mesa_test_texobj_completeness()
Brian Paul
2011-10-19
1
-19
/
+22
*
mesa/st: Backport WPOS adjustment fixes from st_mesa_to_tgsi.c to st_glsl_to_...
José Fonseca
2011-10-19
1
-51
/
+83
*
winsys/svga: Remove some unneeded debug code
Thomas Hellstrom
2011-10-19
1
-16
/
+0
*
scons: Add uniform_query.cpp to SConscript.
Vinson Lee
2011-10-18
1
-0
/
+1
*
mesa: handle the pbo case for save_Bitmap
Yuanhan Liu
2011-10-19
1
-7
/
+15
*
mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
Yuanhan Liu
2011-10-19
1
-1
/
+1
*
mesa: generate error if pbo offset is not aligned with the size of specified ...
Yuanhan Liu
2011-10-19
1
-0
/
+13
*
i965: setup address rounding enable bits
Yuanhan Liu
2011-10-19
3
-0
/
+25
*
i915: make i830/i915_hiz_resolve_noop() static
Brian Paul
2011-10-18
2
-2
/
+2
[next]