slang: Be more robust with memory in concat_shaders().
[mesa.git] / src /
2009-11-23 Michal Krolslang: Be more robust with memory in concat_shaders().
2009-11-23 Richard Lir600 : add support for shader instruction trunc and...
2009-11-22 Dave Airlier600: hopefully fix segfault.
2009-11-22 Dave Airlier600: fix inline issues
2009-11-22 Richard Lir600 : add stack depth calculation, enable CF pop.
2009-11-22 Richard Lir600 : use cf for all pop now, left optimization for...
2009-11-22 Corbin Simpsonr300g: Build fix.
2009-11-21 Marek Olšákr300g: do not reallocate r300_vertex_info and r300_rs_b...
2009-11-21 Marek Olšákr300g: clean up vs/fs tabs
2009-11-21 Marek Olšákr300g: silence warnings
2009-11-21 Marek Olšákr300g: fix typo in r300_reg.h to prevent the RS unit...
2009-11-21 Marek Olšákr300g: fix updating a vertex format
2009-11-21 Marek Olšákr300g: add texture lod clamping
2009-11-21 Corbin Simpsonr300g: Begin separating HW TCL and SW TCL state and...
2009-11-20 Marek Olšákr300g: emit R300_TEX_ENABLE to indicate there are no...
2009-11-20 Marek Olšákr300g: remove variant states from emit_state_invariant
2009-11-20 Corbin Simpsonr300g: Texrect factor cleanup.
2009-11-20 Marek Olšákr300g: fix rectangle textures on r3xx
2009-11-20 Corbin Simpsonr300g: Clean up bitcounting function.
2009-11-20 Corbin Simpsonr300g: Use MAX3 and MIN3.
2009-11-20 Corbin Simpsonutil: Add MAX3 and MIN3.
2009-11-20 Marek Olšákr300g: set better values in the R300_VAP_CNTL register
2009-11-20 Alan HourihaneFix comment to use /* */ rather than //
2009-11-20 Alan HourihaneFix indentation.
2009-11-20 Alan HourihaneFix vega compilation.
2009-11-20 Alan HourihaneFix memory leak.
2009-11-20 Richard Lir600 : eliminate Wondows line ending for test code.
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-20 Dave Airlier100: fix texture_from_pixmap and compiz.
2009-11-19 Richard Lir600 : Clean up a bit test code mess.
2009-11-19 Vinson Leest/xorg: Fix infinite loop in copy_packed_data.
2009-11-19 Brian Paulst/mesa: replace st_flush() with pipe->flush()
2009-11-19 Brian Paulvbo: added recursion check in vbo_exec_FlushVertices()
2009-11-19 Richard Lir600 : change shader pop method for now.
2009-11-19 Brian Paulst/mesa: get rid of compressed_num_bytes() code
2009-11-19 Brian Paulst/mesa: remove is_compressed_mesa_format()
2009-11-19 Brian Paulst/mesa: remove pointless assertion
2009-11-19 Brian Paulsoftpipe: whitespace/indentation fixes
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 Richard Lir600 : check in shader code test enable flag: if flag
2009-11-19 José Fonsecapb: Make fenced buffers threadsafe.
2009-11-19 Brian Paulsoftpipe: add missing check in softpipe_is_texture_refe...
2009-11-19 Michel Dänzerst/xorg: Replace compile-time acceleration switch with...
2009-11-19 Michel Dänzerst/xorg: Miscellaneous XVideo fixes.
2009-11-19 Michel Dänzerst/xorg: Try harder to ensure a shared texture has...
2009-11-19 Michel Dänzerst/xorg: Don't complain about convolution filter being...
2009-11-19 Eric Anholtintel: Remove non-GEM support.
2009-11-19 Eric Anholtintel: Remove dead intel_context members and move some...
2009-11-19 Eric Anholtintel: Remove our special color packing macros and...
2009-11-19 Eric Anholtintel: Pack colors for blit at blit time, rather than...
2009-11-19 Eric Anholtintel: Consistently use no_batch_wrap in intel_context...
2009-11-19 Eric Anholti965: Pack brw_wm_fragment_program better.
2009-11-19 Eric Anholtmesa: Remove gratuitous padding in prog_dst_register.
2009-11-19 Eric Anholti965: Pack the brw_wm_prog_key better.
2009-11-19 Eric Anholti915: Remove dead meta_draw_quad code.
2009-11-19 Eric Anholttnl: Replace deprecated FogCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace deprecated ColorPtr[] with AttribPtr or...
2009-11-19 Eric Anholttnl: Replace deprecated IndexPtr[] with AttribPtr[...
2009-11-19 Eric Anholttnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTR...
2009-11-19 Eric Anholttnl: Replace deprecated TexCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
2009-11-19 Eric Anholttnl: Remove unused NotifyInputChanges() tnl dd hook.
2009-11-19 Michel Dänzerst/xorg: Remove superfluous flushes from the EXA WaitMa...
2009-11-19 Michel Dänzerst/xorg: Don't initialize non-existing fields.
2009-11-19 Michal Krolidentity: Add missing screen methods.
2009-11-19 Michal Kroltgsi: Provide ultimate solution for SOA dependencies...
2009-11-18 Richard Lir600 : update PS and VS emit count for loop constants.
2009-11-18 Richard Lir600 : add some defs
2009-11-18 Richard Lir600 : Initial version of glsl fc.
2009-11-18 Zack Rusinst/xorg: enable yv12 for xv
2009-11-18 Brian Paulmesa: bump version to 7.8
2009-11-18 Jakob Bornecrantzst/xorg: Init all functions and fix spelling
2009-11-18 Jakob Bornecrantzst/xorg: Make the #if more easier to read
2009-11-18 Jakob Bornecrantzst/xorg: Use the correct DRI2BufferPtr struct on 1...
2009-11-18 Maciej Cencorar300: allow disabling s3tc support if libtxc_dxtn is...
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-18 Maciej Cencorar600: align for mipmap tree changes
2009-11-18 Ian RomanickAL1616: Fix cut-and-paste bug
2009-11-18 Ian RomanickMerge branch 'outputswritten64'
2009-11-18 Ian RomanickARB_fbo: Enable extensions related to GL_ARB_framebuffe...
2009-11-18 Ian RomanickARB_fbo: Add missing GLX render opcode for glFramebuffe...
2009-11-18 Ian RomanickAdd missing XML files to API_XML
2009-11-18 Ian RomanickARB_fbo: Enable GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickARB_fbo: Regenerate files from previous commits.
2009-11-18 Ian RomanickARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
2009-11-18 Ian RomanickARB_fbo: Add GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickEXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_pac...
2009-11-18 Ian RomanickEXT_pds: Add GL_EXT_packed_depth_stencil
2009-11-18 Ian RomanickEXT_fbo_blit: Add missing GLX protocol render opcode
2009-11-18 Ian RomanickARB_fbo: Add missing protocol "Get" information
2009-11-18 Ian RomanickARB_fbo: Remove _EXT from enum names
2009-11-17 Brian Paulmesa: remove old comment
2009-11-17 Brian Paulmesa: fix assorted compiler warnings
2009-11-17 Brian Paulmesa: fix incorrect type in store_texel_al1616()
2009-11-17 Brian Pauli915g: replace //-style comments
2009-11-17 Brian Paulgallium/util: replace //-style comments
2009-11-17 Brian Pauli915g: remove trailing commas in enum lists to silence...
2009-11-17 Brian Paulmesa: remove trailing comment to silence warning
2009-11-17 Brian Paulmesa: remove a bit of old code
2009-11-17 Maciej Cencorar200: align for mipmap tree changes
next