Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
4795dd5950d4dcd7c8d421c8fb4851c193297ba1
4795dd5
osmesa: Link with -ldl for dlopen code
by Dan Nicholson
· 15 years ago
7441dcd
osmesa: Allow building standalone in all three channel widths
by Dan Nicholson
· 15 years ago
61ffba4
trace/rbug: Use condvar on system that has it for blocking
by Jakob Bornecrantz
· 15 years ago
d4c578a
gallium: Make pipe thread say if it has condvars or not
by Jakob Bornecrantz
· 15 years ago
76b3072
trace/rbug: Add new contexts functions to trace rbug
by Jakob Bornecrantz
· 15 years ago
384bbe2
rbug: Update rbug protocol with new context calls
by Jakob Bornecrantz
· 15 years ago
185fbcc
mesa: call _mesa_ funcs, not gl funcs for debugging
by Brian Paul
· 15 years ago
9d58724
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
9424d81
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
by Brian Paul
· 15 years ago
6907650
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
by Brian Paul
· 15 years ago
d37795c
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
by Brian Paul
· 15 years ago
45e744d
tgsi: increase MAX_LABELS to 4096
by Brian Paul
· 15 years ago
81a0ef3
mesa: update wglext.h to latest version
by Brian Paul
· 15 years ago
d33c315
mesa: remove PFNGL typedefs that are in glext.h
by Brian Paul
· 15 years ago
73a48a8
mesa: upgrade glext.h to version 52
by Brian Paul
· 15 years ago
1ba9665
intel: Add support for tiled textures.
by Eric Anholt
· 15 years ago
165ae5e
i915: Don't rely on fence regs when we don't have to.
by Eric Anholt
· 15 years ago
1b6f7fb
i915: Remove some long-dead i830 code.
by Eric Anholt
· 15 years ago
086ecea
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
by Brian Paul
· 15 years ago
a64bbda
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
by Brian Paul
· 15 years ago
f25e100
swrast: always do span clipping in _swrast_write_rgba_span()
by Brian Paul
· 15 years ago
0b6a0b3
vbo: minor reformatting
by Brian Paul
· 15 years ago
aa18e54
vbo: move/refactor debug code
by Brian Paul
· 15 years ago
13f6d07
vbo: added debug code to check array data validity (disabled)
by Brian Paul
· 15 years ago
e446ef5
vbo: new debug/dump code (disabled)
by Brian Paul
· 15 years ago
9200954
mesa: added NaN checking code (disabled)
by Brian Paul
· 15 years ago
035de6a
mesa: check/prevent NaN for EX2/LG2
by Brian Paul
· 15 years ago
87b2db9
tnl: updated clip debug code (disabled)
by Brian Paul
· 15 years ago
e792762
mesa: added buffer object debug code (disabled)
by Brian Paul
· 15 years ago
4f4280b
tnl: add some floating point sanity checks (disabled)
by Brian Paul
· 15 years ago
ab4fd18
vbo: tweak out-of-bounds VBO access error message
by Brian Paul
· 15 years ago
1ad1576
Thank you git for doing the right thing.
by Ian Romanick
· 15 years ago
c428f46
Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined
by Ian Romanick
· 15 years ago
7f8000d
Fast path when rebinding the same texture in single context environment
by Ian Romanick
· 15 years ago
5457613
st/mesa: minor clean-ups, reformatting, etc
by Brian Paul
· 15 years ago
5cd47e0
docs: remove version info carried over from 7.5
by Brian Paul
· 15 years ago
8086352
docs: clarify GL_ARB_copy_buffer driver support
by Brian Paul
· 15 years ago
dd174ea
st/mesa: implement/enable GL_ARB_copy_buffer extension
by Brian Paul
· 15 years ago
2813c08
mesa: fix error test mistake in _mesa_CopyBufferSubData()
by Brian Paul
· 15 years ago
2e708fa
docs: added GL_ARB_copy_buffer extension
by Brian Paul
· 15 years ago
3a7399e
mesa: enable GL_ARB_copy_buffer for software drivers
by Brian Paul
· 15 years ago
08e43eb
mesa: plug in new _mesa_CopyBufferSubData() functions
by Brian Paul
· 15 years ago
dc0b71f
mesa: _mesa_CopyBufferSubData() function, and driver fall-back
by Brian Paul
· 15 years ago
96a30b0
mesa: new state for GL_ARB_copy_buffer
by Brian Paul
· 15 years ago
76b4388
mesa: new CopyBufferSubData() driver hook
by Brian Paul
· 15 years ago
7519770
glapi: regenerated files for GL_ARB_copy_buffer
by Brian Paul
· 15 years ago
6889287
glapi: include ARB_copy_buffer.xml
by Brian Paul
· 15 years ago
4a1e4f9
glapi: GL_ARB_copy_buffer xml info
by Brian Paul
· 15 years ago
fc7f924
scons: Less aggressive optimizations for MSVC 64bit compiler.
by José Fonseca
· 15 years ago
0f50c4f
scons: Output nice summary messages instead of long command lines.
by José Fonseca
· 15 years ago
273117c
util: Unsaved change missing from last commit.
by José Fonseca
· 15 years ago
45b7783
r300-gallium: strip swtcl to the bare minimum
by Joakim Sindholt
· 15 years ago
840af5f
util: Support Z24S8/Z24X8 -> unsigned conversion.
by José Fonseca
· 15 years ago
c91df4c
util: Fix 24 to 32 bit expansion binary arithmetic expression.
by José Fonseca
· 15 years ago
12e94d8
mesa: release VBO and PBO references upon context destruction
by Brian Paul
· 15 years ago
cb3a9f9
mesa: add #define FEATURE_ARB_pixel_buffer_object
by Brian Paul
· 15 years ago
16fbd39
intel: Clip to window after calling Driver.TexImage2D
by Ian Romanick
· 16 years ago
129f311
intel: Clip to window after calling Driver.TexImage2D
by Ian Romanick
· 16 years ago
a945e20
i915: Don't put VBOs in graphics memory unless required for an operation.
by Eric Anholt
· 15 years ago
0ab8e26
i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.
by Eric Anholt
· 15 years ago
1aef032
gallium/draw: Free specialized versions of driver shaders
by Keith Whitwell
· 15 years ago
003cfd4
draw: free more token arrays
by Keith Whitwell
· 15 years ago
69a765d
draw: avoid leaking tokens when building pstipple fragment shader
by Keith Whitwell
· 15 years ago
5036325
mesa/st: restore flush to copy_texsubimage (was previously finish)
by Keith Whitwell
· 16 years ago
557d2bb
wgl: Destroy the framebuffer when the window is destroyed.
by José Fonseca
· 15 years ago
97f5953
progs/vpglsl: add similar support for point rendering as progs/vp
by Keith Whitwell
· 16 years ago
f989390
st/gl: Fix mip gen for compressed textures
by Jakob Bornecrantz
· 16 years ago
00e7a60
trivial/tri-z: add controls for depthrange min/max
by Keith Whitwell
· 16 years ago
3c756ed
progs/wgl: Small cleanup to wglinfo.
by José Fonseca
· 16 years ago
76ad2b4
progs/wgl: Use an invisible window in wglinfo.
by José Fonseca
· 16 years ago
9f6ec50
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
0e8a5a8
st/mesa: fix incorrect sprite origin when drawing to FBO/texture
by Brian Paul
· 15 years ago
4275542
draw: reset extra_vp_outputs.slot to zero in widepoint_flush()
by Brian Paul
· 15 years ago
1fa023a
r300-gallium: Slightly hacky fix for glxgears-style TCL.
by Corbin Simpson
· 15 years ago
a5d033e
demos: add missing dependencies for util files
by Brian Paul
· 15 years ago
bc302b2
Use separate $(MINSTALL) for installing libraries
by Dan Nicholson
· 16 years ago
85e0572
progs/rbug: Add small remote debugging cli applications
by Jakob Bornecrantz
· 15 years ago
01fa34c
trace/rbug: Add rbug integration for remote debugging
by Jakob Bornecrantz
· 15 years ago
dfa4ebc
rbug: Add Gallium Remote Debugger Protocol code
by Jakob Bornecrantz
· 16 years ago
aee1a6f
util: Add simple network functions
by Jakob Bornecrantz
· 16 years ago
ea3ee47
wgl: Cleanup framebuffer destruction logic.
by José Fonseca
· 15 years ago
0ea519f
wgl: Ensure we only create framebuffers for HDC associated with a window.
by José Fonseca
· 15 years ago
fe69b6b
wgl: Use the right pixel format.
by José Fonseca
· 15 years ago
be7c56b
wgl: Fix debugging output.
by José Fonseca
· 15 years ago
76f2bac
wgl: Rename function.
by José Fonseca
· 15 years ago
1124f78
wgl: Remove unused field.
by José Fonseca
· 15 years ago
5bb2074
mesa: Output warnings to debugger on Windows.
by José Fonseca
· 15 years ago
8aef306c
mesa: Check/propagate return value on st_make_current.
by José Fonseca
· 15 years ago
29c6c8e
mesa: Add success/failures return value to _mesa_make_current.
by José Fonseca
· 15 years ago
bedf7fa
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
6c3cefd
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
by Brian Paul
· 15 years ago
a59575d
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
by Brian Paul
· 15 years ago
fa0ca31
softpipe: update comments for max texture size
by Brian Paul
· 15 years ago
425c390
softpipe: increase max 2D/cube texture size to 4K x 4K
by Brian Paul
· 15 years ago
b70fcd6
r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.
by Corbin Simpson
· 15 years ago
534f1e8
nv50: some mipmapping fixes
by Ben Skeggs
· 15 years ago
c11c107
nv50: negate sources directly where supported
by Christoph Bumiller
· 15 years ago
87eea6e
nv50: introduce emit_cvt and use it
by Christoph Bumiller
· 16 years ago
3accd7e
nv50: fix TXP
by Christoph Bumiller
· 16 years ago
94ba165
nv50: use multiple constant buffers
by Christoph Bumiller
· 16 years ago
Next »