Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xserver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexander Volkov
xserver
Commits
f6ca2b3e
Commit
f6ca2b3e
authored
Apr 03, 2006
by
Adam Jackson
💣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coverity #38: Dead branch elimination.
parent
9b9dd747
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
hw/dmx/glxProxy/glxcmds.c
hw/dmx/glxProxy/glxcmds.c
+1
-1
No files found.
ChangeLog
View file @
f6ca2b3e
2006-04-02 Adam Jackson <ajax@freedesktop.org>
* hw/dmx/glxProxy/glxcmds.c:
Coverity #38: Dead branch elimination.
2006-04-02 Adam Jackson <ajax@freedesktop.org>
* Xext/sync.c:
...
...
hw/dmx/glxProxy/glxcmds.c
View file @
f6ca2b3e
...
...
@@ -3619,7 +3619,7 @@ int __glXSendLargeCommand(__GLXclientState *cl, GLXContextTag contextTag)
GetReq
(
GLXRenderLarge
,
req
);
req
->
reqType
=
dmxScreen
->
glxMajorOpcode
;
req
->
glxCode
=
X_GLXRenderLarge
;
req
->
contextTag
=
(
glxc
?
GetCurrentBackEndTag
(
cl
,
contextTag
,
s
)
:
0
);
req
->
contextTag
=
GetCurrentBackEndTag
(
cl
,
contextTag
,
s
);
req
->
length
+=
(
amount
+
3
)
>>
2
;
req
->
requestNumber
=
requestNumber
++
;
req
->
requestTotal
=
totalRequests
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment