platform/upstream/mesa.git
2014-02-23 Rob Clarkfreedreno: resync generated headers
2014-02-23 Emil Velikovglx/drisw: use the implemented version of __DRIswrastLo...
2014-02-23 Emil Velikovglx/dri: use the implemented version of __DRIdamageExte...
2014-02-23 Emil Velikovglx/dri_common: use the implemented version of __DRIsys...
2014-02-23 Emil Velikovglx/dri: use the implemented version of __DRIgetDrawabl...
2014-02-23 Emil Velikovdri_util: use the implemented version of __DRIimageDriv...
2014-02-23 Emil Velikovglx/dri3: set the implemented version of __DRIimageLoad...
2014-02-23 Emil Velikovgbm: explicitly set __DRIimageLoaderExtension members
2014-02-23 Emil Velikovegl/wayland: explicitly set __DRIimageLoaderExtension...
2014-02-23 Emil Velikovdrivers/dri: explicitly set __DRI2flushExtension members
2014-02-23 Emil Velikovgbm: explicitly set __DRIdri2LoaderExtension members
2014-02-23 Emil Velikovglx/dri2: set the implemented version of __DRIdri2Loade...
2014-02-23 Emil Velikovdri_interface: note introduction of __DRIdri2LoaderExte...
2014-02-23 Emil Velikovdri_interface: note introduction of various __DRItexBuf...
2014-02-23 Emil Velikovdri_interface: Note the version introducing __DRIswrast...
2014-02-23 Emil Velikovdri_util: explicitly set __DRIcopySubBufferExtension...
2014-02-23 Emil Velikovdri_util: explicitly set __DRIswrastExtension members.
2014-02-23 Kenneth Graunkeglsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-23 Eric Anholtintel: Remove some dead code I noticed in intel_screen.c.
2014-02-23 Eric Anholti965: Use the object label when available for INTEL_DEB...
2014-02-23 Eric Anholti965: Use the object label when available for shader_ti...
2014-02-23 Eric Anholtmeta: Set some object labels on our meta shaders.
2014-02-22 Ilia Mirkinnv50: make sure to clear _all_ layers of all attachments
2014-02-22 Chia-I Wuilo: fix and enable fast depth clear
2014-02-22 Chia-I Wuilo: add slice clear value
2014-02-22 Chia-I Wuilo: better readability and doc for texture flags
2014-02-22 Chia-I Wuilo: fix for stencil only rectlist ops
2014-02-22 Chia-I Wuilo: fix a false assertion failure on GEN6
2014-02-22 Chia-I Wuilo: pipe_texture::usage is not a bitfield
2014-02-22 Chia-I Wuilo: set ILO_TEXTURE_CPU_WRITE for imported textures
2014-02-22 Christoph Bumillernv50/ir/ra: fix SpillCodeInserter::offsetSlot usage
2014-02-22 Matt TurnerRevert "i965/fs: Make fs_reg's type an enum for better...
2014-02-22 Kenneth Graunkei965/fs: Drop the emit(fs_inst) overload.
2014-02-22 Matt Turneri965/fs: Pass fs_regs by constant reference where possible.
2014-02-22 Matt Turneri965/fs: Move setting opcode = NOP to its one useful...
2014-02-22 Matt Turneri965/fs: Use a bitfield for fs_inst's bool fields.
2014-02-22 Matt Turneri965/fs: Reorder fs_inst's fields for better packing.
2014-02-22 Matt Turneri965/fs: Reduce the sizes of some fs_inst members.
2014-02-22 Matt Turneri965/fs: Reorder fs_reg for better packing.
2014-02-22 Matt Turneri965/fs: Make fs_reg's type an enum for better debugging.
2014-02-22 Matt Turneri965/fs: Reduce the sizes of some fs_reg members.
2014-02-22 Matt Turneri965: Mark brw_reg_type and register_file enums as...
2014-02-22 Matt Turneri965: Reduce predicate field of backend_instruction...
2014-02-22 Vinson Leelibgl-xlib: Fix xlib_sw_winsys.h include path.
2014-02-22 Vinson Leemesa: Move declarations before code.
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_null helper...
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_dri helper
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_xlib helper
2014-02-22 Emil Velikovpipe-loader: use bool type for pipe_loader_drm_probe_fd()
2014-02-22 Emil Velikovwinsys/xlib: move xlib_create_sw_winsys within the...
2014-02-22 Emil Velikovpipe-loader: handle memory allocation failure
2014-02-22 Emil Velikovpipe-loader: build pipe_loader_drm_x_auth whenever...
2014-02-22 Emil Velikovpipe-loader: destroy sw_winsys on sw_release
2014-02-22 Emil Velikovvl/winsys_dri: cleanup vl_screen_create error path
2014-02-22 Emil Velikovtargets/pipe-loader: link pipe-nouveau against libdrm
2014-02-22 Kenneth Graunkemeta: Eliminate samplers[] array in favor of using...
2014-02-22 Kenneth Graunkei965: Delete the fabulous target_to_target() function.
2014-02-22 Kenneth Graunkei965: Fix S8 and X8 reversal in brw_depthbuffer_format...
2014-02-22 Vinson Leemesa: Move declarations before code.
2014-02-22 Vinson Leemesa/sso: Change CreateShaderProgramv return type from...
2014-02-22 Vinson Leescons: Add main/pipelineobj.c to src/mesa/SConscript.
2014-02-22 Vinson Leemesa/sso: Fix typo of 'unsigned'.
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GetProgramPipelineiv
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_ActiveShaderProgram
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_CreateShaderProgramv
2014-02-21 Gregory Hainautmesa/sso: Refactor implementation of _mesa_CreateShader...
2014-02-21 Gregory Hainautmesa/sso: Add support for GL_PROGRAM_SEPARABLE query
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_IsProgramPipeline
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GenProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_DeleteProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Add pipeline container/state
2014-02-21 Gregory Hainautmesa: Add a mutex and refcounting to gl_shader_state
2014-02-21 Gregory Hainautmesa: Make get_shader_flags publicly available
2014-02-21 Gregory Hainautmesa/sso: Add extension entry points for GL_ARB_separat...
2014-02-21 Ian Romanickglsl/sso: Add parser and AST-to-HIR support for separat...
2014-02-21 Ian Romanickmesa/sso: Add extension tracking for ARB_separate_shade...
2014-02-21 Ian Romanickmesa: Refactor per-stage link check to its own function
2014-02-21 Emil Velikovspecs: MESA_query_renderer.spec resolve a couple of...
2014-02-21 Emil Velikovconfigure: use shared-glapi when more than one gl*...
2014-02-21 Emil Velikovconfigure: use default dri drivers whenever opengl...
2014-02-21 Eric Anholti965: Stop throwing away our double precision for time...
2014-02-21 Eric Anholtmeta: Add support for integer blits.
2014-02-21 Eric Anholtmeta: Add support for doing MSAA to MSAA blits.
2014-02-21 Eric Anholtmeta: Save and restore a bunch of MSAA state.
2014-02-21 Eric Anholtmeta: Try to do blending of sRGB values in linear color...
2014-02-21 Eric Anholtmeta: Add support for doing multisample resolves.
2014-02-21 Eric Anholti965: Fix miptree matching for multisampled, non-interl...
2014-02-21 Courtney Goeltzenleu... mesa: Remove unnecessary condition.
2014-02-21 Francisco Jerezclover: Unabbreviate a few data accessor names for...
2014-02-21 Francisco Jerezclover: Replace the transfer(new ...) idiom with a...
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-02-21 Francisco Jerezclover: Allow storing a range into a container of diffe...
2014-02-21 Francisco Jerezclover: Define an intrusive smart reference class.
2014-02-21 Francisco Jerezclover: Some improvements for the intrusive pointer...
2014-02-21 Francisco Jerezclover: Fix up NULL constant pointer arguments.
2014-02-21 Jordan Justentgsi_ureg: add property_gs_invocations
next