Michel Dänzer
2262765425
radeon: Fix software fallbacks with KMS on big endian.
hace 16 años
Michel Dänzer
f2651264d3
radeon: FBO fixes for big endian.
hace 16 años
Michel Dänzer
2d0c295256
Add MESA_FORMAT_XRGB8888_REV.
hace 16 años
Dave Airlie
e015a4c29b
radeon: rn50's have no 3D engine so don't try and init 3D driver.
hace 16 años
Vinson Lee
0e790ac353
progs/util: Fix memory leak if LoadYUVImage fails.
hace 16 años
Jakob Bornecrantz
60769b232c
svga: Build svga driver
hace 16 años
Jakob Bornecrantz
f7109aaf6c
svga: Add vmwgfx_drm.h file from vmwgfx kernel driver
Add the vmwgfx_drm.h header for now, this allows the svga driver
to be enabled by default without forcing people to install the
vmwgfx_drm.h header on their system.
To be removed once vmwgfx_drm.h is in libdrm.
hace 16 años
Jakob Bornecrantz
3192633d4a
svga: Add svga driver
hace 16 años
Vinson Lee
6b480dc21d
progs/demos: Fix memory leak in ray.c.
hace 16 años
Jakob Bornecrantz
648e8b4c46
st/xorg: Fix copy-pasto
Thanks Alan.
hace 16 años
Vinson Lee
ee555e3d69
progs/demos: Fix memory leak in projtex.c.
hace 16 años
Vinson Lee
a1afe303de
progs/demos: Fix memory leak in ipers.c.
hace 16 años
Ian Romanick
fdfbae3381
i965: Use MESA_FORMAT_AL1616 when appropriate
hace 16 años
Ian Romanick
b1616b2a81
Move 'static' to start of declaration to silence compiler warning
hace 16 años
Ian Romanick
12982e381d
AL1616: Enable MESA_FORMAT_AL1616 for software paths
hace 16 años
Ian Romanick
3325dc91be
AL1616: Add TexImage storage path
hace 16 años
Ian Romanick
975871b4d5
AL1616: Add texel fetch / store routines
hace 16 años
Ian Romanick
eb437fabe0
AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
hace 16 años
Ian Romanick
5fb07a4046
AL1616: Add macros to pack two GLushorts into a texel
hace 16 años
Vinson Lee
aef3218f0b
progs/demos: Fix memory leak in fslight.c.
hace 16 años
Jakob Bornecrantz
cb060f3b98
st/xorg: Fix comp alpha code and deal with luminance masks
There are two fixes in here one is a one liner that fixes
component alpha logic. The other deals better with luminance
formats used for masks, sources not yet implemented.
Fixes component alpha text and icons in gnome. There are a one
or two cases that this code misses. Like if src_luminance is set
but no mask image is given.
hace 16 años
Jakob Bornecrantz
5438ee3ecf
st/xorg: Incase of format missmatch swizzle channels and set alpha
This path is only hit for icons in gnome so far
hace 16 años
Alex Deucher
d683acb101
r600: don't force Z order
Let the hw decide (early vs late Z)
fixes fdo bug 25092
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
hace 16 años
Corbin Simpson
0f060250fc
docs: Update r300g status.
hace 16 años
Brian Paul
664b7303c2
docs: fixes, changes for Mesa 7.7
hace 16 años
Brian Paul
fcf8dea36c
progs/tests: silence warning
hace 16 años
Brian Paul
f549f4c4b6
mesa: remove unused vertex array driver hooks
hace 16 años
Brian Paul
652828ec0e
mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()
hace 16 años
Brian Paul
a719395b45
mesa: use _mesa_get_current_tex_object()
hace 16 años
Brian Paul
ecb03d75a2
mesa: added another check in check_gen_mipmap()
We don't need to call ctx->Driver.GenerateMipmap() if we're updating
a texture level >= MAX_LEVEL.
hace 16 años
Michel Dänzer
d3a37d93ab
st/xorg: Only reference new picture formats when they're defined.
Fixes http://bugs.freedesktop.org/show_bug.cgi/?id=25094 .
hace 16 años
Brian Paul
afae49cc15
st/mesa: comments for st_draw.c
hace 16 años
Brian Paul
4581f70578
st/egl: add some basic comments
hace 16 años
Francisco Jerez
abefd7dcdf
nv20: Fix build for the last nouveau_class.h changes.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Pekka Paalanen <pq@iki.fi>
hace 16 años
Francisco Jerez
ed9c4933af
nv10: Fix build for the last nouveau_class.h changes.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Pekka Paalanen <pq@iki.fi>
hace 16 años
Vinson Lee
a420056750
progs: Ignore Mac OS dSYM directories.
hace 16 años
Eric Anholt
57f40b1837
i965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm_glsl.c
This should fix TXB on G45 and older in the GLSL case.
hace 16 años
Eric Anholt
1be0efcbdc
i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c.
New comments should explain some of the confusion about how this message
works.
hace 16 años
Eric Anholt
a0fd49b334
i965: Clean up emit_tex a bit.
hace 16 años
Eric Anholt
3d36d6b4cf
Merge remote branch 'origin/mesa_7_6_branch'
hace 16 años
Eric Anholt
99077e7792
i965: Flag BRW_NEW_CONTEXT on some context state.
Fixing this is a prereq for avoiding flagging all state at new
batch time. Eliminating that still causes problems, though (notably
glean logicOp fails on my GM965).
hace 16 años
Eric Anholt
1ffd0a7789
intel: Remove some dead context structure fields.
hace 16 años
Eric Anholt
3727858ceb
i965: Remove an unused cache_item field.
hace 16 años
Eric Anholt
b54f8eeae8
i965: Remove long dead structures for ffvertex_prog.c.
hace 16 años
Eric Anholt
ded0ec1ea5
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Saves CPU time, resulting in a 2.5% FPS win on ETQW.
hace 16 años
Eric Anholt
8e8586e626
i965: Validate the number of URB entries selected for the VS.
hace 16 años
Eric Anholt
3c05c1eb63
intel: When subdataing a busy buffer, use a temporary and blit in.
This cuts a massive number of waits in ET:QW, which uses a VBO ringbuffer.
Unfortunately it doesn't BufferData when wrapping back to 0, so we can't
be clever with tracking what's been initialized.
hace 16 años
Eric Anholt
4e50ce35ee
i965: Clean up Ironlake sampler type definitions.
They're the same regardless of execution width for 8, 4x2, and 16.
hace 16 años
Eric Anholt
91bd593109
i965: Avoid moving the current value back into the accumulator for MAD.
This is a 2.9% (+/-.3%) performance win for my GL demo, which hits MAD
sequences for matrix transforms.
hace 16 años
Eric Anholt
d6690ce15f
mesa: Improve the eliminate-move-use to work across multiple instructions.
This shaves more instructions off of the VS of my GL demo, but no
performance difference this time at n=6. This also fixes a regression
that was in this path, which is now piglit's glsl-vs-mov-after-deref.
hace 16 años