Clone of mesa.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Brian Paul b3e41e0d5e st/mesa: check for null before asserts, fix possible mem leak před 16 roky
..
Makefile Renamed softpipe directories and files to something less confusing. před 18 roky
st_api.c gallium: new st_api.c file with token symbol for identifying the API před 17 roky
st_atom.c st: use the static atoms[] array directly před 16 roky
st_atom.h gallium: fix some render to texture bugs před 17 roky
st_atom_blend.c Some changed for non-C99 compilers před 17 roky
st_atom_clip.c Some changed for non-C99 compilers před 17 roky
st_atom_constbuf.c st: reformatting, comments, var renaming před 16 roky
st_atom_constbuf.h make st_upload_constants() public před 18 roky
st_atom_depth.c gallium: only enable depth test if a depth bufffer is available před 16 roky
st_atom_framebuffer.c Merge branch 'mesa_7_5_branch' před 16 roky
st_atom_pixeltransfer.c gallium: Create OGL state tracker wrappers for various CPU access operations. před 16 roky
st_atom_rasterizer.c Merge branch 'ext-provoking-vertex' před 16 roky
st_atom_sampler.c st: as with swrast, interpret texture border color according to texture format před 16 roky
st_atom_scissor.c mesa: Apply MSVC portability fixes from Alan Hourihane. před 17 roky
st_atom_shader.c mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs před 16 roky
st_atom_shader.h gallium: fix a few more shader-related mem leaks před 17 roky
st_atom_stipple.c gallium: remove use of origin_lower_left před 16 roky
st_atom_texture.c gallium: Remove some superfluous instances of #include "p_inlines.h". před 16 roky
st_atom_viewport.c mesa: Prefix main includes with dir to avoid conflicts. před 17 roky
st_cache.h Code reorganization: update build. před 17 roky
st_cb_accum.c mesa: Pure software accum buffer. před 16 roky
st_cb_accum.h New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn't handle negative color values) před 18 roky
st_cb_bitmap.c mesa: consolidate PBO map/unmap helpers před 16 roky
st_cb_bitmap.h gallium: avoid mapping same vertex buffer in subsequent frames před 17 roky
st_cb_blit.c st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete) před 16 roky
st_cb_blit.h gallium: glFramebufferBlitEXT() implementation před 17 roky
st_cb_bufferobjects.c mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure před 16 roky
st_cb_bufferobjects.h st/mesa: remove redundant st_buffer_object::size field and error checks před 16 roky
st_cb_clear.c mesa/st: recognize no-op scissor state when checking clear_with_quads před 16 roky
st_cb_clear.h gallium: avoid mapping same vertex buffer in subsequent frames před 17 roky
st_cb_drawpixels.c st/mesa: silence hidden parameter warning před 16 roky
st_cb_drawpixels.h gallium: clean-up glDraw/CopyPixels shaders when destroying context před 17 roky
st_cb_fbo.c st/mesa: check for null before asserts, fix possible mem leak před 16 roky
st_cb_fbo.h Merge branch 'mesa_7_5_branch' před 16 roky
st_cb_feedback.c mesa: fix remaining FEEDBACK_TOKEN macros před 16 roky
st_cb_feedback.h selection/feedback support před 18 roky
st_cb_flush.c Merge branch 'mesa_7_5_branch' před 16 roky
st_cb_flush.h Lift common winsys functions into pipe's new p_winsys. před 18 roky
st_cb_get.c gallium: do a proper implementation of GL_OES_read_format před 17 roky
st_cb_get.h gallium: do a proper implementation of GL_OES_read_format před 17 roky
st_cb_program.c mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker před 16 roky
st_cb_program.h gallium: free bitmap fragment shaders, misc clean-up před 17 roky
st_cb_queryobj.c mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker před 16 roky
st_cb_queryobj.h Begin/EndQuery functions před 18 roky
st_cb_rasterpos.c vbo: Avoid extra validation of DrawElements. před 16 roky
st_cb_rasterpos.h glRasterPos function před 18 roky
st_cb_readpixels.c mesa: consolidate PBO map/unmap helpers před 16 roky
st_cb_readpixels.h st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels() před 16 roky
st_cb_strings.c mesa/st: bump gallium version to 0.3 před 16 roky
st_cb_strings.h Move string functions to state_tracker, add queries to pipe, winsys. před 18 roky
st_cb_texture.c st/mesa: fix non-mipmap lastLevel calculation. před 16 roky
st_cb_texture.h gallium: use a default texture in update_textures(), update_samplers() when needed před 17 roky
st_cb_viewport.c gallium: fix build breakage in st_cb_viewport.c před 16 roky
st_cb_viewport.h gallium: add winsys interface for viewport changes to support DRI2 před 16 roky
st_context.c mesa: rework viewport/scissor initialization code před 16 roky
st_context.h st: added st_renderbuffer::defined flag před 16 roky
st_debug.c Merge tgsi/exec and tgsi/util directories. před 17 roky
st_debug.h debug functions před 18 roky
st_draw.c Merge branch 'mesa_7_5_branch' into mesa_7_6_branch před 16 roky
st_draw.h vbo: Avoid extra validation of DrawElements. před 16 roky
st_draw_feedback.c vbo: Avoid extra validation of DrawElements. před 16 roky
st_extensions.c Merge branch 'mesa_7_5_branch' před 16 roky
st_extensions.h Determine GL extensions/limits by making pipe queries. před 18 roky
st_format.c mesa st: Change the preferred internal format for some RGB formats. před 16 roky
st_format.h mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format. před 16 roky
st_framebuffer.c mesa/st: Create front renderbuffer on the fly when supplied with a surface před 16 roky
st_gen_mipmap.c st/mesa: fix st_generate_mipmap() issues před 16 roky
st_gen_mipmap.h gallium: fix typos před 17 roky
st_inlines.h st: comments, license, copyright před 16 roky
st_mesa_to_tgsi.c Merge branch 'new-frag-attribs' před 16 roky
st_mesa_to_tgsi.h gallium: assorted state tracker fixes for > 8 texture samplers před 17 roky
st_program.c mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs před 16 roky
st_program.h gallium: added st_print_shaders() function to help w/ debugging před 17 roky
st_public.h mesa/st: Add support for binding pipe surface to texture. před 16 roky
st_texture.c gallium: rename copy/fill_rect utility functions před 16 roky
st_texture.h mesa/st: Add support for binding pipe surface to texture. před 16 roky