mesa: Add infrastructure for ARB_gpu_shader5.
[mesa.git] / src / mesa /
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-05-06 Eric Anholti965: Remove GL_ARB_color_buffer_float from GL core...
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-04 Brian Paulvbo: add comments, const qualifiers
2013-05-04 Brian Paulmesa: whitespace, formatting fixes, etc in api_arrayelt.c
2013-05-04 Brian Paulvbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
2013-05-04 Brian Paulmesa: change ctx->Driver.NeedFlush to GLbitfield and...
2013-05-04 Brian Paulmesa; change ctx->Driver.SaveNeedFlush to boolean,...
2013-05-04 Brian Paulvbo: update comments for vbo_save_NotifyBegin()
2013-05-04 Brian Paulvbo: implement primitive merging for glBegin/End sequences
2013-05-04 Brian Paulvbo: create a few utility functions for merging primitives
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-05-02 Brian Paulmesa: update comments, simplify code in vtxfmt.c
2013-05-02 Brian Paulmesa: update GLvertexformat comments
2013-05-02 Brian Paulmesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
2013-05-02 Brian Paulmesa: remove GLvertexformat::Rectf()
2013-05-02 Brian Paulmesa: simplify dispatch for glDraw* functions
2013-05-02 Brian Paulvbo: add new vbo_initialize_exec_dispatch(), vbo_initia...
2013-05-02 Brian Paulmesa: remove _MESA_INIT_EVAL_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_DLIST_VTXFMT() macro
2013-05-02 Brian Paulmesa: change _mesa_inside_dlist_begin_end() to handle...
2013-05-02 Brian Paulvbo: fix initial value of ctx->Driver.CurrentSavePrimitive
2013-05-02 Brian Paulvbo: fix error detection in vbo_save_playback_vertex_list()
2013-05-02 Brian Paulmesa: comments, formatting fixes in dlist code
2013-05-02 Brian Paulvbo: remove redundant vfmt->Begin = _save_Begin assignment
2013-05-02 Brian Paulmesa: don't install glDraw* functions into the BeginEnd...
2013-05-02 Brian Paulvbo: fix parameter validation for saving dlist glDraw...
2013-05-02 Brian Paulmesa: add missing error check in _mesa_EndList()
2013-05-02 Brian Paulmesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
2013-05-02 Brian Paulmesa: simplify save_Begin() error checking
2013-05-02 Brian Paulmesa: refactor _mesa_valid_prim_mode()
2013-05-02 Brian Paulmesa: fix CurrentSavePrimitive <= GL_POLYGON tests
2013-05-02 Brian Paulmesa: adjust PRIM_x constants for geometry shaders
2013-05-02 Brian Paulmesa: fix save_ShadeModel() logic and add new comments
2013-05-01 Jordan Justenmesa: implement glFramebufferTexture
2013-05-01 Jordan Justenmesa: add Layered field to framebuffers
2013-05-01 Jordan Justenmesa: add renderbuffer attachment Layered field
2013-05-01 Jordan Justenmesa: add renderbuffer Depth field
2013-05-01 Andreas Bollscons: remove IN_DRI_DRIVER
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-05-01 Andreas Bollintel: use automake conditionals for defining FEATURE_...
2013-05-01 Andreas Bollintel: remove executable bit from C file
2013-05-01 Marek Olšákvbo: fix possible use-after-free segfault after a VAO...
2013-05-01 Kenneth Graunkei965/vs: Fix textureGrad() with shadow samplers on...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-04-30 Paul Berryi965: Stop passing num_samples to intel_miptree_alloc_h...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtmesa: Make a Mesa core function for sRGB render encodin...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-30 Eric Anholtintel: Move the S8 offset calc function near its remain...
2013-04-30 Eric Anholtintel: Ensure renderbuffers are current when mapping...
2013-04-30 Eric Anholtmesa: Add a clarifying comment about rowStride of compr...
2013-04-30 Eric Anholtmesa: Remove the Map field from texture images.
2013-04-30 Eric Anholtswrast: Always use MapTextureImage for mapping textures...
2013-04-30 Eric Anholtnouveau: Replace swrast_texture_image->Map usage with...
2013-04-30 Eric Anholtnouveau: Just use MapTextureImage instead of duplicatin...
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-30 Eric Anholtswrast: Reuse _swrast_free_texture_image_buffer from...
2013-04-30 Eric Anholtswrast: Move ImageOffsets allocation to shared code.
2013-04-30 Eric Anholtswrast: Clean up and explain the mapping process.
2013-04-30 Eric Anholtswrast: Factor out texture slice counting.
2013-04-30 Eric Anholtradeon: Remove some dead teximage mapping code.
2013-04-30 Eric Anholtradeon: Add missing swrast field initialization.
2013-04-30 Alexander von Gluck IVMesa: Use mmap on Haiku for executable memory vs malloc
2013-04-29 Eric Anholti965/fs: Print out the estimated cycle count in INTEL_D...
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-29 Eric Anholtintel: Be more conservative in disabling tiling to...
2013-04-29 Eric Anholti965: Disable Z16 on contexts that don't require it.
2013-04-29 Eric Anholtintel: Report FBO incompleteness causes through GL_ARB_...
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-29 Eric Anholtmesa: Fix error checking for GS UBO getters.
2013-04-29 Eric Anholtmesa: Add a clarifying comment about EXTRA_ error checking.
2013-04-29 Eric Anholtmesa: Add an extra clarifying set of braces to getter...
2013-04-29 Eric Anholtmesa: Fix error checking for getters consisting of...
2013-04-29 Eric Anholtmesa: Clarify the names of error checking variables...
2013-04-29 Eric Anholti915: Add support for GL_EXT_texture_sRGB and GL_EXT_te...
2013-04-29 Eric Anholti915: Always enable GL 2.0 support.
2013-04-29 Eric Anholti915: Correctly set the OQ counter bits.
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-29 José FonsecaRevert "st/mesa: add a simple path to BufferData if...
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-26 Brian Paulmesa: fix the compressed TexSubImage size checking...
2013-04-26 Brian Paulmesa: updated read_buffer_enum_to_index() comment
2013-04-26 Tapani Pällimesa: fix type comparison errors in sub-texture error...
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-04-26 Matt Turneri965/vs: Add a function to fix-up uniform arguments...
next