Christoph Bumiller
b0036f391a
nv50: add S8Z24 depth texture format too
il y a 16 ans
Christoph Bumiller
cc0ffaba7d
nv50: fix depth comparison func TSC bits
Unfortunately it seems that if depth comparison is
active and we read a 2D texture, i.e. provide only
2 inputs, the second is used for comparison ...
il y a 16 ans
Christoph Bumiller
6a689783b9
nv50: add src_mask case for IF opcode
il y a 16 ans
Christoph Bumiller
9f3644c423
nv50: plug memory leak in miptree creation/destruction
Keeping this dynamically allocated for texture arrays.
Since we don't use it to store zslice offsets anymore
it's either 1 or 6 integers (cube) ...
il y a 16 ans
Christoph Bumiller
f7a9734492
nv50: use copies of tgsi src nv50_regs
So we can use the 'mod' member without concern
if a source is used multiple times in 1 insn.
il y a 16 ans
Christoph Bumiller
6a15ec9141
nv50: support vertex program textures
il y a 16 ans
Maciej Cencora
784cca9fa5
r300: disable blit debugging info
il y a 16 ans
Maciej Cencora
6b8315494a
r300: emit number of used colorbuffers to pass radeon cs checker
il y a 16 ans
Maciej Cencora
dbd53f8f55
r300: setup render target format for r300/r400 cards too
il y a 16 ans
Maciej Cencora
353966b2da
r300: finish blit support for r300
il y a 16 ans
Maciej Cencora
c1a7cc1e44
more blit fixes
il y a 16 ans
Maciej Cencora
cd5f167353
blit WIP
il y a 16 ans
Maciej Cencora
7255a5486d
r300: use accelerated emit for CopyTex[Sub]Image functions
il y a 16 ans
Maciej Cencora
a4df3f9227
r300: accelerated blit support
il y a 16 ans
Maciej Cencora
0a0d410bdb
r300: fix wrong assertion
il y a 16 ans
Maciej Cencora
bd58253f67
r300: export translateTexFormat function
il y a 16 ans
Maciej Cencora
9975c484ad
r300: refactor PVS code and constants emission
il y a 16 ans
Maciej Cencora
545a2f4f2d
r300: refactor R500 fragment program emission
il y a 16 ans
Maciej Cencora
05fae9fbf6
r300: refactor color buffer setup
il y a 16 ans
Maciej Cencora
5ee270820b
r300: use _mesa_meta_Clear for buffer clears
il y a 16 ans
Maciej Cencora
da73c1ed41
r300: minor texture code refactoring
il y a 16 ans
Brian Paul
4430a05a3a
gallium: added comment for pipe_reference() return value
il y a 16 ans
Brian Paul
9c01cf425f
mesa: minor reformatting/rewrapping in dd.h
il y a 16 ans
Brian Paul
56dce15dcc
mesa: remove unused ctx->Driver.ActiveTexture() hook
il y a 16 ans
Brian Paul
e24a8de8ba
mesa: updated comment
il y a 16 ans
Brian Paul
09aa984494
Revert "scons: Pass -fno-strict-aliasing to gcc."
This reverts commit a2937a2f4e .
Per Jose's comment, We don't want this on master.
il y a 16 ans
Brian Paul
a087eb590d
Merge branch 'mesa_7_7_branch'
Conflicts:
src/gallium/state_trackers/xorg/xorg_xv.c
src/mesa/drivers/dri/intel/intel_span.c
il y a 16 ans
Brian Paul
e128cc205e
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
il y a 16 ans
Brian Paul
7d41b4248b
docs: updated 7.6.1 relnotes with GLSL fixes
il y a 16 ans
Brian Paul
d8f8eca9ef
mesa: remove unnecessary loop in _mesa_remove_output_reads()
il y a 16 ans
Brian Paul
b605f4ff11
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
il y a 16 ans
Brian Paul
5076a4f53a
mesa: check dst reg in _mesa_find_free_register()
If a register was only being used as a destination (as will happen when
generated condition-codes) we missed its use. So we'd errantly return
a register index that was really in-use, not free.
Fixes bug 25579.
il y a 16 ans
Aurelien Jarno
f7f1211b9b
sparc: additional preprocessor test for SPARC 64-bit
il y a 16 ans
José Fonseca
da3bc492d2
scons: Tweak MSVC release options.
Enable whole program optimizations and fast math.
il y a 16 ans
José Fonseca
ffae1f938d
svga: Add a missing dependency from the prescale state.
Thanks for Keith to finding this.
Fixes Jedi Knight 2 menus.
il y a 16 ans
José Fonseca
8469baf41b
svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.
Since we're reusing buffers we're effectively transforming all
of them into dynamic buffers.
It would be nice to not cache long lived static buffers. But there
is no way to detect the long lived from short lived ones yet. A
good heuristic would be buffer size.
il y a 16 ans
José Fonseca
16876b8328
svga: Keep tight control of texture handle ownership.
The texture owns the surface handle. All derivatives need to keep
a reference to texture.
This fixes several assertions failures starting up Jedi Knight 2.
Should cause no change for DRM surface sharing -- reference count still
done as before there.
il y a 16 ans
José Fonseca
770323e33e
svga: Fix mixed signed comparisons.
il y a 16 ans
José Fonseca
a2937a2f4e
scons: Pass -fno-strict-aliasing to gcc.
Strict aliasing tule violations were fixed on master, but
they're still causing problem in this branch, so disable this assumptions.
Do not apply this fix to master (revert when you merge).
il y a 16 ans
José Fonseca
8c981b94dc
scons: Make it work with MinGW build of LLVM 2.6.
LLVM 2.5 is no longer supported on windows.
il y a 16 ans
Vinson Lee
94fba49be9
mesa: Initialize variable in MatchInstruction.
il y a 16 ans
Vinson Lee
e31df54754
mesa: Assign _mesa_lookup_parameter_index return value to GLint.
il y a 16 ans
Vinson Lee
cb1dcb55f9
i915: Add missing break statement in i915_debug_packet.
il y a 16 ans
Vinson Lee
d38ffed523
glsl: Increase size of array in_slang_lookup_constant from 4 to 16.
For some cases, _mesa_GetIntegerv reads up to params[15].
il y a 16 ans
Vinson Lee
1cf60c9810
progs/samples: Byte swap individual members of struct _rawImageRec.
il y a 16 ans
Ian Romanick
e624b77eb2
intel: Remove ARGB internal_format == GL_RGB hacks
Now that XRGB is supported, we don't need to hack around cases of an RGBA
format buffer with an internal format of GL_RGB.
il y a 16 ans
Ian Romanick
b4a6169412
intel: Make RGB textures use XRGB8888
il y a 16 ans
Ian Romanick
cbdeb33209
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
il y a 16 ans
Ian Romanick
eadd9b8e16
i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
It turns out that 965 and friends cannot actually render to an xRGB
surfaces. Instead, the surface has to be RGBA with writes to alpha
disabled and the blend function modified to always use 1.0 for
destination alpha.
il y a 16 ans
Ian Romanick
4f2b2032f4
intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888
il y a 16 ans