mesa.git
2012-03-01 Brian Pauldocs: remove mention of components no longer in main...
2012-03-01 Brian Paulst/mesa: remove old assertion
2012-03-01 Brian Paulr300g: init chan=0 to silence warning
2012-02-29 Kenneth Graunkei965: Disable PrimitiveID upload.
2012-02-29 Kenneth Graunkei965: Enable the GL_ARB_draw_instanced extension.
2012-02-29 Kenneth Graunkei965: Fix swizzles for system values such as gl_InstanceID.
2012-02-29 Ian Romanickglsl: Make gl_InstanceID available with GL_ARB_draw_ins...
2012-02-29 Eric Anholtmesa: Add missing error check for first < 0 in glDrawAr...
2012-02-29 Eric Anholtmesa: Fix display lists for draw_elements_base_vertex...
2012-02-29 Eric Anholtmesa: Fix display list handling for GL_ARB_draw_instanced.
2012-02-29 Eric Anholtmesa: Fix typo in comment.
2012-02-29 Kenneth Graunkei965: Fix Gen6+ dynamic state upper bound on older...
2012-02-29 Eric Anholtegl/drivers: Convert to automake.
2012-02-29 Eric Anholtegl/main: Convert to automake.
2012-02-29 Eric Anholtegl: Clean up some flow of EGL platform handling.
2012-02-29 Eric Anholtegl: Drop the non-builtin-drivers support.
2012-02-29 Eric Anholtegl: Drop _EGL_MAIN entrypoint obfuscation.
2012-02-29 Eric Anholtglx: Convert to automake.
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-29 Mathias Fröhlichmesa: Do not invalidate shine tables in compute light...
2012-02-29 Mathias Fröhlichmesa: Avoid revalidating shine tables in _tnl_RasterPos.
2012-02-29 Mathias Fröhlichmesa: Avoid using the shine table for _tnl_RasterPos
2012-02-29 Mathias Fröhlichmesa: Avoid explicit invalidation of shine tables.
2012-02-29 Mathias Fröhlichmesa: Remove gl_light_attrib::_Flags.
2012-02-29 Mathias Fröhlichmesa: Remove _CosCutoffNeg from light state.
2012-02-29 Brian Paulutil: replace format equality test with compatibility...
2012-02-29 Brian Paulutil: better comment for util_is_format_compatible()
2012-02-29 Brian Paulmesa: use arrayObj var in more places in client_state()
2012-02-29 Brian Paulmesa: asst. fixes for texture arrays and borders
2012-02-29 Brian Paulmesa: check for no state change in VertexAttribDivisor()
2012-02-29 Brian Paulutil: fix assertions in u_blitter.c code
2012-02-29 Brian Paulmesa: reorder things in mtypes.h
2012-02-29 Brian Paulsvga: fix max_lod clamping in update_tss_binding()
2012-02-28 Christian Königst/vdpau: fix use of *.o in Makefile.vdpau
2012-02-28 Christian Königst/xvmc: fix use of *.o in Makefile.xvmc
2012-02-28 Eric Anholti965: Avoid blocking on the GPU for setting the HiZ...
2012-02-28 Kenneth Graunkeglcpp: Don't strlen() the output for every token being...
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
2012-02-28 Dave Airliegallivm: add major integer opcodes to the tgsi action...
2012-02-28 Dave Airliegallivm: drop deprecated opcodes
2012-02-28 Dave Airliegallivm: only do rcp/mul for floating
2012-02-28 José Fonsecasvga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE.
2012-02-28 Neil Robertsmesa: Don't disable fast path for normalized types
2012-02-28 Brian Paulgallium: remove trailing comma to silence warning
2012-02-28 Brian Paulmesa: minor comment, whitespace fixes in teximage.c
2012-02-28 Dave Airliegallivm: add frem support to the lp_build_mod helper.
2012-02-28 Dave Airliegallivm: add bitarit xor and not ops.
2012-02-28 Dave Airliest/mesa: don't unreference user attribs up front.
2012-02-28 Dave Airliemesa/vbo: inline vbo_sizeof_ib_type.
2012-02-28 Dave Airliegallivm: add integer and unsigned mod arit functions...
2012-02-28 Brian Paultgsi: remove trailing comma to silence warning
2012-02-28 Brian Paulxlib: silence unused var warning
2012-02-27 José Fonsecasvga: Remove unused SVGA_TEX_UNITS constant.
2012-02-27 José Fonsecasvga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to...
2012-02-27 Marek Olšákr600g: use u_default_transfer_flush_region for all...
2012-02-27 Marek Olšákr600g: use u_default_transfer_inline_write for all...
2012-02-27 Marek Olšákgallium/util: add fast path for buffers in u_default_tr...
2012-02-27 Marek Olšákgallium/util: set correct usage flags in u_default_tran...
2012-02-27 Marek Olšákr600g: fix streamout cache flush for r600
2012-02-27 Christian Königvl: fix a douple free in xsp winsys backend
2012-02-27 Christian Königvl: adjust matrix and median filter to removal of PIPE_...
2012-02-27 Marek Olšákr600g: cleanup r600_transfer_struct
2012-02-27 Marek Olšákr600g: check for R600_STREAMOUT env var in winsys
2012-02-27 Marek Olšákr600g: move initialization of use_surface flag into...
2012-02-27 Marek Olšákr600g: properly check whether texture is busy in get_tr...
2012-02-27 Marek Olšákr600g: rename r600_resource_texture::depth to bool...
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-02-27 Marek Olšákgallium/rtasm: properly detect SSE and SSE2
2012-02-26 Tom Stellardr300g: Use automake to generate Makefile v3
2012-02-26 Tom Stellardr300g: Reorganize the compiler unit tests
2012-02-26 Tom Stellardr300/compiler: Schedule KIL instructions before output...
2012-02-26 Tom Stellardr300/compiler: Use the smart scheduler for r300 cards
2012-02-26 Tom Stellardr300/compiler: Fix bug when lowering KILP on r300 cards
2012-02-25 Christian Königvl/compositor: fix a simple typo
2012-02-25 Christian Königst/xvmc: move xvmc state tracker out of xorg subdir
2012-02-25 Christian Königvl: rework winsys interface
2012-02-25 Christian Königvl: cleanup dri winsys abstraction
2012-02-25 Vinson Leescons: Don't build the assembly sources on Mac OS X.
2012-02-24 Stéphane Marchesini915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c105...
2012-02-24 Zack Rusinsvga: Fix stencil op mapping
2012-02-24 Brian Paulsvga: fix use of SVGA3D_x vs. PIPE_FORMAT_x in svga_is_...
2012-02-24 Brian Paulmesa/gdi: include swrast.h to fix compilation
2012-02-24 Brian Paulst/mesa: initialize the MaxViewport, MaxRenderbufferSiz...
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove STENCIL_BITS use
2012-02-24 Brian Paulxlib: remove STENCIL_BITS
2012-02-24 Brian Paulst/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITS
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-02-24 Brian Paulst/glx: remove MAX_WIDTH/HEIGHT usage
2012-02-24 Brian Paulintel: remove MAX_WIDTH usage in intelInitContext()
2012-02-24 Brian Paulswrast: check max renderbuffer size against SWRAST_MAX_...
2012-02-24 Brian Paulosmesa: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Pauldri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulxlib: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulmesa: remove some cruft from config.h
2012-02-24 Brian Paulmesa: minor comment clean-ups in config.h
2012-02-24 Brian Paulmesa: remove WIN32 MAX_WIDTH work-around in config.h
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
next