| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
glCopyPixels() no longer hits a software fallback when zooming, blending, etc.
|
| |
|
|
|
|
|
| |
The previous version of framebuffer blit was a quick hack. The new meta
version works pretty well.
|
|
|
|
|
|
|
| |
This reverts commit b8e638d4895d2d342306bb6443a455f73903ce20.
Now that the known hangs and misrendering issues are fixed, I'm ready to
start encouraging it by default again.
|
|
|
|
|
|
|
| |
Otherwise, we would address beyond the end of our buffers. Fixes reliable
GPU segfault with texture_tiling=true and oglconform shadow.c.
Bug #22406.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/mesa/main/state.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The comment disagreed with the code, and nicely drew my eyes to what was
going wrong.
Bug #21774 (blender)
Bug #21788 (readpix)
(cherry picked from master, commit fd65418f600874b05f902b622078b40bc1abb24a)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes jerkiness in doom3 and other apps since the kernel change to
throttle less absurdly, which led to a thundering herd of frames.
Because this is a rather minimal fix, there is at least one downside: If
the whole scene completes in one batchbuffer, we'll end up stalling the GPU.
Thanks to Michel Dänzer for suggesting using glFlush to signal frame end
instead of going to all the effort of adding a new DRI2 extension.
(cherry picked from master, commit 0828579a658af01a64b5e699175dc9bbbedcd685)
|
| |
| |
| |
| |
| | |
similar to the radeon code.
passes tests/texcompsub
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The comment disagreed with the code, and nicely drew my eyes to what was
going wrong.
Bug #21774 (blender)
Bug #21788 (readpix)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes jerkiness in doom3 and other apps since the kernel change to
throttle less absurdly, which led to a thundering herd of frames.
Because this is a rather minimal fix, there is at least one downside: If
the whole scene completes in one batchbuffer, we'll end up stalling the GPU.
Thanks to Michel Dänzer for suggesting using glFlush to signal frame end
instead of going to all the effort of adding a new DRI2 extension.
|
| |
| |
| |
| | |
Passes tests/stencil_twoside and glean/stencil2.
|
| |
| |
| |
| | |
It's all fallbacks anyway due to the DD_POINT_ATTEN fallback.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile
configs/default
docs/relnotes.html
src/mesa/main/version.h
|
| |
| |
| |
| | |
(cherry picked from commit 6d66f23c50ebe8f973757b6fd1b81c9b7920c447)
|
| |
| |
| |
| | |
(cherry picked from commit ddef7dc87b2001fbe117ee5f24a0c645ee95a03c)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
We would have to build the program with the appropriate fog mode, and
also supply the fog coordinate if appropriate.
Bug #19413.
(cherry picked from commit 8ae02a3919bf31bd33f86208472e100eedb58497)
|
| |
| |
| |
| |
| | |
Move all the metaops to a dri_metaops file and port radeon/intel
to use the new common meta ops code.
|
| |
| |
| |
| | |
Fixes new piglit depthrange-clear.c test.
|
| |
| |
| |
| |
| |
| |
| | |
RasterPos[2] is already sent through the window transform, which includes
DepthRange handling. So make DepthRange for the metaops a noop.
Fixes a failure in oglconform depthrange.c
|
| |
| |
| |
| | |
This is just following bind_vertex_array()'s behavior.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Really, we should be checking that the MesaTexFormat for the read buffer
and the texture match, but the previous code wasn't even doing that, so
matching the cpp should be an improvement (and potentially fix some hangs!).
The previous code also rejected GL_RGB even though blitting the alpha
channel to the ignored channel of an x8r8g8b8 texture should be fine, which
tripped up compiz's blur plugin.
|
|\| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. new PCI ids
2. fix some 3D commands on new chipset
3. fix send instruction on new chipset
4. new VUE vertex header
5. ff_sync message (added by Zou Nan Hai <[email protected]>)
6. the offset in JMPI is in unit of 64bits on new chipset
7. new cube map layout
|
| |
| |
| |
| |
| | |
Even after fixing bugs in this code, it doesn't make me feel any cleaner.
Fixes piglit stencil-drawpixels.
|
| | |
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
src/mesa/main/dlist.c
src/mesa/vbo/vbo_save_api.c
|
| |
| |
| |
| |
| | |
Fixes assertion failure when binding depth/stencil texture to FBO stencil
attachment.
|
| |
| |
| |
| |
| |
| | |
Failure to set the obj->Pointer back to null tripped up the assertion.
Bug #22428.
(cherry picked from commit 57a06d3a48c9af1067ec05e3ad96c58f4b9b99be)
|
| |
| |
| |
| |
| |
| |
| | |
We would have to build the program with the appropriate fog mode, and
also supply the fog coordinate if appropriate.
Bug #19413.
|
| |
| |
| |
| |
| | |
While GEM covers this for execution it knows about, it doesn't know about
the batchbuffer we're preparing. Fixes piglit vbo-map-remap.c testcase.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Valgrind doesn't know that a successful getparam sets the target of the
pointer, so just set the value beforehand.
|
| |
| |
| |
| | |
Bug #22000.
|
| |
| |
| |
| |
| | |
Failure to set the obj->Pointer back to null tripped up the assertion.
Bug #22428.
|
| |
| |
| |
| |
| | |
There doesn't appear to be any driver impact for enabling this, and
tests/prog_parameter passes.
|
|\| |
|
| |
| |
| |
| | |
This fixes a segfault seen with piglit's fdo20701 test.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit de447afff26706e3bf8bdcd5cfb8b1daf49b4b21 but
puts the lock under DRI1-only.
From keithw:
> It's there because the DRI1 code doesn't actually achieve the mutexing
> which it looks as if it should. For multi-threaded applications it was
> always possible to get two threads inside locked regions -- I have no
> idea how, but it certainly was and presumably still is possible.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This would cause LOCK_HARDWARE to mutex all contexts in this process on
both DRI1 and DRI2. On DRI1, LOCK_HARDWARE already does it for all
processes on the system. On DRI2, LOCK_HARDWARE doesn't, but there shouldn't
be any state outside the context that needs any additional protection.
Notably, the bufmgr is protected by its own mutex and not
LOCK_HARDWARE.
This code was originally introduced with the i915tex code dump, so it's not
clear what it was there for.
|
| | |
|