tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.
[mesa.git] / src / mesa /
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: fix minor mem leak
2008-09-04 Brian Paulgallium: remove the copyHeight hack for compresssed...
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 José Fonsecamesa: Remove unused var.
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-01 Brian Paulmesa: use CALLOC instead of MALLOC to fix valgrind...
2008-09-01 Brian Paulgallium: added st_bind/release_teximage() functions
2008-09-01 Brian Paulgallium: move st_texture_image() cast wrapper to header...
2008-08-28 Brian Paulmesa: remove debug code
2008-08-28 Brian Paulmesa: dynamically grow the fixed function vertex progra...
2008-08-28 Brian Paulgallium: change the conditional which tests for combine...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 300
2008-08-27 Brian Paulgallium: better support for user-space interleaved...
2008-08-27 Brian Paulgallium: in st_draw_vbo() try to detect interleaved...
2008-08-27 Brian Paulgallium: remove old assertions
2008-08-26 Keith Whitwellvbo: seed initial max_element value with a more likely...
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulmesa: glsl: regenerated file
2008-08-22 Brian Paulmesa: glsl: implement exp() functions in terms of EXP...
2008-08-20 Brian Paulmesa: glsl: fix a swizzle bug in storage_to_src_reg()
2008-08-20 Brian Paulmesa: glsl: add check for exceeding max number of const...
2008-08-20 Brian Paulmesa: glsl: regenerated file
2008-08-20 Brian Paulmesa: glsl: better implementation of ftransform()
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-19 Brian Paulgallium: implement a fast-path for glReadPixels for...
2008-08-19 Brian Paulgallium: do a proper implementation of GL_OES_read_format
2008-08-19 Brian Paulmesa: glsl: more writemask error checking
2008-08-19 Brian Paulmesa: glsl: added some post incr/decr error checks
2008-08-19 Brian Paulmesa: glsl: limit function matching through casting
2008-08-19 Brian Paulmesa: glsl: add usage tracking for uniform vars
2008-08-19 Brian Paulmesa: glsl: put var emit/ref code into separate functions
2008-08-19 José Fonsecamesa: Call pipe->destroy on context destruction for...
2008-08-18 Michal Krolst: Do not translate program constants to immediates...
2008-08-18 Michal Krolst: Translate address register declaration.
2008-08-18 Michal Krolst: Fix immediate construction.
2008-08-18 Brian Paulgallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stenc...
2008-08-18 Brian Paulgallium: fix vertex program output translation/mapping bug
2008-08-18 Brian Paulgallium: fix do_flip bug on glCopyTexImage / surface_co...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-15 Brian Paulmesa: glsl: fix linking of varying vars which are arrays
2008-08-15 Brian Paulgallium: in st_draw_vbo() use ctx->Current.Attrib[...
2008-08-15 José Fonsecamesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush...
2008-08-14 Brian Paulgallium: init default texture image to gray
2008-08-14 Brian Paulgallium: use a default texture in update_textures(...
2008-08-14 Brian Paulgallium: added queries to determin GL_EXT_packed_depth_...
2008-08-14 José Fonsecamesa: Don't use alignments < 4.
2008-08-13 Brian Paulgallium: in fallback_copy_texsubimage() create new...
2008-08-13 Michal Krolmesa: KIL -> KIL, KIL_NV -> KILP.
2008-08-13 Brian Paulgallium: more context clean-up
2008-08-12 Brian Paulmesa: glsl: fix error detection of writing to read...
2008-08-12 Brian Paulmesa: texture crop rect state
2008-08-12 Brian Paulmesa: glsl: fix comment
2008-08-12 Brian Paulmesa: glsl: enable bzero() in slang_typeinfo_construct()
2008-08-12 Brian Paulmesa: glsl: remove reads of output regs from fragment...
2008-08-12 Brian Paulmesa: set point state
2008-08-12 Brian Paulmesa: allow _mesa_remove_output_reads() to work on...
2008-08-12 Brian Paulmesa: glsl: better error messages
2008-08-12 Brian Paulmesa: glsl: regenerated files
2008-08-12 Brian Paulmesa: glsl: additional constructors
2008-08-12 Brian Paulmesa: glsl: better mod() functions
2008-08-12 José Fonsecamesa: Rename sources to sources.mak.
2008-08-11 Brian Paulmesa: glsl: regenerated file
2008-08-11 Brian Paulmesa: glsl: change refract() functions to allow inlining
2008-08-11 Brian Paulmesa: glsl: use SGE instead of SGT in step() functions
2008-08-11 Brian Paulmesa: glsl: fix bugs in refract() functions, plus minor...
2008-08-11 Brian Paulmesa: glsl: add missing sampler types in sizeof_glsl_ty...
2008-08-11 Brian Paulgallium: added comment
2008-08-11 Brian Paulgallium: added _NEW_PROGRAM to dependencies
2008-08-08 Brian Paulmesa: fix some feature tests
2008-08-08 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-08-08 Brian Paulgallium: fix additional glCopyTex[Sub]Image issues
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-07 Brian Paulgallium: clean-up, remove dead code, update comments
2008-08-07 Brian Paulgallium: fix a few bugs on the fallback CopyTex[Sub...
2008-08-07 Brian Paulmesa: fix glBindTexture comment/error string
2008-08-07 Brian Paulmesa: glsl: regenerated files
2008-08-07 Brian Paulmesa: glsl: finish up support for precision qualifiers
2008-08-07 José Fonsecamesa: pf_sprint_name->pf_name.
2008-08-07 Michal Krolmesa: Extend GLSL syntax to accept type precision in...
2008-08-07 Michal Krolmesa: Silence compiler warnings on Windows.
2008-08-06 Brian Paulgallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_...
2008-08-06 Brian Paulmesa: glsl: regenerated file
2008-08-06 Brian Paulmesa: glsl: report 'Syntax Error' instead of 'Invalid...
2008-08-06 Brian Paulmesa: glsl: additional error checking
2008-08-06 Brian Paulmesa: glsl: fix a number of glUniform issues
2008-08-06 Brian Paulmesa: glsl: fix glGetUniform for matrix queries
2008-08-06 Brian Paulmesa: glsl: fix error check in get_uniformfv()
2008-08-06 Brian Paulmesa: glsl: check for rect tex samplers
2008-08-06 Brian Paulmesa: glsl: disallow initializers for varying vars
2008-08-06 Brian Paulmesa: glsl: more type checking for attribute/varying...
2008-08-06 Brian Paulmesa: glsl: check that attribute vars are of float...
2008-08-06 Brian Paulmesa: glsl: more assignment type checking
2008-08-06 Brian Paulmesa: glsl: fix SLANG_OPER_VARIABLE_DECL type checking...
2008-08-06 Haihao Xiangmesa: glsl: count number of temp regs used
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-06 Brian Paulmesa: glsl: code consolidation in _slang_gen_declaration()
next