mesa: added AND/OR/NOT/XOR instructions
[mesa.git] / src /
2008-11-07 Brian Paulmesa: added AND/OR/NOT/XOR instructions
2008-11-07 Brian Paulmesa: include shader/prog_instruction.h
2008-11-07 Brian Paulmesa: added OPCODE_NRM3/NRM4 instructions for vector...
2008-11-07 Xiang, Haihaomesa: use _bfc0 instead of _col0 when building back...
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-05 Brian Paulmesa: Fix compiler warnings on Windows.
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-31 Xiang, Haihaomesa: fix a typo in the previous commit
2008-10-30 Xiang, Haihaomesa: fix an issue in _mesa_PointParameterfv().
2008-10-29 Eric Anholtintel: Fix glDrawPixels with 4d RasterPos.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Brian Paulmesa: fix stand-alone glslcompiler build
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-27 Eric Anholtintel: Use dri_bo_get_tiling to get tiling mode of...
2008-10-25 Xiang, Haihaointel: GL_FALSE on a BO if it won't be modified when...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-24 Xiang, Haihaointel: fallback for intelEmitCopyBlit.
2008-10-23 Brian Paulmesa: remove calls to _mesa_adjust_image_for_convolutio...
2008-10-22 Brian Paulmesa: move convolution image adjustment code for glCopy...
2008-10-22 Brian Paulmesa: some re-org of glCopyTexSubImage1/2/3D() error...
2008-10-22 Brian Paulmesa: in textore.c, only adjust image for convolution...
2008-10-21 Kristof Ralovichglx: updated comment
2008-10-21 Xiang, Haihaoi915: fix carsh in i830_emit_state. (bug #17766)
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-10-16 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-15 Kristian HøgsbergUpdate DRI2 implementation according to new specification.
2008-10-15 Kristian HøgsbergRevert pointless reindents to avoid merge conflicts.
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxclient.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glcontextmodes.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxextensions.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxextensions.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs xfont.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs xf86dristr.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs XF86dri.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs xf86dri.h
2008-10-13 RALOVICH, Kristófglx: kill old K&R syntax in XF86dri.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs vertarr.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs singlepix.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs single2.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs renderpix.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs render2.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs pixelstore.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs pixel.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs packsingle.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs packrender.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_window_pos.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_vertex_pro...
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_vertex_arr...
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_transpose_...
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs indirect_texture_co...
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glx_query.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glx_pbuffer.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxhash.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxhash.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxext.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxcurrent.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glxcmds.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs glcontextmodes.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs eval.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs drisw_glx.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri_glx.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri_common.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri_common.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri2.h
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri2_glx.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs dri2.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs compsize.c
2008-10-13 RALOVICH, Kristófglx: indent -br -i3 -npcs --no-tabs clientattrib.c
2008-10-13 RALOVICH, Kristófglx: add a line of Emacs helping variables
2008-10-13 RALOVICH, Kristófglx: No need to zero a local variable.
2008-10-13 RALOVICH, Kristófglx: make INIT_MESA_SPARC more robust
next