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
2013-10-13
Kenneth Graunke
i965: Update the comment about viewport hacks.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Kenneth Graunke
i965: Pull out INTEL_DEBUG handling into new intel_debu...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Kenneth Graunke
i965: Rename brwCreateContext's error parameter to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Eric Anholt
dri: Move i965-specific context flag logic to dri common.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stephane Marchesin
i915g: Fix assert
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Paul Berry
mesa: Bump version to 10.0.0.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Paul Berry
mesa: Remove warning that geometry shader support is...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Paul Berry
i965: Turn on GLSL 1.50 and GL 3.2 support for i965...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Jay Cornwall
radeon/llvm: show LLVM disassembly when available
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Roland Scheidegger
softpipe: fix seamless cube filtering
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Roland Scheidegger
llvmpipe: increase fs shader variant instruction cache...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Vinson Lee
mesa: Do not use newlocale on NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Brian Paul
svga: s/0/FALSE/
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Brian Paul
mesa: add comment to clarify ctx->Driver.MapBufferRange...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Brian Paul
st/mesa: whitespace fixes in st_cb_bufferobjects.c
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Brian Paul
vbo: assorted minor clean-ups
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Brian Paul
glsl: fix signed/unsigned comparison warning
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Kristian Høgsberg
wayland: Only pass wl_drm instance to gbm when using...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Kristian Høgsberg
wayland: Don't rely on static variable for identifying...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Vinson Lee
glapi: Do not use backtrace on NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Ian Romanick
glsl: Remove extraneous .dir-locals.el
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Grigori Goronzy
r600g: fix crash in set_framebuffer_state
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Topi Pohjolainen
mesa: Allow external textures to use fallback (0, 0...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Chad Versace
doxygen: Add i965 to list of modules in html header
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Frank Henigman
i965: extend fast texture upload
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Alexander von...
haiku: Fix llvmpipe and clean up softpipe tracing
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Alexander von...
haiku: Remove common directory search path
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
dri: Reference the global driver vtable once at screen...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965: Clean up error handling for context creation.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
intel: Remove silly check for !bufmgr.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
dri: Move API version validation into dri/common.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
dri: Merge drisw_util.c into dri_util.c
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
dri: Add an explanatory comment for an important driver...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
dri: Remove dead comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Convert gen7 to using GRFs for texture messages.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Allocate more register classes on gen7.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Use per-channel interference for register_coal...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Use the new per-channel live ranges for dead...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Keep a copy of the live variables class around.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Kenneth Graunke
i965/fs: Invalidate live intervals when compacting...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Kenneth Graunke
i965/fs: Remove start/end aliases in compute_live_inter...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Track live variable ranges on a per-channel...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Factor def[]/use[] setup out to a separate...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Kenneth Graunke
i965/fs: Create a helper function for invalidating...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Eric Anholt
i965/fs: Do live variables dataflow analysis on a per...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Kenneth Graunke
i965/fs: Rename num_vars to num_vgrfs in live interval...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Kenneth Graunke
i965/fs: Short-circuit a loop in live variable analysis.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow gl_PerVertex to be redeclared after...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Support redeclaration of GS gl_PerVertex input.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Catch redeclaration of interface block instance...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Support redeclaration of VS and GS gl_PerVertex...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Error check redeclarations of gl_PerVertex.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Make it possible to disable a variable in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Add an ir_variable::reinit_interface_type() function.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Generalize processing of variable redeclarations.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow invalid identifiers as struct names.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow invalid identifiers as interface...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow invalid identifier names in struct...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow invalid identifiers as interface...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Don't allow unnamed interface blocks to redeclare...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Refactor code to check that identifier names...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Account for location field when comparing interfa...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Construct gl_PerVertex interfaces for GS and...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Refactor code for creating gl_PerVertex interface...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Fix block name of built-in gl_PerVertex interface...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Paul Berry
glsl: Construct gl_in with a location of -1.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Christian König
radeon/winsys: fix handling in radeon_drm_cs_flush v2
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
José Fonseca
util: Fix MinGW build.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
José Fonseca
llvmpipe: We don't use the draw pipeline for offset_poi...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Roland Scheidegger
gallivm: kill old per-quad face selection code
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Roland Scheidegger
gallivm: handle explicit derivatives for cubemaps
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Roland Scheidegger
gallivm: ignore rho approximation for cube maps
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Modify array_sizing_visitor to handle unnamed...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Update call_link_visitor to update max_ifc_array_...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl/linker: Modify array_sizing_visitor to handle...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Update ir_variable::max_ifc_array_access properly.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Sanity check max_ifc_array_access in ir_validate...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Add an ir_variable::max_ifc_array_access field.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Make accessor functions for ir_variable::interfac...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Move update of max_array_access into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Add parser support for unsized arrays in interfac...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Paul Berry
glsl: Rename the fourth argument to get_interface_instance.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Allow format conversions for CopyTexSubImage.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Rework sRGB override behavior.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Explain why Z24 can't use a sensible format.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Use R32_FLOAT for Z32F surfaces.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Use R16_UNORM for Z16 surfaces.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Add support for non-render-target formats.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kenneth Graunke
i965/blorp: Add an is_render_target parameter to surfac...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
José Fonseca
util/u_math: Fix C++ include of u_math.h on MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Zack Rusin
llvmpipe: abstract the code to set number of subpixel...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Zack Rusin
llvmpipe: implement 64 bit mul opcodes in llvmpipe
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Zack Rusin
gallium: Add support for 32x32 muls with 64 bit results
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Zack Rusin
gallivm: support printing of 64 bit integers
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Eric Anholt
i965/blorp: Fix the register types on blorp's push...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Eric Anholt
i965: Fix 3D texture layout by more literally copying...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Eric Anholt
mesa: Fix compiler warnings when ALIGN's alignment...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Eric Anholt
i965: Don't forget the cube map padding on gen5+.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Gaetan Nadon
egl/main: remove undefined X11_LIBS automake variable
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Gaetan Nadon
gallium/state_trackers/glx: X11/Xlib.h: No such file...
commit
|
commitdiff
|
tree
|
snapshot
next