index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-07
gl: Unify fixed function setup code
Benjamin Otte
1
-11
/
+4
2010-06-07
gl: switch OPERAND0 and OPERAND1 in the fixed function path
Benjamin Otte
1
-21
/
+21
2010-06-07
gl: Move the pre shader to the context, too
Benjamin Otte
2
-6
/
+6
2010-06-07
gl: Store the clip region in the context
Benjamin Otte
3
-5
/
+13
2010-06-07
gl: Make gl_composite_begin() acquire the context
Benjamin Otte
4
-28
/
+30
2010-06-07
gl: Remove unused code
Benjamin Otte
1
-10
/
+1
2010-06-07
gl: Make composite_set_clip_region not require the context
Benjamin Otte
4
-6
/
+4
2010-06-07
gl: Make composite_set_source/mask/mask_spans not require a context
Benjamin Otte
4
-53
/
+51
2010-06-07
gl: Add API for querying if we need GL_TEXTURE_RECTANGLE_EXT
Benjamin Otte
3
-7
/
+12
2010-06-07
gl: Make cairo_gl_composite_t not require a gl context anymore
Benjamin Otte
4
-23
/
+15
2010-06-07
gl: Flush surface at the right times
Benjamin Otte
3
-0
/
+6
2010-06-06
Revert "gstate: reduce a couple more operators"
Chris Wilson
1
-14
/
+1
2010-06-02
openvg: fix build break
Makoto Kato
1
-1
/
+1
2010-05-27
gl: Unmap the vertex buffer prior to using in DaawArrays()
Chris Wilson
1
-11
/
+12
2010-05-27
gl: _cairo_set_shader_by_type() cannot return UNSUPPORTED
Chris Wilson
1
-3
/
+4
2010-05-27
gl: Check for an error device when creating surfaces.
Chris Wilson
1
-0
/
+3
2010-05-27
gl: Make _cairo_gl_shader_(init|compile) static
Chris Wilson
2
-26
/
+25
2010-05-27
boilerplate: Exercise RENDER capable windows.
Chris Wilson
1
-0
/
+107
2010-05-27
script: Update csi-exec to match new interface.
Chris Wilson
1
-1
/
+2
2010-05-20
freed-pool: Don't access beyond the end of the array.
Chris Wilson
2
-4
/
+8
2010-05-20
atomic: Add memory barriers if required for intel primitives
Chris Wilson
1
-0
/
+16
2010-05-20
gl: spans need the dummy texture
Benjamin Otte
1
-1
/
+1
2010-05-20
gl: Don't set is_clear
Benjamin Otte
1
-2
/
+0
2010-05-20
gl: Fix coverage passing for spans not being endian safe.
Benjamin Otte
3
-16
/
+19
2010-05-20
gl: Allow NONE and SPANS sampler for source, too
Benjamin Otte
1
-1
/
+3
2010-05-20
gl: Refactor fixed function setup code
Benjamin Otte
1
-84
/
+46
2010-05-20
gl: set the active texture before fiddling with with glTexEnv
Benjamin Otte
1
-0
/
+8
2010-05-20
gl: Remove unused variables
Benjamin Otte
1
-9
/
+0
2010-05-20
gl: Move vertex array setup code into the texture setup code
Benjamin Otte
1
-21
/
+14
2010-05-20
gl: Add an assertion that a context cannot call _begin() twice
Benjamin Otte
2
-0
/
+9
2010-05-20
gl: Move vertex buffer handling from setup into context
Benjamin Otte
2
-20
/
+22
2010-05-20
gl: Actuall do fall back to fixed function paths.
Benjamin Otte
1
-1
/
+3
2010-05-20
gl: Don't store the shader in the composite_t anymore
Benjamin Otte
3
-32
/
+24
2010-05-20
gl: Move shader checking in the TexEnv setup code
Benjamin Otte
1
-107
/
+101
2010-05-20
gl: Move texture setup code into its own file
Benjamin Otte
1
-116
/
+92
2010-05-20
gl: Binding variables only works for the current shader
Benjamin Otte
3
-35
/
+20
2010-05-20
gl: Separate binding to shaders from setting operands
Benjamin Otte
2
-79
/
+79
2010-05-20
gl: Use the mask, not the source
Benjamin Otte
1
-4
/
+4
2010-05-20
gl: Add _cairo_gl_surface_is_texture()
Benjamin Otte
3
-7
/
+14
2010-05-20
gl: Implement texture upload to window with composite()
Benjamin Otte
2
-83
/
+48
2010-05-20
gl: cache the current shader in the context
Benjamin Otte
2
-1
/
+10
2010-05-20
gl: Move _cairo_gl_set_operator() to the file it's used in
Benjamin Otte
3
-61
/
+57
2010-05-20
gl: Detect color-pattern clears of surfaces
Benjamin Otte
2
-12
/
+29
2010-05-20
gl: detect image uploads and fast-path them
Benjamin Otte
1
-0
/
+23
2010-05-20
gl: Use _cairo_gl_surface_draw_image() when caching glyphs
Benjamin Otte
1
-39
/
+8
2010-05-20
gl: Actually check errors for _cairo_gl_composite_begin()
Benjamin Otte
1
-0
/
+2
2010-05-20
gl: Get rid of _cairo_gl_composite_set_mask_texture()
Benjamin Otte
3
-29
/
+8
2010-05-20
gl: Make glyph cache a real surface
Benjamin Otte
2
-44
/
+26
2010-05-18
surface: Add _cairo_surface_release_device_reference() API
Benjamin Otte
3
-1
/
+29
2010-05-18
gl: Make a bunch of functions static
Benjamin Otte
2
-20
/
+4
[prev]
[next]