projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2009-01-24
José Fonseca
scons: Don't build the DRI drivers in a seperate dir.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
scons: Use a cache for built files.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
wgl: Adapt for st_get_framebuffer_surface call change.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
scons: Allow to specify the MSVS version on command...
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
progs: Port vp-tris to glew.
commit
|
commitdiff
|
tree
2009-01-23
Alan Hourihane
gallium: change the st_get_framebuffer_surface/texture...
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
progs: Ignore more output executables.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
progs/trivial: Use glew where needed.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
glew: Initial import.
commit
|
commitdiff
|
tree
2009-01-23
José Fonseca
glut: Do not rely on GLAPIENTRY symbol.
commit
|
commitdiff
|
tree
2009-01-22
José Fonseca
glut: Don't include mesa_wgl.h on MinGW builds.
commit
|
commitdiff
|
tree
2009-01-22
José Fonseca
scons: Don't define UNICODE on windows builds.
commit
|
commitdiff
|
tree
2009-01-22
Alan Hourihane
Merge commit 'origin/master' into gallium-0.2
commit
|
commitdiff
|
tree
2009-01-21
Eric Anholt
i915: Add decode for PS in batchbuffers.
commit
|
commitdiff
|
tree
2009-01-21
Eric Anholt
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm...
commit
|
commitdiff
|
tree
2009-01-21
Eric Anholt
i965: Use _mesa_num_inst_src_regs() instead of keeping...
commit
|
commitdiff
|
tree
2009-01-21
Younes Manton
nouveau: Map correct mip level when using the shadow...
commit
|
commitdiff
|
tree
2009-01-21
Patrice Mandin
nouveau: nv30 does not support separate blend functions...
commit
|
commitdiff
|
tree
2009-01-21
Kristian Høgsberg
[intel] Remove remaining references to intel_wait_flips().
commit
|
commitdiff
|
tree
2009-01-21
Thomas Henn
windows: fix output dir for glut project file
commit
|
commitdiff
|
tree
2009-01-21
Brian Paul
swrast: fix redundant texture application in affine_tex...
commit
|
commitdiff
|
tree
2009-01-21
Brian Paul
mesa: add some debug assertions to detect null current...
commit
|
commitdiff
|
tree
2009-01-21
Karl Schultz
windows: another round of VC8 project file updates
commit
|
commitdiff
|
tree
2009-01-21
Brian Paul
Revert "windows: new VC8 projects statically linked...
commit
|
commitdiff
|
tree
2009-01-21
Jakob Bornecrantz
progs: Ignores
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
docs: document glXMakeContextCurrent() and Windows...
commit
|
commitdiff
|
tree
2009-01-20
Ian Romanick
Fix issues with glXMakeContextCurrent and glXMakeCurren...
commit
|
commitdiff
|
tree
2009-01-20
Jakob Bornecrantz
i915: Fix gem backend after surface changes
commit
|
commitdiff
|
tree
2009-01-20
Timo Aaltonen
[intel] Go back to using the typedef for the sarea...
commit
|
commitdiff
|
tree
2009-01-20
Owain G. Ainsworth
Remove intel pageflipping support in its entirety.
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
glsl: silence unused var warnings
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
mesa: silence uninitialized var warnings
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
mesa: silence compiler warning at -O2
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
mesa: bump version to 7.3-rc3
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
mesa: inlclude whole windows/VC8/ directory in tarballs
commit
|
commitdiff
|
tree
2009-01-20
Thomas Henn
windows: new VC8 projects statically linked against...
commit
|
commitdiff
|
tree
2009-01-20
Karl Schultz
windows: more VC8 project file updates
commit
|
commitdiff
|
tree
2009-01-20
José Fonseca
gallium: Remove the standalone surfaces.
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
Add a comment about _tnl_emit_indexed_vertices_to_buffer.
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
tnl: Add a utility to emit indexed vertices to a DMA...
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
Fix store texel for argb4444.
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
Fix store texel for argb8888_rev.
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
Add RGBA4444 and RGBA5551 texture formats.
commit
|
commitdiff
|
tree
2009-01-20
Thomas Hellstrom
dri1: Add a macro to validate two dri drawables in...
commit
|
commitdiff
|
tree
2009-01-20
Brian Paul
mesa: fix build of stand-alone glslcompiler driver
commit
|
commitdiff
|
tree
2009-01-19
Keith Whitwell
xlib: fix dependencies
commit
|
commitdiff
|
tree
2009-01-19
Brian Paul
statetracker: copy back color buffer to front buffer...
commit
|
commitdiff
|
tree
2009-01-19
Brian Paul
gallium: minor reformatting
commit
|
commitdiff
|
tree
2009-01-19
Keith Whitwell
util: add reduced prim helper
commit
|
commitdiff
|
tree
2009-01-19
Brian Paul
tests: test pseudo-XOR blend mode.
commit
|
commitdiff
|
tree
2009-01-19
Brian Paul
gallium: use align() intead of round_up()
commit
|
commitdiff
|
tree
2009-01-19
Brian Paul
tgsi: change an if to an else-if, added const qual...
commit
|
commitdiff
|
tree
2009-01-19
Alan Hourihane
dri: add fake front definitions
commit
|
commitdiff
|
tree
2009-01-19
Alan Hourihane
dri: add fake front definitions
commit
|
commitdiff
|
tree
2009-01-19
Thomas Henn
windows: updated VC8 project files
commit
|
commitdiff
|
tree
2009-01-19
Keith Whitwell
Merge commit 'origin/gallium-0.2' into gallium-xlib...
commit
|
commitdiff
|
tree
2009-01-19
Keith Whitwell
xlib: fix compilation after xmesa header moves
commit
|
commitdiff
|
tree
2009-01-19
Keith Whitwell
Merge commit 'origin/gallium-0.2' into gallium-xlib...
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
g3dvl: Some cleanups.
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
g3dvl: Ref count everywhere.
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
g3dvl: Mark all buffers for incoming frame data as...
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
nouveau: Rename buffer on map if discardable, busy...
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
gallium: Add PIPE_BUFFER_USAGE_DISCARD.
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
g3dvl: Return BadAlloc if we can't create an XvMC surface.
commit
|
commitdiff
|
tree
2009-01-19
Younes Manton
g3dvl: Follow mesa naming conventions for src dirs.
commit
|
commitdiff
|
tree
2009-01-19
Jakob Bornecrantz
egl: eglinfo load i915 driver
commit
|
commitdiff
|
tree
2009-01-19
Jakob Bornecrantz
i915: Build gem and egl winsys by default
commit
|
commitdiff
|
tree
2009-01-19
Jakob Bornecrantz
i915: Make gem submit commands
commit
|
commitdiff
|
tree
2009-01-19
Jakob Bornecrantz
egl: Fix swap and creation of front buffer
commit
|
commitdiff
|
tree
2009-01-18
Brian Paul
glx: gcc 2.95 build fix (move declaration before code)
commit
|
commitdiff
|
tree
2009-01-18
Jakob Bornecrantz
i915: Use new egl state_tracker
commit
|
commitdiff
|
tree
2009-01-18
Jakob Bornecrantz
egl: Add a egl state_tracker that use Gallium
commit
|
commitdiff
|
tree
2009-01-18
Jakob Bornecrantz
i915: Update gem backend a bit
commit
|
commitdiff
|
tree
2009-01-18
Jakob Bornecrantz
egl: Make eglscreen sleep for five seconds
commit
|
commitdiff
|
tree
2009-01-18
Jakob Bornecrantz
egl: Add eglscreen to help debug egl mesa screen
commit
|
commitdiff
|
tree
2009-01-17
Jakob Bornecrantz
egl: Make eglinfo print screen info
commit
|
commitdiff
|
tree
2009-01-17
Keith Whitwell
debug: add noprefix version of debug_dump_enum
commit
|
commitdiff
|
tree
2009-01-17
Keith Whitwell
xlib: don't explicitly create the pipe_winsys struct
commit
|
commitdiff
|
tree
2009-01-17
Keith Whitwell
xlib: don't explicitly create the pipe_winsys struct
commit
|
commitdiff
|
tree
2009-01-16
Brian Paul
i965: fix polygon culling bug when rendering to a textu...
commit
|
commitdiff
|
tree
2009-01-16
Brian Paul
intel: added intel_rendering_to_texture() helper function.
commit
|
commitdiff
|
tree
2009-01-16
Brian Paul
mesa: remove GL_DEPTH_TEST + no depth buffer test
commit
|
commitdiff
|
tree
2009-01-16
Alan Hourihane
Merge commit 'origin/master' into gallium-0.2
commit
|
commitdiff
|
tree
2009-01-16
Brian Paul
glsl: fix broken sampler assignments
commit
|
commitdiff
|
tree
2009-01-16
José Fonseca
scons: Use -std=gnu99
commit
|
commitdiff
|
tree
2009-01-16
José Fonseca
stw: Dispatch to our stw_winsys::flush_front_buffer
commit
|
commitdiff
|
tree
2009-01-16
Xiang, Haihao
i915: fallback on transfer mode
commit
|
commitdiff
|
tree
2009-01-15
Karl Schultz
windows: updated VC8 project file
commit
|
commitdiff
|
tree
2009-01-15
Karl Schultz
windows: updated mesa.def file
commit
|
commitdiff
|
tree
2009-01-15
Brian Paul
glsl: use _mesa_sprintf()
commit
|
commitdiff
|
tree
2009-01-15
Brian Paul
glsl: move declaration before code
commit
|
commitdiff
|
tree
2009-01-15
Alan Hourihane
mesa: tweak to formatting
commit
|
commitdiff
|
tree
2009-01-15
Alan Hourihane
mesa: check frambuffer complete status before rendering
commit
|
commitdiff
|
tree
2009-01-15
Alan Hourihane
mesa: small cleanup
commit
|
commitdiff
|
tree
2009-01-15
Alan Hourihane
mesa: revert partial commit for 0x0 render targets
commit
|
commitdiff
|
tree
2009-01-15
Alan Hourihane
mesa: check frambuffer complete status before rendering
commit
|
commitdiff
|
tree
2009-01-15
Jakob Bornecrantz
mesa: Fix merge conflicts
commit
|
commitdiff
|
tree
2009-01-15
Brian Paul
mesa: bump version to 7.3-rc2
commit
|
commitdiff
|
tree
2009-01-15
Brian Paul
glsl: fix comment
commit
|
commitdiff
|
tree
2009-01-15
Brian Paul
glsl: minor clean-up for rect sampler test
commit
|
commitdiff
|
tree
next