mesa.git
2014-02-25 Emil Velikovnv50: correctly calculate the number of vertical blocks...
2014-02-25 Dave Airliest/mesa: add texture gather support. (v2)
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-24 Tom Stellardclover: Pass buffer offsets to the driver in set_global...
2014-02-24 Tom Stellardradeonsi: Use SI_BIG_ENDIAN now that it exists
2014-02-24 Tom Stellardr600g: Use util_cpu_to_le32() instead of bswap32()...
2014-02-24 Tom Stellardradeonsi: Use util_cpu_to_le32() instead of bswap32...
2014-02-24 Tom Stellardutil: Add util_cpu_to_le* helpers
2014-02-24 Tom Stellardutil: Add util_bswap64() v3
2014-02-24 Tom Stellardconfigure.ac: Use AX_GCC_BUILTIN to check availability...
2014-02-24 Emil Velikovtargets/opencl: resolve undefined symbols at link time
2014-02-24 Emil Velikovgallium/targets: resolve undefined reference to pipe_lo...
2014-02-24 Emil Velikovconfigure: correctly report if we're building the sw...
2014-02-24 Emil Velikovpipe-loader: wrap pipe_loader_sw_probe_xlib within...
2014-02-24 Emil Velikovtargets/gbm: exit gracefully if pipe_loader_drm_probe_f...
2014-02-24 Kenneth Graunkei965: Don't try to use the hardware blitter for multisa...
2014-02-23 Rob Clarkfreedreno/a3xx/compiler: half-precision output
2014-02-23 Rob Clarkfreedreno/a3xx: add shader variants
2014-02-23 Rob Clarkfreedreno/a3xx/compiler: collapse nop's with repeat
2014-02-23 Rob Clarkfreedreno/a3xx: drop hand-coded blit/solid shaders
2014-02-23 Rob Clarkfreedreno/lowering: cleanup api
2014-02-23 Rob Clarkfreedreno/a3xx: add float 16 and 32bit formats
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
next