Zack Rusin
0a26811286
st/xorg: bind samplers before composition
16 年之前
Zack Rusin
f1c0a4b2f4
st/xorg: normalize coords for the src operands in the vertex shader
16 年之前
Pauli Nieminen
4f644e58d4
radeon: Fix scissors for dri1.
DRI1 has to set scissors in framebuffer coordinates.
16 年之前
Joakim Sindholt
dbe58d7f9f
r300g: pretty up the new drm code a bit
As it turns out, I made some boners. This corrects them (I hope)
16 年之前
Jakob Bornecrantz
1e9eb69f83
st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contents
16 年之前
Jakob Bornecrantz
d80242c254
st/xorg: Null devPrivate.ptr when unmapping
16 年之前
Michel Dänzer
fdc8ec60eb
st/xorg: Fix scons build.
16 年之前
Joakim Sindholt
6bfec14d6d
r300g: support new drm_api
16 年之前
Jakob Bornecrantz
1e5014f7df
drm_api: Operate on textures instead of buffers
Most use cases just got the buffer from the texture
and then called into one of the get_handle functions.
Also with this patch it would be easier to move to a
generic function for getting handles from textures
and textures from handles, that is exposed via the screen.
16 年之前
Jakob Bornecrantz
7d9af52bc5
st/xorg: Fix some warnings
16 年之前
Jakob Bornecrantz
b26aee0ffe
st/dri: Fix some warnings
16 年之前
Jakob Bornecrantz
6f0a1a8426
st/xorg: Pass dri driver name as driverName on screen
16 年之前
Jakob Bornecrantz
205d344e2a
Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."
This reverts commit a33e9ea3b9 .
As this change breaks both radeon and nouveau
16 年之前
Pauli Nieminen
4322181e6a
r100/r200: Bring back old PolygonStripple for DRI1.
DRI1 didn't have support for command buffer emit for stripple.
16 年之前
Pauli Nieminen
bfbad4fbb7
r100/r200: Share PolygonStripple code.
16 年之前
Pauli Nieminen
e541845959
r200: Fix piglit paths test.
Polygon stipple has to go to command buffer because special ioctl is disabled.
Piglit doesn't like HyperZ warning so disable it for kms.
16 年之前
Dave Airlie
a7f8b329aa
r600: fix scissor also.
I forgot about r600 being here.
16 年之前
Dave Airlie
d0cb1036aa
radeon: fix scissors harder.
this makes gnome-shell work on r300 for me
16 年之前
Eric Anholt
60b072d49f
intel: Add support for ARB_copy_buffer.
Passes glean's bufferObject test for this extension.
16 年之前
Pauli Nieminen
812ccacabc
r300: Fix emit prediction to account scissor emitting correctly.
16 年之前
Brian Paul
e363ec1d08
Merge branch 'mesa_7_5_branch'
16 年之前
Brian Paul
0d7bed9f89
docs: fix selection/feedback culling bug
16 年之前
Brian Paul
8f4d66c5f8
swrast: fix incorrect tri culling in selection/feedback mode.
See bug 16866.
16 年之前
Eric Anholt
c2ef10803d
i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14
16 年之前
Zack Rusin
8bdce0c3a7
st/xorg: set vertex and fragment shader for the current op
16 年之前
Zack Rusin
c7e103d238
st/xorg: bind rasterizer state
16 年之前
Zack Rusin
2048182e86
st/xorg: set blend state for exa
16 年之前
Zack Rusin
f9a3fce090
st/xorg: bind framebuffer and viewport for exa
16 年之前
Zack Rusin
3f15ea866f
st/xorg: create and destroy shader cache
16 年之前
Michel Dänzer
416ee3c53e
st/xorg: Set shared usage of pixmaps for use via DRI2.
Also allow pixmaps to have both the shared and displayed usage flags, as is
the case for the screen pixmap now.
16 年之前
Michel Dänzer
bfbfcdd703
st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.
16 年之前
Michel Dänzer
d73d4cfcf1
st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.
16 年之前
Michel Dänzer
05aa56a827
st/xorg: Flush context if necessary in ExaPrepareAccess.
16 年之前
Michel Dänzer
f3a540f6d7
st/dri: Only ask for fake front buffer for single buffer visuals by default.
16 年之前
Michel Dänzer
a33e9ea3b9
st/xorg/dri: Pass texture formats via the DRI2 protocol flags.
No need to guess.
16 年之前
Nicolai Hähnle
1160bf7c65
r300: Cleanup reported native program limits
The fragment program native limits are actually higher on R4xx
as reported by Alex Deucher, but using those requires some
bit-twiddling changes to program handling.
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
16 年之前
Nicolai Hähnle
eb6e281966
r300: Debug messages are written to stderr, so fflush that
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
16 年之前
Pauli Nieminen
570d4e375a
radeon/r200/r300: Fix swtcl prediction to work after primitie change.
Swtcl calls flush everytime primitive changes so prediction has to made again
after flushing.
16 年之前
marvin24
43a064e06d
mesa: direct program debug output to stderr instead of stdout
16 年之前
Brian Paul
44e86dde6d
Merge branch 'mesa_7_5_branch'
16 年之前
Brian Paul
32f95f8c17
gallium/util: added support for SRGB formats
Fixes glean/texture_srgb failure, bug #23449 .
16 年之前
Brian Paul
f8ae968d28
gallium/util: added cases for SRGB formats
16 年之前
Chia-I Wu
8d0bdfa433
progs: EGL/X progs should link to libX11.
Since 5a459d58fca2b71cb77c39f98df8a81ce6298421, libEGL no longer links
to libX11. Add the dependency to affected progs and cleanup
prog/egl/Makefile.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
16 年之前
Vinson Lee
0dd08a9e15
mesa: move decls before code
16 年之前
Cooper Yuan
ba87cbf2be
r300g: Correct scissor setting, subtract 1 from window's width and height
16 年之前
Dave Airlie
82ff3190de
radeon: fix scissor calcs.
For non-FBOs we need to invert, for FBOs the scissors are non-inverted.
no matter what we need to clamp them to the buffer sizes.
16 年之前
Ian Romanick
09c73c7437
i965: Increase assmebly shader program parameter limits
Increase the number of native program parameters to the same values
exposed by GLSL.
16 年之前
Ian Romanick
eabe12df44
ARB prog: Change handling of program parameter limits
Several changes are made to program parameter limits. Several of the
non-NATIVE limits are set higher. All of the NATIVE limits are set to
zero in the core Mesa code. Each driver must set the actual value in
its context creation routine. If the NATIVE value remains zero, this
indicates that hardware shaders may not be supported.
Each of the preceeding changes matches the bahavior of Apple's shader
assembler, so it seems safe.
Finally, we limit the value of MaxEnvParams to be no greater than
MaxNativeAttribs. At least one case has been found where an
application does the wrong thing if MaxNativeAttribs < MaxEnvParams.
See also bugzilla #23490 .
16 年之前
Dave Airlie
20d9204fbd
radeon: fix max indx/vertex emission due to state checker
16 年之前
Younes Manton
cefe9c4f39
mesa: gitignore
16 年之前