-
Given the following program:
``` rust
extern crate openssl;
use openssl::nid::Nid;
use openssl::x509::X509Generator;
use openssl::x509::extension::Extension;
fn main() {
let ca_gen = X509Genera…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
```
import pyglet
window = pyglet.window.Window()
batch = pyglet.graphics.Batch()
x = 10
y = 10
width =150
height = 150
color = 127, 127, 0, 127
batch.add_indexed(4, pyglet.gl.GL_TRIANGLES, None,
…
-
The GafferImage module does not support negative display windows despite the GafferImage.Format class providing a setDisplayWindow() method.
The ImageView, ImageReader and ImageWriter classes are al…
-
Currently the 2D viewer is prone to banding and dark edges (when viewing images with alpha channels).
A screen grab showing the problem is attached.
![banding](https://f.cloud.github.com/assets/39776…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR2109](https://bugs.llvm.org/show_bug.cgi?id=2109) |
| Status | RESOLVED FIXED |
| Importance | P n…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…