OSDN Git Service

i965: Disable unused pipeline stages once at startup on Gen7+.
[android-x86/external-mesa.git] / src /
2013-06-03 Jordan Justenmesa/texformat: add _mesa_tex_target_is_array function
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface
2013-06-03 Jordan Justenintel_fbo: set gl_renderbuffer Depth field
2013-06-03 Jordan Justenintel: print image depth in debug message
2013-06-03 Brian Paulmesa: handle missing read buffer in _mesa_get_color_rea...
2013-06-03 Brian Paulmeta: move vertex array enables for mipmap generation
2013-06-03 Brian Paulmesa: fix hodge podge indentation, update comments...
2013-06-01 Roland Scheideggergallium: add support for layered rendering
2013-06-01 Roland Scheideggergallivm: fix out-of-bounds access with mirror_clamp_to_...
2013-06-01 Roland Scheideggerllvmpipe: fix bogus assertions for buffer surfaces
2013-06-01 Kenneth Graunkei965: Fix haswell_upload_cut_index when there's no...
2013-05-31 Roland Scheideggerllvmpipe: reduce alignment requirement for resources...
2013-05-31 Adam Jacksonllvmpipe: Remove x/y from cmd_bin
2013-05-31 Vadim Girlinr600g/sb: fix broken assert
2013-05-31 Andreas Bollglapi: Add some missing static_dispatch="false" annotat...
2013-05-31 Vinson Leemesa: Add missing break statement in _mesa_choose_tex_f...
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIGetClientDriverName() [CVE...
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIOpenConnection() [CVE-2013...
2013-05-30 Brian Paulmesa: fix error checking of DXT sRGB formats in _mesa_b...
2013-05-30 Brian Paulmesa: asst. whitespace, formatting fixes in teximage.c
2013-05-30 Zack Rusindraw: fix vs/fs input/output mismatches
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Courtney Goeltzenl... ilo: simplify shader variant handling
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-30 Brian Pauldraw: add cast in debug_printf() to silence warning
2013-05-30 Brian Paulsvga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence...
2013-05-25 Zack Rusindraw: make sure viewport index is fetched from leading...
2013-05-25 Zack Rusinllvmpipe: clamp scissors to be between 0 and max
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max
2013-05-25 Zack Rusingallium/docs: adds documentation for multi viewport cap
2013-05-25 Zack Rusindraw: fixup draw_find_shader_output
2013-05-25 Zack Rusinllvmpipe: implement support for multiple viewports
2013-05-25 Zack Rusindraw: implement support for multiple viewports
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-29 Kenneth Graunkemesa: Delete the ctx->Array._RestartIndex derived state.
2013-05-29 Kenneth Graunkemesa: Ignore fixed-index primitive restart in ArrayElem...
2013-05-29 Kenneth Graunkest/mesa: Go back to using ctx->Array.RestartIndex,...
2013-05-29 Kenneth Graunkei965: Fix can_cut_index_handle_restart_index() for...
2013-05-29 Kenneth Graunkei965: Use the correct restart index for fixed index...
2013-05-29 Kenneth Graunkevbo: Use the new primitive restart index helper function.
2013-05-29 Kenneth Graunkemesa: Add a helper function for determining the restart...
2013-05-29 Kenneth Graunkevbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArr...
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction.
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with...
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary.
2013-05-29 Anthony G. Basilegallium: fix build on uclibc system
2013-05-29 Eric Anholtintel: Enable blit glCopyTexSubImage/glBlitFramebuffer...
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains
2013-05-28 Eric Anholtintel: Remove dead intel_drawbuf_region().
2013-05-28 Eric Anholtintel: Fix format handling of blit glBitmap()
2013-05-28 Eric Anholtintel: Fix MRT handling of glBitmap().
2013-05-28 Eric Anholtintel: Rebuild PBO blit glTexImage() on top of miptrees.
2013-05-28 Eric Anholtintel: Rebuild PBO blit glReadPixels() on top of miptrees.
2013-05-28 Eric Anholtintel: Rework intel_miptree_create_for_region() to...
2013-05-28 Eric Anholtintel: Make a temporary miptree for the blit path of...
2013-05-28 Eric Anholtintel: Make a temporary miptree when doing blit uploads...
2013-05-28 Eric Anholtintel: Extend the force_y_tiling flag to allow forcing...
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being...
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures.
2013-05-28 Eric Anholti965: Prefer blorp glBlitFramebuffer() to the glCopyTex...
2013-05-28 Eric Anholti965: Consistently do depth resolves before blitting.
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees.
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets.
2013-05-28 Eric Anholtintel: Reduce intel_renderbuffer_tile_offsets to a...
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a...
2013-05-28 José Fonsecaglsl: Fix MSVC build.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-28 Marek Olšákswrast: increase array size of TextureSample
2013-05-28 Marek Olšákmesa: declare UniformBufferBindings as an array with...
2013-05-28 Michel Dänzerradeonsi: Enable GLSL 1.30
2013-05-28 Michel Dänzerradeonsi: Handle TGSI TXQ opcode
2013-05-28 Michel Dänzerradeonsi: Add support for TGSI TXF opcode
2013-05-28 Michel Dänzerradeonsi: Use tgsi_util_get_texture_coord_dim()
2013-05-28 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPDIST
2013-05-28 Michel Dänzerradeonsi: Make border colour state handling safe for...
2013-05-28 Michel Dänzerradeonsi: Fix hardware state for dual source blending
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-27 Chia-I Wuilo: enable multiple constant buffers
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats
2013-05-27 Chia-I Wuilo: add support for texture buffer objects
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute...
2013-05-24 Brian Paulxlib: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext()
next