mesa.git
2013-10-11 Chad Versacedoxygen: Add i965 to list of modules in html header
2013-10-11 Frank Henigmani965: extend fast texture upload
2013-10-11 Alexander von... haiku: Fix llvmpipe and clean up softpipe tracing
2013-10-11 Alexander von... haiku: Remove common directory search path
2013-10-10 Eric Anholtdri: Reference the global driver vtable once at screen...
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-10 Eric Anholtintel: Remove silly check for !bufmgr.
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-10 Eric Anholtdri: Merge drisw_util.c into dri_util.c
2013-10-10 Eric Anholtdri: Add an explanatory comment for an important driver...
2013-10-10 Eric Anholtdri: Remove dead comment.
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Allocate more register classes on gen7.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Use the new per-channel live ranges for dead...
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
2013-10-10 Kenneth Graunkei965/fs: Invalidate live intervals when compacting...
2013-10-10 Kenneth Graunkei965/fs: Remove start/end aliases in compute_live_inter...
2013-10-10 Eric Anholti965/fs: Track live variable ranges on a per-channel...
2013-10-10 Eric Anholti965/fs: Factor def[]/use[] setup out to a separate...
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-10 Eric Anholti965/fs: Do live variables dataflow analysis on a per...
2013-10-10 Kenneth Graunkei965/fs: Rename num_vars to num_vgrfs in live interval...
2013-10-10 Kenneth Graunkei965/fs: Short-circuit a loop in live variable analysis.
2013-10-10 Paul Berryglsl: Don't allow gl_PerVertex to be redeclared after...
2013-10-10 Paul Berryglsl: Support redeclaration of GS gl_PerVertex input.
2013-10-10 Paul Berryglsl: Catch redeclaration of interface block instance...
2013-10-10 Paul Berryglsl: Support redeclaration of VS and GS gl_PerVertex...
2013-10-10 Paul Berryglsl: Error check redeclarations of gl_PerVertex.
2013-10-10 Paul Berryglsl: Make it possible to disable a variable in the...
2013-10-10 Paul Berryglsl: Add an ir_variable::reinit_interface_type() function.
2013-10-10 Paul Berryglsl: Generalize processing of variable redeclarations.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as struct names.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow invalid identifier names in struct...
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow unnamed interface blocks to redeclare...
2013-10-10 Paul Berryglsl: Refactor code to check that identifier names...
2013-10-10 Paul Berryglsl: Account for location field when comparing interfa...
2013-10-10 Paul Berryglsl: Construct gl_PerVertex interfaces for GS and...
2013-10-10 Paul Berryglsl: Refactor code for creating gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Fix block name of built-in gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Construct gl_in with a location of -1.
2013-10-10 Christian Königradeon/winsys: fix handling in radeon_drm_cs_flush v2
2013-10-10 José Fonsecautil: Fix MinGW build.
2013-10-10 José Fonsecallvmpipe: We don't use the draw pipeline for offset_poi...
2013-10-10 Roland Scheideggergallivm: kill old per-quad face selection code
2013-10-10 Roland Scheideggergallivm: handle explicit derivatives for cubemaps
2013-10-10 Roland Scheideggergallivm: ignore rho approximation for cube maps
2013-10-09 Paul Berryglsl: Modify array_sizing_visitor to handle unnamed...
2013-10-09 Paul Berryglsl: Update call_link_visitor to update max_ifc_array_...
2013-10-09 Paul Berryglsl/linker: Modify array_sizing_visitor to handle...
2013-10-09 Paul Berryglsl: Update ir_variable::max_ifc_array_access properly.
2013-10-09 Paul Berryglsl: Sanity check max_ifc_array_access in ir_validate...
2013-10-09 Paul Berryglsl: Add an ir_variable::max_ifc_array_access field.
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-09 Paul Berryglsl: Move update of max_array_access into a separate...
2013-10-09 Paul Berryglsl: Add parser support for unsized arrays in interfac...
2013-10-09 Paul Berryglsl: Rename the fourth argument to get_interface_instance.
2013-10-09 Kenneth Graunkei965/blorp: Allow format conversions for CopyTexSubImage.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
2013-10-09 Kenneth Graunkei965/blorp: Explain why Z24 can't use a sensible format.
2013-10-09 Kenneth Graunkei965/blorp: Use R32_FLOAT for Z32F surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Use R16_UNORM for Z16 surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Add support for non-render-target formats.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 José Fonsecautil/u_math: Fix C++ include of u_math.h on MSVC.
2013-10-09 Zack Rusinllvmpipe: abstract the code to set number of subpixel...
2013-10-09 Zack Rusinllvmpipe: implement 64 bit mul opcodes in llvmpipe
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-10-09 Zack Rusingallivm: support printing of 64 bit integers
2013-10-09 Eric Anholti965/blorp: Fix the register types on blorp's push...
2013-10-09 Eric Anholti965: Fix 3D texture layout by more literally copying...
2013-10-09 Eric Anholtmesa: Fix compiler warnings when ALIGN's alignment...
2013-10-09 Eric Anholti965: Don't forget the cube map padding on gen5+.
2013-10-09 Gaetan Nadonegl/main: remove undefined X11_LIBS automake variable
2013-10-09 Gaetan Nadongallium/state_trackers/glx: X11/Xlib.h: No such file...
2013-10-09 Gaetan Nadongallium/targets/libgl-xlib: X11/Xlib.h: No such file...
2013-10-09 Gaetan Nadongallium/state_trackers/egl: use X11_INCLUDES rather...
2013-10-09 Grigori Goronzyst/vdpau: really block until surface is idle
2013-10-09 Grigori Goronzyst/vdpau: add new formats to OutputSurface rendering
2013-10-09 Grigori Goronzyst/vdpau: fix GenerateCSCMatrix with NULL procamp
2013-10-09 Grigori Goronzyradeon/uvd: disable VC-1 simple/main profile
2013-10-09 Grigori Goronzyradeon/uvd: try to fix VC-1 decoding
2013-10-09 Grigori Goronzyradeon/uvd: fix video format reporting
2013-10-09 Marek Olšákgallium/dri targets: use DRI_DRIVER_LDFLAGS
2013-10-09 Marek Olšákradeonsi: fix occlusion queries for CIK
2013-10-09 Marek Olšákradeonsi: draw register fixes for CIK
2013-10-09 Chia-I Wui965: keep SecHalf flag after register coalescing
2013-10-09 Chia-I Wui965: allow SIMD8 sampler messages in SIMD16 mode
2013-10-09 Chia-I Wui965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
2013-10-09 Vinson Leei965: Initialize brw_blorp_const_color_program::prog_data.
2013-10-08 Eric Anholti965: Fix a compiler warning about conservative depth...
2013-10-08 Paul Berryi965/gs: Fixup gl_PointSize on entry to geometry shaders.
2013-10-08 Bryan Cainglsl/gs: handle gl_ClipDistance geometry input in lower...
2013-10-08 Paul Berryglsl/gs: add gl_in support to builtin_variables.cpp.
2013-10-08 Paul Berryglsl: Keep track of location for interface block fields.
2013-10-08 Adam Jacksonglx: Generate fewer errors in MakeContextCurrent
2013-10-08 Adam Jacksonglx: Propagate failures from SendMakeCurrentRequest...
2013-10-08 Adam Jacksonglx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRe...
next