projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2011-12-20
Kenneth Graunke
i965/fs: Only set brw_wm_prog_key data for samplers...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965/fs: Factor out texturing related data from brw_wm_...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965/vs: Add support for texel offsets.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965/fs: Factor out texture offset bitfield computation.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965/vs: Implement vec4_visitor::visit(ir_texture *).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965/vs: Implement vec4_visitor::generate_tex().
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965: Add missing SIMD4x2 sample_l_c message #defines.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Kenneth Graunke
i965: Don't minify depth when setting up cube map miptr...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Remove GLX_USE_APPLEGL cruft in extension string...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: GLX 1.4 does not require GLX_INTEL_swap_event
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Remove some extensions that are not, and never...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Explicitly reject servers that only support GLX 1.0
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Initialize share_xid in CreateContext
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Make parameter types for __glXSendError match...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Make __glXSendError available in non-Apple builds
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Send DestroyContext protocol at the correct times
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Don't segfault if glXGetContextIDEXT is pased...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Fix handling of property list received from the...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Don't segfault if xcb_glx_is_direct_reply returns...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ian Romanick
glx: Don't create a shared context if the other context...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
i965: Add support for GL_ARB_depth_buffer_float under...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
i965: Use the miptree format for texture surface format...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
i965: Add support for mapping Z32_FLOAT_X24S8 fake...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
intel: Stop creating the wrapped depth irb.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
i965: Properly demote the depth mt format for fake...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
intel: Reuse intel_miptree_match_image().
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Eric Anholt
intel: Stop creating the wrapped stencil irb.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
tgsi: update documents with some info on texture lookup
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
softpipe: fix shadow1d tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
softpipe: fix shadow 2d texture array sampling
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
gallium/draw: fix two side handling
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Alex Galakhov
osmesa: fix RGB565 rendering
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Maarten Lankhorst
vdpau: Add background surface support
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Maarten Lankhorst
vdpau: Add support for mixer attributes
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Maarten Lankhorst
vdpau: Add support for parameters
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
softpipe: fix depth sampling for linear vs nearest.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Dave Airlie
softpipe: fix texture sampling from 1D texture array
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Brian Paul
mesa: make _mesa_set_tex_image() static since it's...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Christoph Bumiller
nvc0: add NVC0_RESOURCE_FLAG_VIDEO
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Dave Airlie
glsl_to_tgsi: make sure copied instructions don't lose...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Kenneth Graunke
i965/vs: Add a new dst_reg constructor for file, number...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Kenneth Graunke
i965/vs: Add vec4_instruction::is_tex() query.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Kenneth Graunke
i965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Kenneth Graunke
i965/fs: Don't swizzle the results of textureSize().
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
nobled
program: fix previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
nobled
program: fix out of bounds array accesses and other...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
nobled
gen_matypes: eliminate printf warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
mesa/x86: fix printf warning
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
drisw: remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
r600g: handle new caps
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
r300g: handle new caps
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
docs: update GL3 status
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
r600g: implement transform feedback
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Marek Olšák
st/mesa: expose conservative_depth if GLSL 1.3 is supported
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Vinson Lee
gallivm: Fix build with llvm-3.1svn.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Vinson Lee
mesa: Fix memory leak on error path.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Vinson Lee
st/mesa: Fix memory leak in out-of-memory path.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
meta: use _mesa_prepare_mipmap_level() in the mipmap...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
mesa: new _mesa_prepare_mipmap_level() function for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
mesa: make update_fbo_texture() non-static
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
mesa: whitespace and comment fixes in fbobject.c
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
mesa: add MESA_FORMAT_RGB565[_REV] as candidates for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
vbo: add comment for map_vp_non[] array
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Brian Paul
mesa: add a few comments for the z unpacking functions
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Anuj Phogat
Enabling display list support for glClearBuffer functio...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Fredrik Höglund
gallium: fix a crash in drivers that don't support...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Christoph Bumiller
llvmpipe: adapt to struct stream_output_info modifications
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Christoph Bumiller
nvc0: implement new stream output interface
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Christoph Bumiller
d3d1x: implement new stream output interface
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
st/mesa: implement EXT_transform_feedback and ARB_trans...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
u_blitter: implement copy_buffer using stream output
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
u_blitter: restore stream output targets
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Christoph Bumiller
trace: implement stream output interface
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
noop: implement stream output
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
gallium: utility helper functions for stream output
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
gallium: interface changes necessary to implement trans...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
gallium: disable stream output in drivers that support it
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Marek Olšák
mesa: implement DrawTransformFeedback from ARB_transfor...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Thomas Hellstrom
st/xa: Disable composite solid fill with mask
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Thomas Hellstrom
st/xa: Fix format conversion copy alpha channel
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Thomas Hellstrom
st/xa: Fix component alpha check
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Chia-I Wu
st/egl: fix compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Fredrik Höglund
st/egl: Implement EGL_NOK_swap_region for x11
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Fredrik Höglund
st/egl: Add support for EGL_NOK_swap_region
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Eric Anholt
i965: Drop separate stencil assertions in update_draw_b...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Simplify and touch up the FBO completeness test.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Remove another renderbuffer allocation path.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Make the separate stencil RB storage path match...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Move S8 width/height alignment to miptree creation.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Drop check for wrapped_depth in RB mapping.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
intel: Fix uninitialized values in debug output for...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
swrast: Add a note about overlapping support for frameb...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Eric Anholt
swrast: Don't do Z24S8 drawpixels fast-paths with Z32_X...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Christian König
st/vdpau: fix unwanted output scaling
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Christian König
st/vdpau: some mixer fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Christian König
g3dvl/compositor: improve dirty area handling
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Jian Zhao
Add mismatch check for glGetTexImage or it will return...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Kenneth Graunke
glsl: Fix crashes caused by Bison error messages involv...
commit
|
commitdiff
|
tree
|
snapshot
next