OSDN Git Service

mesa: Add missing headers to viewport.h.
[android-x86/external-mesa.git] / src / mesa /
2010-07-30 Vinson Leemesa: Add missing headers to viewport.h.
2010-07-30 Vinson Leemesa: Add missing header to depthstencil.h.
2010-07-30 Vinson Leemesa: Add missing headers to debug.h.
2010-07-30 Vinson Leeintel: Add missing header.
2010-07-30 Vinson Leedri: Add missing header to dri_metaops.c.
2010-07-30 Vinson Leemesa: Reduce clear.h header file inclusion.
2010-07-30 Vinson Leemesa: Reduce bufferobj.h header file inclusion.
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-29 Kristian Høgsbergintel: Declare the various tracked state variables...
2010-07-29 Kristian Høgsbergintel: Don't depend on context config values when picki...
2010-07-29 Brian Paulmesa: implement RCC opcode
2010-07-29 Brian Paulmesa: update table of opcodes used by GLSL
2010-07-29 Andre Maasikasr600: since 8744c36e added asserts - use another random...
2010-07-29 Vinson Leemesa: Reduce arrayobj.h header file inclusion.
2010-07-29 Vinson Leemesa: Remove unnecessary header.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Vinson Leemesa: Remove unnecessary header.
2010-07-29 Kristian Høgsbergintel: Implement EGL_KHR_surfaceless extension
2010-07-27 Kristian Høgsbergintel: Remove unused intel/server files
2010-07-26 Eric Anholti965: Fix reversed naming of the operations in compute...
2010-07-26 Eric Anholti965: Clean up a few magic numbers to use brw_defines...
2010-07-26 Eric Anholti965: Use MIN2, MAX2 instead of rolling our own.
2010-07-26 Eric Anholti965: Fold the "is arithmetic" bit of 965 opcodes into...
2010-07-26 Eric Anholti965: Remove some duped register size/count definitions
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-26 Benjamin Segoviai965: Improve (i.e. remove) some grf-to-mrf unnecessary...
2010-07-26 Eric Anholti965: Allow VS MOVs to use immediate constants.
2010-07-23 Vinson Leemesa: Fix Cygwin build with llvm enabled.
2010-07-23 Christopher James... gallium: Fix build with llvm installed in non-standard...
2010-07-23 Brian Paulst/mesa: get rid of unneeded ureg_writemask()
2010-07-23 Brian Paulst/mesa: fix bug in emit_adjusted_wpos()
2010-07-23 Eric Anholti965: Cleanly fail programs with unsupported array...
2010-07-23 Eric Anholti965: Add support for VS relative addressing of tempora...
2010-07-22 Brian Paulglsl: remove invalid _mesa_problem() call
2010-07-22 Eric Anholti965: Respect VS/VP point size result when enabled.
2010-07-22 Eric Anholti965: Fix the disasm output for da16 src widths.
2010-07-22 Eric Anholti965: Avoid extra MOV in VS indirect register reads.
2010-07-22 Eric Anholti965: Fix up VS temporary array access for fixed index...
2010-07-22 Henri Verbeetr600: Flip point sprite coordinates when rendering...
2010-07-22 Eric Anholti965: In the VS, multiply the address reg by the approp...
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-22 Eric Anholti965: Fix the DP read msg_control definitions other...
2010-07-22 Eric Anholti965: Clean up dead code from the VS get_constant/get_r...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
2010-07-22 Eric Anholti965: Add disasm for dataport reads (register unspilling).
2010-07-21 Marek Olšákst/mesa: implement depth clamp
2010-07-21 Carl WorthAdd missing initialization of inOutFlags pointer.
2010-07-21 Carl Worthi965: Remove an unused variable.
2010-07-21 Carl WorthRegenerate program/lex.yy.c
2010-07-21 Carl WorthAvoid more warnings in flex-generated code.
2010-07-21 Carl WorthAvoid warnings in flex-generated code.
2010-07-20 Vinson Leeradeon: Remove unnecessary header.
2010-07-20 Marek Olšákst/mesa: implement and advertise GL_ARB_draw_elements_b...
2010-07-20 Marek Olšákst/mesa: implement depth texture modes
2010-07-20 Brian Paulmesa: call ctx->Driver.ChooseTextureFormat() only when...
2010-07-20 Kristian Høgsbergglx: Remove support for MESA_swap_frame_usage
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-20 Eric Anholti965: Mostly fix glsl-max-varyings.
2010-07-20 Eric Anholti965: Clean up message register setup in emit_vertex_wr...
2010-07-20 Eric Anholti965: Reduce repeated calculation of the attribute...
2010-07-20 Eric Anholti965: Clarify the nr_regs calculation in brw_clip.c
2010-07-20 Eric Anholti965: Don't set up VUE space for the disabled user...
2010-07-19 Brian Paulmesa: remove restart.c from build
2010-07-19 Marek Olšákst/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8...
2010-07-16 Brian Paulmesa: return retval in _mesa_RenderObjectUnpurgeable()
2010-07-16 Vinson Leemesa: Add error path in compressed_texture_error_check.
2010-07-15 Alex Deucherr600: fix typo in r700 assembler
2010-07-15 Henri Verbeetradeon: Also flush if it's not the current context...
2010-07-15 Alex Deucherradeon: allow driconf vblank settings with dri2
2010-07-15 Brian Paulst/mesa: fix quad strip trimming bug
2010-07-15 Vinson Leemesa: Fix potential out-of-bounds access by _vbo_Materialf.
2010-07-14 Brian Paulmesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable...
2010-07-14 Brian Paulmesa: update assertions and fix refcounting in depth...
2010-07-14 Brian Paulmesa: silence a printf warning
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-14 Zack Rusinmesa: add comments and change Index2D to just Index2
2010-07-14 Marek Olšákr300/compiler: fix swizzling in the transformation...
2010-07-13 Marek Olšákr300/compiler: implement the Abs source operand modifie...
2010-07-13 Marek Olšákr300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex...
2010-07-13 Vinson Leemesa: s/snprintf/_mesa_snprintf/
2010-07-12 Maciej CencoraMerge branch 'master' of git://anongit.freedesktop...
2010-07-12 Vinson Leer600: Fix include recursion.
2010-07-12 Maciej Cencoraradeon: fix some wine d3d9 tests
2010-07-11 Maciej Cencoraradeon: lower texture memory consumption is some cases
2010-07-11 Maciej Cencoraradeon: fix teximage migration failure in rare case
2010-07-11 Maciej Cencorar300c: Fix vertex data setup for named buffer objects...
2010-07-11 Vinson Leer600: Remove unnecessary headers.
2010-07-10 Zack Rusinmesa: make uniform work with geometry shaders
2010-07-10 Zack RusinRevert "mesa: temporarily enable printing of Mesa's...
2010-07-10 Zack Rusinmesa: GL_TRIANGLE_STRIP_ADJACENCY_ARB is the last valid...
2010-07-10 Vinson Leer600: Fix GCC 'implication declaration of function...
2010-07-10 Zack Rusinmesa: get the translation from mesa 2d regs to tgsi...
2010-07-10 Zack Rusinmesa: initial support for emitting 2D registers from...
2010-07-10 Vinson Leer600: Remove unnecessary header.
2010-07-10 Zack Rusinmesa: temporarily enable printing of Mesa's GPU instruc...
2010-07-10 Zack Rusinmesa: add basic support for 2D register arrays to mesa
next