mesa.git
2014-02-11 Dave Airliedocs/GL3.txt: denote r600g support for ARB_viewport_array
2014-02-11 Dave Airlier600g: add support for multiple viewports.
2014-02-11 Dave Airliest/mesa: add support for GL_ARB_viewport_array (v0.2)
2014-02-11 Dave Airliest/mesa: add support for viewport index semantic
2014-02-10 Kenneth Graunkei965: Program 2x MSAA sample positions.
2014-02-10 Kenneth Graunkei965: Store 4x MSAA sample positions in a scalar value...
2014-02-10 Kenneth Graunkei965: Duplicate less code in GetSamplePositions driver...
2014-02-10 Ilia Mirkinnouveau/video: make sure that firmware is present when...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-10 Maxence Le... mesa: remove duplicated init of MaxViewports
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-09 Siavash Eliasimesa: Removed unnecessary check for NULL pointer when...
2014-02-09 Ilia Mirkinnv30: report 8 maximum inputs
2014-02-08 Christoph Bumillernv50/ir/ra: some register spilling fixes
2014-02-08 Brian Paulmesa: update assertion in detach_shader() for geom...
2014-02-08 Brian Paulmesa: allocate gl_debug_state on demand
2014-02-08 Brian Paulmesa: trivial clean-ups in errors.c
2014-02-08 Brian Paulmesa: remove _mesa_ prefix from some static functions
2014-02-08 Kenneth Graunkei965: Label JIP and UIP in Broadwell shader disassembly.
2014-02-08 Kenneth Graunkei965: Don't disassemble UIP field for Broadwell WHILE...
2014-02-08 Kenneth Graunkei965: Don't print source registers for Broadwell flow...
2014-02-08 Kenneth Graunkei965: Fix fast depth clear values on Broadwell.
2014-02-07 Christoph Bumillernvc0: handle TGSI_SEMANTIC_LAYER
2014-02-07 Christoph Bumillernvc0: create the SW object
2014-02-07 Christoph Bumillernvc0/ir/emit: hardcode vertex output stream to 0 for now
2014-02-07 Chris Forbesi965: Enable ARB_texture_gather for one component on...
2014-02-07 Chris Forbesi965/vec4: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965/fs: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965: Add surface format overrides for Gen6 gather
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2014-02-07 Eric Anholtglsl: Optimize triop_csel with all-true or all-false.
2014-02-07 Eric Anholtglsl: Optimize various cases of fma (aka MAD).
2014-02-07 Eric Anholtglsl: Optimize lrp(x, x, coefficient) --> x.
2014-02-07 Eric Anholtglsl: Optimize pow(x, 1) -> x.
2014-02-07 Eric Anholtglsl: Optimize log(exp(x)) and exp(log(x)) into x.
2014-02-07 Eric Anholtglsl: Optimize ~~x into x.
2014-02-07 Eric Anholti965: Add some informative debug when the X Server...
2014-02-07 Eric Anholti965: Remove redundant check in blitter-based glBlitFra...
2014-02-07 Kenneth Graunkei965: Fix Gen8+ disassembly of half float subregister...
2014-02-07 Kenneth Graunkei965: Use the new brw_load_register_mem helper for...
2014-02-07 Kenneth Graunkei965: Implement a brw_load_register_mem helper function.
2014-02-07 Kenneth Graunkei965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
2014-02-07 Kenneth Graunkeglsl: Don't lose precision qualifiers when encountering...
2014-02-07 Brian Paulst/mesa: avoid sw fallback for getting/decompressing...
2014-02-07 Erik Faye-Lundgallium/tgsi: correct typo propagated from NV_vertex_pr...
2014-02-07 Erik Faye-Lundgallium/tgsi: use CLAMP instead of open-coded clamps
2014-02-07 Juha-Pekka... egl: Unhide functionality in _eglInitSurface()
2014-02-07 Juha-Pekka... egl: Unhide functionality in _eglInitContext()
2014-02-07 Juha-Pekka... glx: Add missing null check in __glX_send_client_info()
2014-02-07 Juha-Pekka... i965: Add missing null check in fs_visitor::dead_code_e...
2014-02-07 Juha-Pekka... glx: Add some missing null checks in glx_pbuffer.c
2014-02-07 Juha-Pekka... glsl: Fix null access on file read error
2014-02-07 Juha-Pekka... glx: Add missing null check in __glXCloseDisplay
2014-02-07 Juha-Pekka... glx: Add missing null checks in glxcmds.c
2014-02-07 Jordan Justenmain/get: support ARB_gpu_shader5
2014-02-07 Jordan Justenglapi: add definitions for ARB_gpu_shader5
2014-02-06 Ilia Mirkinnouveau/codegen: allow tex offsets on non-TXF instructi...
2014-02-06 Ilia Mirkinnv50: only over-allocate by a page for code
2014-02-06 Ilia Mirkinnv50: fix layerid to be the fp input number rather...
2014-02-06 Ilia Mirkinnv50: rework primid logic
2014-02-06 Kristian Høgsbergglx: Pass NULL DRI drawables into the DRI driver for...
2014-02-06 Christian Königst/vdpau: add flush on unmap
2014-02-06 Marek Olšákvdpau: flush the context before exporting the surface v2
2014-02-06 Matt Turnerglsl: Initialize ubo_binding_mask flags to zero.
2014-02-06 Marek Olšákgallium/radeon: fix warnings
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-06 Marek Olšákgallium: define the behavior of PIPE_USAGE_* flags...
2014-02-06 Marek Olšákgallium: remove PIPE_RESOURCE_FLAG_GEN_MIPS
2014-02-06 Marek Olšákr600g,radeonsi: set resource domains in one place (v2)
2014-02-06 Marek Olšákst/mesa: fix crash when a shader uses a TBO and it...
2014-02-06 Christian Königst/omx: add workaround for bug in Bellagio
2014-02-06 Christian Königst/omx: initial OpenMAX support v3
2014-02-06 Christian Königvl/rbsp: add H.264 RBSP implementation
2014-02-06 Christian Königvl/vlc: add function to limit the vlc size
2014-02-06 Christian Königvl/vlc: add remove bits function
2014-02-06 Christian Königradeon: update legal notes on UVD
2014-02-06 Christian Königradeon: just don't map VRAM buffers at all
2014-02-06 Christian Königradeon/video: directly create buffers in the right...
2014-02-06 Christian Königradeon/video: seperate common video functions
2014-02-06 Axel Davygallium/dri2: Fix dri2_dup_image
2014-02-06 Chris Forbesi965/vs: Fix typo in brw_compute_vue_map
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-02-06 Chad Versaceegl/glx: Remove egl_glx driver
2014-02-06 Dave Airliedocs: update 10.1 relnotes to note GL 3.3 on r600 and...
2014-02-06 Zack Rusintgsi/ureg: increase the number of immediates
2014-02-06 Zack Rusingallivm: make sure analysis works with large number...
2014-02-06 Zack Rusingallivm: handle huge number of immediates
2014-02-06 Zack Rusingallivm: allow large numbers of temporaries
2014-02-05 Chris Forbesi965/fs: Assume FBO rendering in precompile if MRT.
2014-02-05 Chris Forbesi965/fs: Guess nr_color_regions better in precompile
2014-02-05 Chris Forbesdocs: Add relnotes for 10.2
2014-02-05 Chris Forbesmesa: Bump version to 10.2.0-devel
2014-02-05 Kristian Høgsbergi965: Move intel_prepare_render() above first buffer...
2014-02-05 Brian Paulst/mesa: add MESA_SHADER_COMPUTE case in shader_stage_t...
2014-02-05 Brian Paulmesa: re-wrap, fix-up comment text in formats.h
2014-02-05 Paul Berryi965/cs: Allow ARB_compute_shader to be enabled via...
2014-02-05 Paul Berryi965/cs: Create the brw_compute_program struct, and...
2014-02-05 Paul Berryglsl/cs: Prohibit mixing of compute and non-compute...
2014-02-05 Paul Berryglsl/cs: Prohibit user-defined ins/outs in compute...
2014-02-05 Paul Berrymain/cs: Implement query for COMPUTE_WORK_GROUP_SIZE.
next