rtasm: export sse_movmskps
[mesa.git] / src /
2009-07-16 Keith Whitwellrtasm: export sse_movmskps
2009-07-16 Keith Whitwelltgsi: initial texturing support on sse path
2009-07-16 Keith Whitwelltgsi: make sse function callout mechanism more generic
2009-07-16 Keith Whitwelltgsi: reduce x86 reg usage in tgsi_sse generated programs
2009-07-16 Keith Whitwelltgsi: no need to separately malloc input and output...
2009-07-16 Keith Whitwellgallium: reduce recursive include of tgsi_exec.h
2009-07-16 Keith Whitwelltgsi: make function call code in tgsi_sse.c less opaque
2009-07-16 Keith Whitwellgallium: proper constructor and destructor for tgsi_exe...
2009-07-15 Dave Airlieradeon: update span reading micro tile code
2009-07-15 Dave Airlier300: emit z depth pitch reloc in preparation for tiling
2009-07-15 Dave Airlieradeon: r300 fix span reading for macro tiled buffers.
2009-07-15 Dave Airlieradeon: for tiling you really need to use GET/PUT VALUE...
2009-07-15 Xiang, Haihaoi965: the offset of any branch/jump instruction is...
2009-07-15 Dave Airlieintel/radeon: add common metaops code.
2009-07-14 Dave Airlieradeon: fix unsigned vs signed comparison in stencil...
2009-07-14 Eric Anholtintel: Fix ClearDepth to not be affected by DepthRange.
2009-07-14 Eric Anholtintel: Set DepthRange in the metaops using RasterPos[2].
2009-07-14 Eric AnholtFix state flag dependencies for fixed function fragment...
2009-07-14 Eric Anholtintel: Flag _NEW_ARRAY state when doing array object...
2009-07-14 Brian Paulmesa: regenerated enums.c file
2009-07-14 Corbin Simpsondri-st: Unbreak GL_EXT_blend_equation_separate.
2009-07-14 Patrice Mandingallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remov...
2009-07-14 Michel Dänzerradeon: Differentiate 16 bpp destination formats.
2009-07-14 Michel Dänzerradeon: Invert front face winding when rendering to...
2009-07-13 Nicolai Hähnler300g: Small compile warning fixes.
2009-07-13 Nicolai Hähnler300g, radeon: Whitespace fixes.
2009-07-13 Corbin Simpsonr300g: Use align() instead of inline maths.
2009-07-13 Maciej CencoraMerge branch 'shaders_cleanup'
2009-07-13 Eric Anholtintel: Partially fix fallback detection for glCopyTexSu...
2009-07-13 Maciej Cencorar300: always assume all components are read by fragment...
2009-07-13 Nicolai Hähnler300: Fix fogcoord rewriting
2009-07-13 Maciej Cencorar300: fix swizzle masking in getUsedComponents
2009-07-13 Maciej Cencorar300: minor fix
2009-07-13 Maciej Cencorar300: move variables declarations
2009-07-13 Maciej Cencorar300: document r300_vertex_program_cont structure
2009-07-13 Maciej Cencorar300: document r300_fragment_program_cont struct
2009-07-13 Maciej Cencorar300: fix indentation
2009-07-13 Maciej Cencorar300: fix StrideB == 0 case when converting data format
2009-07-13 Maciej Cencorar300: hw can handle per component negations in vertex...
2009-07-13 Maciej Cencorar300: fix WPOS for SWTCL
2009-07-13 Maciej Cencorar300: removed unnecessary params
2009-07-13 Maciej Cencorar300: use NQSSADCE for vertex programs
2009-07-13 Maciej Cencorar300: operate on copy of a program when pairing instruc...
2009-07-13 Maciej Cencorar300: handle relative addressing in NQSSADCE
2009-07-13 Maciej Cencorar300: handle ARB_vertex_program specific instructions...
2009-07-13 Maciej Cencorar300: move depth output rewrite out of NQSSADCE
2009-07-13 Maciej Cencorar300: rewrite FOGC and HPOS attribs handling
2009-07-13 Maciej Cencorar300: bind vertex program to fragment program
2009-07-13 Maciej Cencorar300: recalculate used inputs and outputs after dead...
2009-07-13 Maciej Cencorar300: move fragment program selection before vertex...
2009-07-13 Maciej Cencorar300: implement proper IsProgramNative check for vertex...
2009-07-13 Maciej Cencorar300: don't modify original vertex program
2009-07-13 Maciej Cencorar300: cache translated fragment programs
2009-07-13 Maciej Cencorar300: update state parameters only once per rendering...
2009-07-13 Maciej Cencorar300: translate non native insts earlier for easier...
2009-07-13 Maciej Cencorar300: print vertex program after adding artificial...
2009-07-13 Maciej Cencorar300: use mesa provided function for adding MVP code
2009-07-13 Maciej Cencorar300: simplify insert_wpos a little
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-13 Dave Airlieradeon: port more front fixes from intel.
2009-07-13 Dave Airlieradeon/r200: fix color masking under dri2
2009-07-13 Dave Airlieradeon: Use Stencil.Enabled instead of Stencil._Enabled...
2009-07-13 Dave Airlieradeon/fbo: stencil bits fix from Michel in intel fbo...
2009-07-13 Peteri Andrasr128: fix two-sided lighting segfault seen in GLUT...
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-13 Xiang, Haihaoi965: add support for new chipsets
2009-07-12 Dave Airlier300: move fallback warnings inside fallback debugging
2009-07-12 Dave Airlier300: fix clear mask to not use sw if not necessary
2009-07-12 Nicolai Hähnleradeon: Fix crash when rendering to incomplete texture...
2009-07-12 Dave Airlieradeon: update clear code from Intel codebase.
2009-07-12 Dave Airlieradeon: fbo fix firecube crashes
2009-07-11 Michel Dänzerradeon: Fix scissor rectangle calculation when renderin...
2009-07-11 Zack Rusingallium: compare the actual register, not all the inputs
2009-07-10 Brian Paultgsi: update some assertions
2009-07-10 Brian Paultgsi: tgsi: add semantic_names[] string for TGSI_SEMANT...
2009-07-10 Brian Paultgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
2009-07-10 Brian Paulst/mesa: implement indirect addressing for destination...
2009-07-10 Brian Paultgis: implement indirect addressing for destination...
2009-07-10 Brian Paulvbo: fix vbo/dlist memory leak
2009-07-10 Dave Airlieradeon: enable GL_NV_texture_rectangle under dri2.
2009-07-10 Dave Airlieradeon: set texture in state properly.
2009-07-10 Dave Airlieradeon: make swtcl emit size bigger
2009-07-09 Ian Romanickmesa: From float type modifier from values to large...
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-09 Brian Paulglsl: do const parameter optimization for array element...
2009-07-09 Brian Paulglsl: fix incorrect indexing for gl_TextureMatrix[i][j]
2009-07-07 Brian Paulmesa: only use fallback texture when using shaders...
2009-07-07 Zack Rusingallium: fixup register indexes for fog/frontface/point...
2009-07-07 Michel Dänzergallium: Fixes for clobbering stencil values in combine...
2009-07-07 Michel DänzerGLX/DRI1: Mark GLX visuals with depth != screen depth...
2009-07-07 Michel Dänzergallium: Only set FRONT_STATUS_COPY_OF_BACK if there...
2009-07-07 Zack Rusingallium: more fog extraction fixes
2009-07-06 José Fonsecawgl: Make the stw_framebuffer destructions threadsafe.
2009-07-06 José Fonsecawgl: Check for multiple threads before GET_CURRENT_CONTEXT.
2009-07-06 José Fonsecawgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE...
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-08 RALOVICH, Kristófglx: death to RCS tag
2009-07-08 Corbin Simpsonr300g: Remove VAP_CNTL_STATUS from invariant state.
2009-07-08 Corbin Simpsonr300g: Disable MSPOS registers for glisse's CS security...
2009-07-08 Corbin Simpsonr300-gallium: Unify sampler and texture emit.
next